non port: deskutils/conduit/Makefile |
Number of commits found: 50 |
Friday, 8 Nov 2019
|
09:41 tobik
deskutils: Add missing USES={gnome,mate,php}
 |
Wednesday, 24 Jul 2019
|
09:02 amdmi3
- Add LICENSE
- Pet portlint
- Switch to USES=localbase
- Add NO_ARCH
- Switch to options helpers
- Update WWW
Approved by: portmgr blanket
 |
Monday, 26 Mar 2018
|
12:38 bapt
Make libgnome and libgnomeui not implying esound dependency
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
 |
Monday, 19 Feb 2018
|
11:10 antoine
Reduce dependency on the python2 metaport
PR: 225752
Submitted by: Yasuhiro KIMURA
 |
Thursday, 30 Nov 2017
|
15:50 mat
Convert Python ports to FLAVORS.
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
 |
Friday, 21 Apr 2017
|
03:11 miwi
- Fix shebangs
 |
Friday, 1 Apr 2016
|
14:00 mat
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
 |
Sunday, 2 Aug 2015
|
20:23 kwm
Part 1 of adding USE_GNOME=intltool to ports that require it.
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@
 |
Monday, 22 Jun 2015
|
14:17 rm
deskutils/conduit: drop dependency on py-xml
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
 |
Saturday, 24 Jan 2015
|
19:27 antoine
Fix some _DEPENDS
 |
Friday, 21 Nov 2014
|
18:35 marino
sysutils/gnome-schedule,deskutils/conduit: USE_GNOME+=gnomedocutils
 |
Sunday, 19 Oct 2014
|
08:50 mva
- Convert ports from databases/ and deskutils/ to new USES=python
Approved by: portmgr (implicit)
 |
Tuesday, 11 Mar 2014
|
19:19 kwm
Disable nautilus support, it is incompatible with nautilus 3.x.
Replace manual pkgconfig sed with USES=pathfix.
Stagify.
 |
Monday, 13 Jan 2014
|
21:00 rene
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by: python (mva, rm)
Approved by: portmgr-lurkers (mat)
 |
Wednesday, 11 Dec 2013
|
18:28 bapt
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in deskutils
 |
Friday, 20 Sep 2013
|
16:21 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
deskutils)
 |
Tuesday, 3 Sep 2013
|
17:05 bapt
Add an explicit dependency on pkgconf
 |
Wednesday, 24 Apr 2013
|
18:10 ak
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt)
 |
Tuesday, 19 Mar 2013
|
10:40 kwm
Convert almost all gnome@ ports to OptionsNG, trim header, use USES=pathfix
instead of gnomehack and pet portlint.
Add conflicts with future gnome3 versions.
Reviewed by: miwi, bapt
 |
Monday, 4 Mar 2013
|
10:55 lwhsu
- Update *_DEPENDS on databases/py-sqlite3 after _sqlite3.so relocation
 |
Friday, 1 Jun 2012
|
05:26 dinoex
- update png to 1.5.10
 |
Friday, 23 Sep 2011
|
22:26 amdmi3
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- 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
 |
Monday, 12 Sep 2011
|
18:24 kwm
Switch to using py-sqlite3.
replace a py-* with ${PYTHON_PKGNAMEPREFIX}
PR: ports/160063
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
 |
Monday, 1 Aug 2011
|
05:35 bapt
Remove firefox3 run depends firefox 3.5 has expired
 |
Friday, 25 Feb 2011
|
10:59 miwi
- Remove PYTHON_REL < 250, since USE_PYTHON 2.5+
 |
00:12 miwi
- Move over to py25+ or above
- While here kick md5 support
 |
Monday, 31 May 2010
|
02:01 ade
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.
 |
Sunday, 28 Mar 2010
|
06:47 dinoex
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi
 |
Friday, 5 Feb 2010
|
11:46 dinoex
- update to jpeg-8
 |
Saturday, 23 Jan 2010
|
19:23 marcus
Update to 0.3.17.
 |
Monday, 30 Nov 2009
|
07:44 marcus
Depend on firefox35 instead of the obsolete firefox.
 |
Friday, 31 Jul 2009
|
13:57 dinoex
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin
 |
Saturday, 4 Jul 2009
|
22:13 marcus
Update to 0.3.16.
 |
Friday, 15 May 2009
|
06:47 marcus
We no longer require py-elementtree with Python 2.5.
 |
Tuesday, 28 Oct 2008
|
04:50 marcus
Update to 0.3.15.
 |
Thursday, 25 Sep 2008
|
02:44 bland
Change the way we depend on py-vobject.
__init__.py is not mandatory and does not indicate minimum version
requirement.
 |
Monday, 8 Sep 2008
|
02:37 marcus
Update to 0.3.14.
 |
Wednesday, 6 Aug 2008
|
04:52 marcus
Update to 0.3.13.1.
 |
Monday, 4 Aug 2008
|
17:34 marcus
Update to 0.3.13.
 |
Saturday, 19 Jul 2008
|
22:33 marcus
Update to 0.3.12.
 |
Sunday, 6 Jul 2008
|
17:25 marcus
Update to 0.3.11.2.
 |
Friday, 6 Jun 2008
|
13:18 edwin
Bump portrevision due to upgrade of devel/gettext.
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)
 |
Friday, 28 Mar 2008
|
01:53 mezz
Really fix plist this time by reverse order, bump it again.
Reported by: pointyhat via pav
 |
Thursday, 27 Mar 2008
|
01:38 mezz
Fix the plist, bump the PORTREVISION.
Reported by: pointyhat via pav
 |
Tuesday, 25 Mar 2008
|
14:12 ahze
- Distfile rerolled for a unicode fix
Reported by: pointyhat
 |
Monday, 24 Mar 2008
|
03:50 marcus
The FreeBSD GNOME team is proud to annunce the release of GNOME 2.22.0 for
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
 |
Saturday, 19 May 2007
|
20:32 flz
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
 |
Thursday, 19 Oct 2006
|
19:19 marcus
Attempt to remove share/pixmaps.
Submitted by: ahze
Approved by: portmgr (kris)
 |
Saturday, 14 Oct 2006
|
20:18 ahze
- Fix depends
Approved by: portmgr (marcus)
Reported by: many
Pointyhat to: me (ahze)
 |
08:57 ahze
- Add conduit
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)
 |
Number of commits found: 50 |