aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt/packagekit
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Add missing USES={gnome,php,sdl} to the restTobias Kortkamp2019-11-081-1/+1
| | | | Notes: svn path=/head/; revision=517072
* Remove useless mkdir which will be created by the @dirBaptiste Daroussin2019-08-261-2/+1
| | | | | | | convert deprecated @exec into @postexec Notes: svn path=/head/; revision=509940
* Readd a line dropped by accident in pkg-plistBaptiste Daroussin2019-08-261-0/+1
| | | | Notes: svn path=/head/; revision=509907
* Convert to @sampleBaptiste Daroussin2019-08-261-6/+1
| | | | Notes: svn path=/head/; revision=509906
* ports-mgmt/packagekit: remove nonexistent qt4 slaveport checkTobias C. Berner2019-03-171-12/+0
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=496006
* Mark QT4 ports/functionality for removal on 2019-03-15Rene Ladan2018-12-021-0/+3
| | | | | | | | | | | | | | While here, chase some KDE4 ports and functionality, these are scheduled for removal on 2018-12-31. Change the default option/flavor to QT5 where applicable or use alternative toolkits like GTK. Submitted by: tcberner Reviewed by: adridg, jhale, rene, tcberner Approved by: portmgr (implicit, flavor hook) Differential Revision: https://reviews.freebsd.org/D17741 Notes: svn path=/head/; revision=486467
* Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mkTobias C. Berner2018-06-281-1/+2
| | | | | | | | | | | | | | | | | | From now on, ports that depend on Qt4 will have to set USES= qt:4 USE_QT= foo bar ports depending on Qt5 will use USES= qt:5 USE_QT= foo bar PR: 229225 Exp-run by: antoine Reviewed by: mat Approved by: portmgr (antoine) Differential Revision: →https://reviews.freebsd.org/D15540 Notes: svn path=/head/; revision=473503
* Cleanup after removal of libexecinfo from ports.Mathieu Arnold2017-09-221-2/+1
| | | | | | | | | | PR: 220271 Submitted by: mat (review), Yasuhiro KIMURA (PR) Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D11488 Notes: svn path=/head/; revision=450353
* Remove USES=execinfo.Mathieu Arnold2017-09-221-1/+1
| | | | | | | | | | PR: 220271 Submitted by: mat (review), Yasuhiro KIMURA (PR) Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D11488 Notes: svn path=/head/; revision=450351
* ports-mgmt/packagekit: Chase consolkit moveKubilay Kocak2017-08-051-2/+2
| | | | | | | | | | | | Chase the consolekit port move committed in r447399 (See Also: r447400) causing INDEX failure: make_index: /home/indexbuild/tindex/ports/ports-mgmt/packagekit: no entry for /home/indexbuild/tindex/ports/sysutils/consolekit Reported by: cperciva (subsequent to indexbuild report) Notes: svn path=/head/; revision=447403
* Remove USE_SQLITE from bsd.databases.mk, replaced by USES=sqlite.Mathieu Arnold2016-04-251-2/+1
| | | | | | | | | | | | | | While there replace USE_SQLITE=x by USES=sqlite:x. PR: 208971 Submitted by: mat Exp-run by: antoine With hat: portmgr Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D5951 Notes: svn path=/head/; revision=414014
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-12/+12
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* Fixup some whitespace at the beginning of lines problems.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412342
* Mark ignore, does not build with updated polkit.Koop Mast2015-08-101-0/+2
| | | | | | | Submitted by: antoine@ Notes: svn path=/head/; revision=393874
* By default libtool replaces -export-symbols <file> with -retain-symbols-fileTijl Coosemans2015-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | <file> on ELF systems, but this doesn't really do what -export-symbols is meant to do. On GNU ELF systems it converts <file> to a simple version script first and then uses -version-script instead of -retain-symbols-file. Let USES=libtool patch libtool scripts to do this on all systems with GNU ld(1). Bump PORTREVISION on all ports where the build log contains -export-symbols. audio/calf: This port builds a module that now exports only one function, but it also builds a number of executables that link to this module and expect to see other functions. Because it's already a bit dodgy to link to a module (libtool warns about this) let the module continue to export only one function and instead build an ordinary library from the same source that the executables can link to. Fix a number of other issues in the same Makefile.am and clean up the port Makefile. japanese/scim-honoka: Tries to hide all symbols that start with an underscore, but because this library is written in C++ all symbols start with _Z so it ends up hiding everything. Just don't hide anything at all like the textproc/scim configure script does. multimedia/schroedinger: Apply an upstream patch. textproc/scim-input-pad: Same as japanese/scim-honoka. PR: 201922 Approved by: portmgr (antoine) Exp-run by: antoine Notes: svn path=/head/; revision=393429
* - Fix bash shebangs, add bash run-dependencyDmitry Marakasov2015-06-041-4/+8
| | | | | | | | | - Add CPE info Approved by: portmgr blanket Notes: svn path=/head/; revision=388511
* Switch ports depending on docbook* through a directory name to a package name,Antoine Brodin2015-01-231-1/+1
| | | | | | | as a directory name can't be attributed to a package Notes: svn path=/head/; revision=377770
* Get rid of gnomehierBaptiste Daroussin2014-12-221-2/+2
| | | | Notes: svn path=/head/; revision=375292
* Simplify plistBaptiste Daroussin2014-09-221-41/+3
| | | | Notes: svn path=/head/; revision=368964
* - Convert to USES=execinfo libtool pathfix pythonTijl Coosemans2014-09-072-26/+8
| | | | | | | - Add INSTALL_TARGET=install-strip Notes: svn path=/head/; revision=367608
* - Switch devel/cppunit to USES=libtool, drop .la filesDmitry Marakasov2014-07-291-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=363412
* Fix some non default LIB_DEPENDSBaptiste Daroussin2014-07-161-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=362053
* Bump PORTREVISION on all ports with USE_SQLITE=yes or USE_SQLITE=3 thatTijl Coosemans2014-07-041-1/+1
| | | | | | | | | | have not been bumped yet after the latest libsqlite3.so library version change. Approved by: portmgr (implicit) Notes: svn path=/head/; revision=360588
* Attempt to unbreakAntoine Brodin2014-07-011-4/+4
| | | | Notes: svn path=/head/; revision=360083
* Stagify.Koop Mast2014-07-012-24/+20
| | | | | | | Use USES=shared-mime-info for packagekit port. Notes: svn path=/head/; revision=359964
* Consolidate the docbook ports into -sgml and -xml variants.Mathieu Arnold2014-02-191-2/+2
| | | | | | | | Submitted by: hrs (based on) Sponsored by: Absolight Notes: svn path=/head/; revision=345097
* Chase docbook cleanup dependencies.Mathieu Arnold2014-02-181-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=344900
* Python cleanup:Rene Ladan2014-01-131-1/+1
| | | | | | | | | | - USE_PYTHON* = 2.X -> USE_PYTHON* = 2 - USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes Reviewed by: python (mva, rm) Approved by: portmgr-lurkers (mat) Notes: svn path=/head/; revision=339634
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | ports-mgmt) Notes: svn path=/head/; revision=327762
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-031-1/+1
| | | | Notes: svn path=/head/; revision=326134
* The FreeBSD GNOME team presents a Glib and Gtk+ 3 update.Koop Mast2013-07-311-2/+2
| | | | | | | | | | | | | | | | | | | | | | | This update updates Glib20 to 2.36 and Gtk+ 3.8 * The gio-fam-backend port that used gamin for the GFileMonitor API is gone. It is replaced by a GIO kqueue implementation developed as part of a NetBSD GSoC 2011 project by Dimitry Matveev. * Fix a bug in the glib20 Makefile so it includes -lintl in the glib-2.0 pkgconfig file [1]. This broke static linking and newer binutils. * Add introspection USE_GNOME component which sets GI_SCANNER_DISABLE_CACHE to prevent creation of / root/.cache dir. Defaults to build & run depend, but :build and :run switches available. * New x11-toolkits/pangox-compat port and companion USE_GNOME component for pangox support which was removed from the pango port. Add it to ports still using pangox API. Exp-run by: bapt@ PR: ports/178958 [1] Submitted by: emaste@ [1] Notes: svn path=/head/; revision=324037
* - Convert USE_ICONV=yes to USES=iconvMarcus von Appen2013-04-271-2/+1
| | | | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and USE_GETTEXT=yes to USES=gettext while here Notes: svn path=/head/; revision=316683
* - Convert USE_GETTEXT to USES (part 3)Alex Kozlov2013-04-241-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316464
* Make sure run_deps is uncommented.Koop Mast2013-03-251-4/+4
| | | | | | | | | | Note to self, if you comment items to test things. Make sure to uncomment them before committing. Submitted by: pointyhat via miwi Notes: svn path=/head/; revision=315198
* Convert almost all gnome@ ports to OptionsNG, trim header, use USES=pathfixKoop Mast2013-03-192-43/+29
| | | | | | | | | | instead of gnomehack and pet portlint. Add conflicts with future gnome3 versions. Reviewed by: miwi, bapt Notes: svn path=/head/; revision=314632
* It needs to have the full path in portupgrade dependency.Jeremy Messenger2012-12-291-1/+1
| | | | | | | | PR: ports/168427 Submitted by: Makoto Kishimoto <ksmakoto@dd.iij4u.or.jp> Notes: svn path=/head/; revision=309630
* - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4Martin Wilke2012-06-061-2/+1
| | | | | | | Review by: bapt, David Naylor (kde team) Notes: svn path=/head/; revision=298557
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* - Remove WITH_FBSD10_FIX, is no longer neededMartin Wilke2011-11-091-1/+0
| | | | Notes: svn path=/head/; revision=285379
* Fix build on FreeBSD 10Koop Mast2011-10-291-0/+1
| | | | Notes: svn path=/head/; revision=284685
* - Add dependency on qt4-gui.Alberto Villa2011-10-161-1/+1
| | | | | | | - Bump PORTREVISION. Notes: svn path=/head/; revision=283622
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-4/+2
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* - Move to py25 or aboveMartin Wilke2011-02-251-2/+2
| | | | | | | - While here kick md5 support Notes: svn path=/head/; revision=269623
* Update to 0.6.11.Joe Marcus Clarke2010-12-262-3/+3
| | | | Notes: svn path=/head/; revision=266925
* Fix patch so it is buildable again.Koop Mast2010-11-271-14/+3
| | | | Notes: svn path=/head/; revision=265277
* Update to 0.6.10.Joe Marcus Clarke2010-11-274-5/+15
| | | | Notes: svn path=/head/; revision=265248
* Presenting GNOME 2.32.1 for FreeBSD. The offical release notes for thisKoop Mast2010-11-203-29/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | release can be found at http://library.gnome.org/misc/release-notes/2.32/ This will be the last release of the GNOME 2.x series, mainly a bugfix and bridge release to the first release of the GNOME 3.x series. This release features commits by avl, marcus, mezz and myself. The FreeBSD GNOME Team would like to thank the following contributors and testers for there help with this release: Zane C.B. <vvelox@vvelox.net> romain@ Olaf Seibert <O.Seibert@cs.ru.nl> DomiX Bapt <baptiste.daroussin@gmail.com> jsa@ miwi@ Sergio de Almeida Lenzi <lenzi.sergio@gmail.com> Maxim Samsonov <xors@mne.ru> Kris Moore And pav@ for 2 exp-runs PR: ports/152255 ports/143260 ports/141033 ports/149629 ports/150350 ports/151523 With hat: gnome@ Notes: svn path=/head/; revision=264837
* Update to 0.6.7.Joe Marcus Clarke2010-09-052-4/+4
| | | | Notes: svn path=/head/; revision=260583
* Update to 0.6.6.Joe Marcus Clarke2010-07-254-64/+30
| | | | Notes: svn path=/head/; revision=258197