Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.24.0_5 16 Oct 2020 07:52:02 |
bapt |
Remove py-gtk2 it is not used anymore and replace by py-gobject upstream |
2.24.0_5 08 Nov 2019 11:21:03 |
tobik |
x11*: Add missing USES={gl,gnome,mate} |
2.24.0_5 20 Jun 2018 17:05:44 |
mat |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
2.24.0_5 19 Feb 2018 11:10:43 |
antoine |
Reduce dependency on the python2 metaport
PR: 225752
Submitted by: Yasuhiro KIMURA |
2.24.0_4 30 Nov 2017 15:50:34 |
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 (Only the first 15 lines of the commit message are shown above ) |
2.24.0_4 25 Oct 2016 17:48:38 |
antoine |
Remove CONFIGURE_ENV already set by python.mk |
2.24.0_4 01 Apr 2016 14:33:58 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
2.24.0_4 02 Aug 2015 15:03:20 |
tijl |
By default libtool replaces -export-symbols <file> with -retain-symbols-file
<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 (Only the first 15 lines of the commit message are shown above ) |
2.24.0_3 14 May 2015 10:15:09 |
mat |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
2.24.0_3 24 Mar 2015 19:37:44 |
marino |
3 ports categories: Remove $PTHREAD_LIBS
Categories: editors, x11, x11-toolkits
approved by: PTHREAD blanket |
2.24.0_3 02 Mar 2015 23:57:53 |
bapt |
Remove Author from pkg-descr |
2.24.0_3 27 Jan 2015 21:01:59 |
amdmi3 |
- Drop @dirrm* from and add empty directories to pkg-plists
Approved by: portmgr blanket, kwm (for gnome@ ports) |
2.24.0_3 19 Oct 2014 18:16:16 |
mva |
- Convert ports from korean/, shells/, x11/, x11-clocks/, x11-fm/,
x11-fonts/, x11-toolkits and x11-wm to new USES=python
Approved by: portmgr (implicit) |
2.24.0_3 15 Jul 2014 17:14:33 |
adamw |
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS. |
2.24.0_3 09 May 2014 17:47:16 |
tijl |
Convert to USES=libtool tar:bzip2. |
2.24.0_2 13 Jan 2014 21:00:04 |
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) |
2.24.0_2 29 Oct 2013 16:56:41 |
kwm |
Stageify, use COPYTREE_SHARE instead of doing tar and chown/chmod ourself.
Restrict to python -2.7 [1].
Submitted by: mva@ [1] |
2.24.0_1 20 Sep 2013 23:57:48 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11-toolkits) |
03 Sep 2013 06:36:42
|
bapt |
Add an explicit dependency on pkgconf |
2.24.0_1 26 Apr 2013 10:44:29 |
ak |
- Convert USE_GETTEXT to USES (part 4)
Approved by: portmgr (bapt) |
2.24.0_1 19 Mar 2013 10:40:22 |
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 |
2.24.0_1 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
2.24.0 09 Nov 2011 15:26:04 |
miwi |
- Remove WITH_FBSD10_FIX, is no longer needed |
2.24.0 29 Oct 2011 22:53:25 |
kwm |
Fix build on FreeBSD 10 |
2.24.0 24 Oct 2011 09:11:38 |
dougb |
The vast majority of pkg-descr files had the following format when they
had both lines:
Author: ...
WWW: ....
So standardize on that, and move them to the end of the file when necessary.
Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.
s/AUTHOR/Author/
A few other various formatting issues |
2.24.0 23 Sep 2011 22:26:39 |
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 |
2.24.0 30 Jul 2011 09:26:59 |
kwm |
Also update these to there latest stable versions. |
2.22.0_2 02 Jul 2011 18:18:48 |
miwi |
- Kick MD5 support |
2.22.0_2 28 Feb 2011 11:31:37 |
kwm |
Fix CPU hogging when subprocess terminates.
PR: ports/154755
Submitted by: Antoine Martin <antoine@nagafix.co.uk>
Obtained from: py-gtk upstream |
2.22.0_1 20 Nov 2010 15:37:08 |
kwm |
Presenting GNOME 2.32.1 for FreeBSD. The offical release notes for this
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 (Only the first 15 lines of the commit message are shown above ) |
2.17.0_4 31 May 2010 19:48:04 |
marcus |
Correct typo.
Reported by: Martin Tournoij <martin@arp242.net> |
2.17.0_4 31 May 2010 02:01:56 |
ade |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
2.17.0_3 17 May 2010 11:17:08 |
kwm |
Bump portrevision for last chance, since dependancy list changed for default
package.
Poked by: pav@ |
2.17.0_2 17 May 2010 09:40:27 |
kwm |
Make numpy optional, defaulting to off. Because it depends gcc44. |
2.17.0_2 16 May 2010 22:07:20 |
kwm |
Correct depend on Numpy instead of Numeric.
PR: ports/146601
Submitted by: Martin Tournoij <carpetsmoker@rwxrwxrwx.net> |
2.17.0_1 10 May 2010 21:19:08 |
kwm |
Presenting GNOME 2.30.1 for FreeBSD. The offical release notes for this
release can be found at http://library.gnome.org/misc/release-notes/2.30/ .
This release brings initial PackageKit support, Upower (replaces power
management part of hal), cuse4bsd integration with HAL and cheese, and a
faster Evolution.
Sadly GNOME 2.30.x will be the last release with FreeBSD 6.X support. This
will also be the last of the 2.x releases. The next release will be the
highly-anticipated GNOME 3.0 which will bring with it a new UI experience.
Currently, there are a few bugs with GNOME 2.30 that may be of note for our
users. Be sure to consult the UPGRADING note or the 2.30 upgrade FAQ at
http://www.freebsd.org/gnome/docs/faq230.html for specific upgrading
instructions, and the up-to-date list of known issues. (Only the first 15 lines of the commit message are shown above ) |
2.16.0_2 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
2.16.0_1 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
2.16.0 28 Nov 2009 20:06:37 |
marcus |
Presenting GNOME 2.28.1 for FreeBSD. The official release notes for this
release can be found at http://library.gnome.org/misc/release-notes/2.28/ .
Officially, this is mostly a polishing release in preparation for GNOME 3.0
due in about a year.
On the FreeBSD front, though, a lot went into this release. Major thanks
goes to kwm and avl who did a lot of the porting work for this release.
In particular, kwm brought in Evolution MAPI support for better Microsoft
Exchange integration. Avl made sure that the new gobject introspection
repository ports were nicely compartmentalized so that large dependencies
aren't brought in wholesale.
But, every GNOME team member (ahze, avl, bland, kwm, mezz, and myself)
contributed to this release.
(Only the first 15 lines of the commit message are shown above ) |
2.14.1_1 22 Aug 2009 17:19:22 |
marcus |
Add a unique LATEST_LINK.
Reported by: erwin |
2.14.1_1 31 Jul 2009 13:57:52 |
dinoex |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
2.14.1 08 Mar 2009 07:15:33 |
marcus |
Update to 2.14.1. |
2.13.0_1 15 Feb 2009 22:14:44 |
marcus |
Fix installation when NOPORTDOCS is defined. Also, honor EXAMPLESDIR. |
2.13.0_1 10 Jan 2009 05:22:13 |
marcus |
Presenting GNOME 2.24 for FreeBSD.
See http://library.gnome.org/misc/release-notes/2.24/ for the general
release notes. On the FreeBSD front, this release introduces Fuse support
in HAL, adds multi-CPU support to libgtop, WebKit updates, and fixes some
long-standing seahorse and gnome-keyring bugs. The documentation updates
to the website are forthcoming.
This release features commits by adamw, ahze, kwm, mezz, and myself. It would
not have been possible without are contributors and testers:
Alexander Loginov
Craig Butler [1]
Dmitry Marakasov [6]
Eric L. Chen (Only the first 15 lines of the commit message are shown above ) |
2.12.1_1 06 Jun 2008 14:16:37 |
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) |
2.12.1 07 Jan 2008 21:24:37 |
mezz |
Update to 2.12.1. |
2.12.0 24 Oct 2007 23:37:25 |
marcus |
Presenting GNOME 2.20.1 and all related works for FreeBSD. The official
GNOME 2.20 release notes can be found at
http://www.gnome.org/start/2.20/notes/en/ . Beyond that, this update
includes the new GIMP 2.4 (courtesy of ahze).
The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME
hierarchy. We are now using the more standard DATADIR of ${PREFIX}/share
rather than ${PREFIX}/share/gnome. The result is that fewer patches and
hacks are needed to port GNOME components to FreeBSD. This will mean some
user changes may be required, so be sure to read /usr/ports/UPDATING for
more details.
This release and the things we accomplished in it would not have been
possible without mezz's crazy idea to collapse DATADIR, and his persistence
to make it happen successfully. Ahze and pav also deserve thanks for (Only the first 15 lines of the commit message are shown above ) |
2.10.6 10 Jul 2007 21:31:06 |
mezz |
Update to 2.10.6. |
2.10.5 04 Jul 2007 21:34:31 |
marcus |
Update to 2.10.5. |
2.10.4_1 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
2.10.4 14 Mar 2007 22:58:09 |
pav |
- Pass actual python version to configure script. This is needed to support
several parallel python version on a single machine
PR: ports/104560
Submitted by: vd |
2.10.4 06 Feb 2007 19:19:31 |
mezz |
Update to 2.10.4. |
2.10.3 18 Oct 2006 18:56:36 |
mezz |
Update to 2.10.3 to fix the 64-bit platforms in the runtime.
Bugzilla: http://bugzilla.gnome.org/show_bug.cgi?id=362738
Reported by: Mark Nowiasz <buckaroo@gmx.de>
Approved by: portmgr (marcus) |
2.10.2 14 Oct 2006 08:35:50 |
marcus |
Presenting GNOME 2.16.1 for FreeBSD. This release represents a massive
amount of work by the FreeBSD GNOME Team and our testers.
On top of the usual GNOME update, we have taken this opportunity to move
GNOME from X11BASE to LOCALBASE. This means roughly 600 ports NOT part of
the GNOME Desktop also need to be changed. The bulk of the move was carried
out by ahze, mezz, and pav, but it would not have been possible without
cooperation from the FreeBSD KDE team who worked with us to make sure
GNOME and KDE can still coexist happily. We would also like to send a
shout out to kris and pointyhat for putting up with multiple test runs
until we got something that was solid.
Back to GNOME 2.16. This release brings a huge amount of new functionality
to FreeBSD. The standard release notes can be read at
http://www.gnome.org/start/2.16/ . But on top of what you will read there, (Only the first 15 lines of the commit message are shown above ) |
2.8.6 06 Jun 2006 03:20:24 |
mezz |
-Change from EG_DST_DIR to EXAMPLESDIR.
-Use DOCSDIR in Makefile and plist.
-Use EXAMPLESDIR in plist. |
2.8.6 30 Apr 2006 00:47:21 |
marcus |
Presenting GNOME 2.14.1 for FreeBSD! Checkout
http://www.gnome.org/start/2.14/ for the official release notes, and a list
of all the gooides in this new release. In particular, GNOME 2.14 focused
on performance, and they did not miss the mark. There's some new eye candy,
but most of the big things are waiting until GNOME 2.16. On the FreeBSD
side, we tried to clean up all the crashers we could. In particular, we
really improved GNOME's 64-bit support.
The good news is that this release does not bring any big shared library
version bumps, so you can almost do a simple portupgrade to get to 2.14.
There are a few minor gotchas that will be documented in UPDATING shortly.
The FreeBSD GNOME Team would like th thank the following users for their
patches, feedback, and sometimes incessant complaing about crashes (you
know who you are). (Only the first 15 lines of the commit message are shown above ) |
2.8.2_1 23 Feb 2006 10:40:45 |
ade |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
2.8.2 17 Jan 2006 03:40:31 |
marcus |
Add CONFLICTS on py-gobject. |
2.8.2 23 Nov 2005 22:41:05 |
pav |
- Add SHA256 checksums |
2.8.2 05 Nov 2005 06:27:38 |
marcus |
Update to 2.8.2. |
2.6.2 21 Jul 2005 08:51:50 |
ahze |
- Update or add WWW line |
2.6.2 11 May 2005 18:07:39 |
marcus |
Update to 2.6.2. |
2.6.1 16 Mar 2005 01:22:10 |
adamw |
Update to 2.6.1. |
2.6.0 12 Mar 2005 11:14:30 |
marcus |
Update to 2.6.0. |
2.4.1 07 Nov 2004 22:50:43 |
marcus |
Update to 2.4.1. |
2.2.0_3 25 Jul 2004 20:43:12 |
marcus |
* Fix detection of i18n support [1]
* Use the new libtool scheme
Reported by: Rui Lopes <rui@ruilopes.com> [1] |
2.2.0_2 05 Apr 2004 03:31:02 |
marcus |
Chase the glib20 update, and bump all affected ports' PORTREVISIONs. |
2.2.0_1 14 Mar 2004 06:17:56 |
ade |
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed. |
2.2.0_1 14 Mar 2004 00:16:55 |
marcus |
Fix the threaad support to stay inline with the way it's done for Python.
Prompted by: kris |
2.2.0_1 13 Mar 2004 18:01:33 |
marcus |
Correct a typo that prevented thread support from being enabled.
Submitted by: Davide D'Amico <dave@civetta.gufi.org> |
2.2.0 11 Mar 2004 22:07:14 |
marcus |
Update to 2.2.0. |
2.0.0_1 04 Feb 2004 05:10:27 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
2.0.0 30 Jan 2004 22:34:20 |
marcus |
Don't call a non-existent pkg-install.
Reported by: Mike Harding <mvh@ix.netcom.com> |
2.0.0 30 Jan 2004 03:29:15 |
marcus |
Add CONFLICTS from py-gtk2 and py-gtk to each other.
Reported by: Tom McLaughlin <tmclaugh@sdf.lonestar.org> |
2.0.0 04 Sep 2003 05:23:54 |
marcus |
Update to 2.0.0.
PR: 56395
Submitted by: Jeremy Messenger <mezz7@cox.net> |
1.99.18 25 Aug 2003 05:33:07 |
adamw |
Clean up the plist.
Submitted by: Mezz |
1.99.18 24 Aug 2003 22:41:43 |
adamw |
Update to 1.99.18. |
1.99.17 31 Jul 2003 18:20:55 |
adamw |
Update to 1.99.17. |
1.99.16 14 May 2003 16:57:45 |
marcus |
Use gnometarget.
PR: 52196 |
1.99.16 29 Apr 2003 23:31:15 |
marcus |
Run the pkg-install script even if BATCH is defined. These scripts are
not interactive. |
1.99.16 20 Apr 2003 19:54:06 |
marcus |
Remove USE_GNOMENG. |
1.99.16 04 Apr 2003 07:58:03 |
marcus |
Update to 1.99.16.
Submitted by: Mezz bsdforums.org <reigncracks@hotmail.com> |
1.99.15 07 Mar 2003 06:14:08 |
ade |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
1.99.15 10 Feb 2003 03:35:00 |
marcus |
Update to 1.99.15. |
1.99.14 07 Feb 2003 23:46:30 |
marcus |
Assign maintainership of these ports to gnome@. The maintainer is no
longer using FreeBSD.
Submitted by: Marc Recht <marc@informatik.uni-bremen.de> |
1.99.14 15 Jan 2003 04:43:10 |
marcus |
Update to 1.99.14. |
1.99.13_1 11 Nov 2002 19:50:48 |
marcus |
* Fix a crash in pygtk_generic_cell_renderer_get_size(). [1]
* Add an option to enable or disable pthread support.
PR: 45150
Submitted by: Marc Recht <marc@informatik.uni-bremen.de>
Obtained from: pygtk CVS [1] |
1.99.13 12 Oct 2002 22:53:58 |
marcus |
* Update to 1.99.13 [1]
* Don't install .la files [2]
* Correct typo in pkg-install [2]
* Add missing file to plist [2]
* Correct GNOMENG dependency [2]
* Fix portlint nits [2]
PR: 43985 [1]
Submitted by: maintainer [1]
Approved by: maintainer [2] |
1.99.12 08 Oct 2002 08:31:52 |
perky |
Update py-gtk2 to 1.99.12
PR: 42344
Submitted by: Marc Recht <marc@informatik.uni-bremen.de>
Repocopied by: joe |