aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils/conduit
Commit message (Collapse)AuthorAgeFilesLines
* - Add LICENSEamdmi32019-07-242-13/+10
| | | | | | | | | | - Pet portlint - Switch to USES=localbase - Add NO_ARCH - Switch to options helpers - Update WWW Approved by: portmgr blanket
* Make libgnome and libgnomeui not implying esound dependencybapt2018-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
* Reduce dependency on the python2 metaportantoine2018-02-191-2/+2
| | | | | PR: 225752 Submitted by: Yasuhiro KIMURA
* Convert Python ports to FLAVORS.mat2017-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
* - Fix shebangsmiwi2017-04-211-2/+5
|
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.mat2016-04-011-12/+12
| | | | | With hat: portmgr Sponsored by: Absolight
* Part 1 of adding USE_GNOME=intltool to ports that require it.kwm2015-08-031-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@
* deskutils/conduit: drop dependency on py-xmlrm2015-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
* Fix some _DEPENDSantoine2015-01-251-2/+2
|
* sysutils/gnome-schedule,deskutils/conduit: USE_GNOME+=gnomedocutilsmarino2014-11-221-1/+1
|
* Cleanup plistbapt2014-10-201-54/+0
|
* - Convert ports from databases/ and deskutils/ to new USES=pythonmva2014-10-191-2/+1
| | | | Approved by: portmgr (implicit)
* Disable nautilus support, it is incompatible with nautilus 3.x.kwm2014-03-121-13/+5
| | | | | Replace manual pkgconfig sed with USES=pathfix. Stagify.
* Python cleanup:rene2014-01-141-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)
* In preparation for making libtool generate libraries with a sane name, fix allbapt2013-12-121-1/+1
| | | | LIB_DEPENDS in deskutils
* - Remove manual creation and removal of share/applications, as it's now in ↵amdmi32013-10-221-1/+0
| | | | | | the mtree (categories starting with d) Approved by: portmgr (bdrewery)
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | deskutils)
* Add an explicit dependency on pkgconfbapt2013-09-041-2/+1
|
* - Convert USE_GETTEXT to USES (part 3)ak2013-04-251-1/+1
| | | | Approved by: portmgr (bapt)
* Convert almost all gnome@ ports to OptionsNG, trim header, use USES=pathfixkwm2013-03-191-6/+10
| | | | | | | instead of gnomehack and pet portlint. Add conflicts with future gnome3 versions. Reviewed by: miwi, bapt
* - Update *_DEPENDS on databases/py-sqlite3 after _sqlite3.so relocationlwhsu2013-03-041-7/+3
|
* - update png to 1.5.10dinoex2012-06-011-1/+1
|
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-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
* Switch to using py-sqlite3.kwm2011-09-131-5/+5
| | | | | | | replace a py-* with ${PYTHON_PKGNAMEPREFIX} PR: ports/160063 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
* Remove firefox3 run depends firefox 3.5 has expiredbapt2011-08-011-1/+0
|
* - Remove PYTHON_REL < 250, since USE_PYTHON 2.5+miwi2011-02-251-5/+0
|
* - Move over to py25+ or abovemiwi2011-02-252-3/+2
| | | | - While here kick md5 support
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.ade2010-05-311-1/+1
|
* - update to 1.4.1dinoex2010-03-281-1/+1
| | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi
* - update to jpeg-8dinoex2010-02-051-0/+1
|
* Update to 0.3.17.marcus2010-01-243-141/+29
|
* Depend on firefox35 instead of the obsolete firefox.marcus2009-11-301-2/+2
|
* - bump all port that indirectly depends on libjpeg and have not yet been ↵dinoex2009-07-311-0/+1
| | | | | | bumped or updated Requested by: edwin
* Update to 0.3.16.marcus2009-07-054-57/+69
|
* We no longer require py-elementtree with Python 2.5.marcus2009-05-151-2/+6
|
* Update to 0.3.15.marcus2008-10-283-20/+9
|
* Change the way we depend on py-vobject.bland2008-09-251-2/+2
| | | | | __init__.py is not mandatory and does not indicate minimum version requirement.
* Update to 0.3.14.marcus2008-09-083-4/+46
|
* Update to 0.3.13.1.marcus2008-08-062-4/+4
|
* Update to 0.3.13.marcus2008-08-053-4/+48
|
* Update to 0.3.12.marcus2008-07-203-5/+33
|
* Update to 0.3.11.2.marcus2008-07-073-26/+88
|
* Bump portrevision due to upgrade of devel/gettext.edwin2008-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)
* Really fix plist this time by reverse order, bump it again.mezz2008-03-282-2/+2
| | | | Reported by: pointyhat via pav
* Fix the plist, bump the PORTREVISION.mezz2008-03-272-1/+3
| | | | Reported by: pointyhat via pav
* - Distfile rerolled for a unicode fixahze2008-03-252-3/+4
| | | | Reported by: pointyhat
* The FreeBSD GNOME team is proud to annunce the release of GNOME 2.22.0 formarcus2008-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
* - Welcome X.org 7.2 \o/.flz2007-05-202-2/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* Attempt to remove share/pixmaps.marcus2006-10-202-1/+2
| | | | | Submitted by: ahze Approved by: portmgr (kris)
* - Fix dependsahze2006-10-151-1/+1
| | | | | | Approved by: portmgr (marcus) Reported by: many Pointyhat to: me (ahze)
* - Add conduitahze2006-10-145-0/+162
Synchronization application for GNOME. It allows you to synchronize your data between online web services (Gmail, backpackit.com, etc) and your computer. WWW: http://www.conduit-project.org/ Approved by: portmgr (marcus, kris)