aboutsummaryrefslogtreecommitdiff
path: root/deskutils/conduit
Commit message (Collapse)AuthorAgeFilesLines
* Remove a Gnome abandonware (abandonned about 8 years ago)Baptiste Daroussin2019-12-264-552/+0
| | | | Notes: svn path=/head/; revision=520917
* deskutils: Add missing USES={gnome,mate,php}Tobias Kortkamp2019-11-081-2/+2
| | | | Notes: svn path=/head/; revision=517044
* - Add LICENSEDmitry Marakasov2019-07-242-13/+10
| | | | | | | | | | | | | - Pet portlint - Switch to USES=localbase - Add NO_ARCH - Switch to options helpers - Update WWW Approved by: portmgr blanket Notes: svn path=/head/; revision=507268
* Make libgnome and libgnomeui not implying esound dependencyBaptiste Daroussin2018-03-261-1/+1
| | | | | | | | | | | | | | | | | | | It has been a while both does not depend anymore on esound, before this change esound dependency was wrongly added to plenty of packages which actually does not depend on it. While here: - audio/glame: remove esound support - games/monkeybubble: add an explicit dependency on esound - sysutils/gnome-schedule: add en explicit dependency on pkg-config - comms/kb: add missing dependency on pkgconfig - x11-toolkits/libgnomeui: * update to 2.4.5 * use USES=localbase Notes: svn path=/head/; revision=465584
* Reduce dependency on the python2 metaportAntoine Brodin2018-02-191-2/+2
| | | | | | | | PR: 225752 Submitted by: Yasuhiro KIMURA Notes: svn path=/head/; revision=462307
* Convert Python ports to FLAVORS.Mathieu Arnold2017-11-301-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ports using USE_PYTHON=distutils are now flavored. They will automatically get flavors (py27, py34, py35, py36) depending on what versions they support. There is also a USE_PYTHON=flavors for ports that do not use distutils but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if using distutils but flavors are not wanted. A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been added to cope with Python ports that did not have the Python PKGNAMEPREFIX but are flavored. USES=python now also exports a PY_FLAVOR variable that contains the current python flavor. It can be used in dependency lines when the port itself is not python flavored. For example, deskutils/calibre. By default, all the flavors are generated. To only generate flavors for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf. In all the ports with Python dependencies, the *_DEPENDS entries MUST end with the flavor so that the framework knows which to build/use. This is done by appending '@${PY_FLAVOR}' after the origin (or @${FLAVOR} if in a Python module with Python flavors, as the content will be the same). For example: RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} PR: 223071 Reviewed by: portmgr, python Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D12464 Notes: svn path=/head/; revision=455210
* - Fix shebangsMartin Wilke2017-04-211-2/+5
| | | | Notes: svn path=/head/; revision=438999
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-12/+12
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* Part 1 of adding USE_GNOME=intltool to ports that require it.Koop Mast2015-08-021-1/+1
| | | | | | | | | | | The reason for this is that in the GNOME 3.16 update, USE_GNOME gtk20 and gtk30 don't pull intltool in anymore. PR: 201980 Exp-run by: antoine@ Notes: svn path=/head/; revision=393444
* deskutils/conduit: drop dependency on py-xmlRuslan Makhmatkhanov2015-06-221-4/+2
| | | | | | | | | | | | | | conduit doesn't using py-xml since version 0.3.5, so remove it and bump PORTREVISION. Limit python version to 2.x while here. References: * http://lwn.net/Articles/265342/ * https://bugzilla.redhat.com/show_bug.cgi?id=454995 With hat: python Notes: svn path=/head/; revision=390295
* Fix some _DEPENDSAntoine Brodin2015-01-241-2/+2
| | | | Notes: svn path=/head/; revision=377815
* sysutils/gnome-schedule,deskutils/conduit: USE_GNOME+=gnomedocutilsJohn Marino2014-11-211-1/+1
| | | | Notes: svn path=/head/; revision=373008
* Cleanup plistBaptiste Daroussin2014-10-201-54/+0
| | | | Notes: svn path=/head/; revision=371262
* - Convert ports from databases/ and deskutils/ to new USES=pythonMarcus von Appen2014-10-191-2/+1
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=371173
* Disable nautilus support, it is incompatible with nautilus 3.x.Koop Mast2014-03-111-13/+5
| | | | | | | | Replace manual pkgconfig sed with USES=pathfix. Stagify. Notes: svn path=/head/; revision=347906
* 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
* In preparation for making libtool generate libraries with a sane name, fix allBaptiste Daroussin2013-12-111-1/+1
| | | | | | | LIB_DEPENDS in deskutils Notes: svn path=/head/; revision=336190
* - Remove manual creation and removal of share/applications, as it's now in ↵Dmitry Marakasov2013-10-221-1/+0
| | | | | | | | | the mtree (categories starting with d) Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331268
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | deskutils) Notes: svn path=/head/; revision=327718
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-031-2/+1
| | | | Notes: svn path=/head/; revision=326175
* - Convert USE_GETTEXT to USES (part 3)Alex Kozlov2013-04-241-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316464
* Convert almost all gnome@ ports to OptionsNG, trim header, use USES=pathfixKoop Mast2013-03-191-6/+10
| | | | | | | | | | instead of gnomehack and pet portlint. Add conflicts with future gnome3 versions. Reviewed by: miwi, bapt Notes: svn path=/head/; revision=314632
* - Update *_DEPENDS on databases/py-sqlite3 after _sqlite3.so relocationLi-Wen Hsu2013-03-041-7/+3
| | | | Notes: svn path=/head/; revision=313402
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-2/+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
* Switch to using py-sqlite3.Koop Mast2011-09-121-5/+5
| | | | | | | | | | replace a py-* with ${PYTHON_PKGNAMEPREFIX} PR: ports/160063 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Notes: svn path=/head/; revision=281685
* Remove firefox3 run depends firefox 3.5 has expiredBaptiste Daroussin2011-08-011-1/+0
| | | | Notes: svn path=/head/; revision=278684
* - Remove PYTHON_REL < 250, since USE_PYTHON 2.5+Martin Wilke2011-02-251-5/+0
| | | | Notes: svn path=/head/; revision=269677
* - Move over to py25+ or aboveMartin Wilke2011-02-252-3/+2
| | | | | | | - While here kick md5 support Notes: svn path=/head/; revision=269616
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-1/+1
| | | | Notes: svn path=/head/; revision=255371
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - update to jpeg-8Dirk Meyer2010-02-051-0/+1
| | | | Notes: svn path=/head/; revision=249285
* Update to 0.3.17.Joe Marcus Clarke2010-01-233-141/+29
| | | | Notes: svn path=/head/; revision=248425
* Depend on firefox35 instead of the obsolete firefox.Joe Marcus Clarke2009-11-301-2/+2
| | | | Notes: svn path=/head/; revision=245010
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-0/+1
| | | | | | | | | bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701
* Update to 0.3.16.Joe Marcus Clarke2009-07-044-57/+69
| | | | Notes: svn path=/head/; revision=237109
* We no longer require py-elementtree with Python 2.5.Joe Marcus Clarke2009-05-151-2/+6
| | | | Notes: svn path=/head/; revision=233920
* Update to 0.3.15.Joe Marcus Clarke2008-10-283-20/+9
| | | | Notes: svn path=/head/; revision=222151
* Change the way we depend on py-vobject.Alexander Nedotsukov2008-09-251-2/+2
| | | | | | | | __init__.py is not mandatory and does not indicate minimum version requirement. Notes: svn path=/head/; revision=220744
* Update to 0.3.14.Joe Marcus Clarke2008-09-083-4/+46
| | | | Notes: svn path=/head/; revision=220207
* Update to 0.3.13.1.Joe Marcus Clarke2008-08-062-4/+4
| | | | Notes: svn path=/head/; revision=218096
* Update to 0.3.13.Joe Marcus Clarke2008-08-043-4/+48
| | | | Notes: svn path=/head/; revision=218032
* Update to 0.3.12.Joe Marcus Clarke2008-07-193-5/+33
| | | | Notes: svn path=/head/; revision=217156
* Update to 0.3.11.2.Joe Marcus Clarke2008-07-063-26/+88
| | | | Notes: svn path=/head/; revision=216399
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* Really fix plist this time by reverse order, bump it again.Jeremy Messenger2008-03-282-2/+2
| | | | | | | Reported by: pointyhat via pav Notes: svn path=/head/; revision=209989
* Fix the plist, bump the PORTREVISION.Jeremy Messenger2008-03-272-1/+3
| | | | | | | Reported by: pointyhat via pav Notes: svn path=/head/; revision=209915
* - Distfile rerolled for a unicode fixMichael Johnson2008-03-252-3/+4
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=209776
* The FreeBSD GNOME team is proud to annunce the release of GNOME 2.22.0 forJoe Marcus Clarke2008-03-245-117/+506
| | | | | | | | | | | | | | | | | | | | | | | | | FreeBSD. The official GNOME 2.22 release notes can be found at http://library.gnome.org/misc/release-notes/2.22/ . On the FreeBSD front, this release features an updated hal port with support for video4linux devices, DRM (Direct Rendering), and better support of removable media. Work is also underway to tie webkit more closely into GNOME. As part of the GNOME 2.22 upgrade, GStreamer received a rather large upgrade as well. Be sure to consult UPDATING on the proper steps to upgrade all of your GNOME ports. This release would not have been possible without the contributions and testing efforts of the following people: Pawel Worach kan edwin Peter Ulrich Kruppa J. W. Ballantine Yasuda Keisuke Andriy Gapon Notes: svn path=/head/; revision=209647
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-192-2/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544