Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.20.3 29 May 2009 21:16:56
 |
kwm  |
Update to 2.20.3. |
2.20.2 17 May 2009 05:09:14
 |
marcus  |
Update to 2.20.2. |
2.20.1 12 Apr 2009 03:43:20
 |
marcus  |
Update to 2.20.1. |
2.20.0 10 Apr 2009 05:56:28
 |
marcus  |
Presenting GNOME 2.26 for FreeBSD. See
http://library.gnome.org/misc/release-notes/2.26/ for a list of what's new.
On the FreeBSD front, we introduced a port of libxul 1.9 as an alternative
for Firefox 2.0 as a Gecko provider. Almost all of the Gecko consumers
can make use of this provider by setting:
WITH_GECKO=libxul
The GNOME 2.26 port was done by ahze, kwm, marcus, and mezz with
contributions by Joseph S. Atkinson, Peter Wemm, Eric L. Chen,
Martin Matuska, Craig Butler, and Pawel Worach. |
2.18.4 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.16.5_1 25 Nov 2008 18:52:50
 |
marcus  |
Restore the ability to compile with optimized assembler code.
PR: 129088 |
2.16.5 21 Aug 2008 06:18:49
 |
rafan  |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above ) |
2.16.5 20 Jul 2008 17:34:16
 |
marcus  |
Update to 2.16.5. |
2.16.4 02 Jul 2008 03:26:32
 |
marcus  |
Update to 2.16.4. |
2.16.3_1 06 Jun 2008 13:21:59
 |
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.16.3 25 Apr 2008 02:51:09
 |
marcel  |
Don't use __sync_fetch_and_add_si(), __sync_bool_compare_and_swap_si()
and __sync_bool_compare_and_swap_di() for atomic ops. Those are GCC
intrinsincs before GCC-4.1.0. With GCC 4.2.x in the tree, this breaks
the build. The glib20 code already has the right intrinsincs, so we
can eliminate this patch.
Ok'd by: marcus@ |
2.16.3 08 Apr 2008 11:37:12
 |
ahze  |
Update to 2.16.3 |
2.16.2 01 Apr 2008 23:48:05
 |
marcus  |
Update to 2.16.2. |
2.16.1_2 24 Mar 2008 03:50:55
 |
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 |
2.14.6 09 Feb 2008 01:12:01
 |
marcus  |
Update to 2.14.6. |
2.14.5 08 Jan 2008 04:49:03
 |
marcus  |
Update to 2.14.5. |
2.14.4 11 Dec 2007 23:08:04
 |
mezz  |
Update to 2.14.4. |
2.14.2 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.12.13 17 Jul 2007 02:35:58
 |
marcus  |
Update to 2.12.13. |
2.12.12_2 20 May 2007 22:00:44
 |
marcus  |
Remove support for a separate X11BASE.
Approved by: portmgr (implicit) |
2.12.12_2 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.12.12 02 May 2007 00:51:14
 |
marcus  |
Update to 2.12.12. |
2.12.11 09 Mar 2007 06:05:25
 |
mezz  |
Update to 2.12.11. |
2.12.10 07 Mar 2007 19:25:03
 |
mezz  |
Update to 2.12.10. |
2.12.9 17 Jan 2007 03:02:10
 |
mezz  |
Update to 2.12.9 to fix the ABI break in 2.12.8 release. |
2.12.8 16 Jan 2007 05:11:57
 |
marcus  |
Remove a patch which is no longer required. |
2.12.8 15 Jan 2007 17:40:59
 |
marcus  |
Update to 2.12.8. |
2.12.7_1 11 Jan 2007 17:21:36
 |
jylefort  |
On i386 (>= 486) and amd64, fix the arch passed to configure so that
glib will implement atomic operations with assembler instructions
rather than mutexes (improves performance). |
2.12.7 05 Jan 2007 01:38:22
 |
marcus  |
Update to 2.12.7. |
2.12.6 20 Dec 2006 18:02:37
 |
mezz  |
Update to 2.12.6. |
2.12.5 19 Dec 2006 14:19:08
 |
ahze  |
Update to 2.12.5 |
2.12.4 19 Oct 2006 18:19:29
 |
jylefort  |
Restore the collation patch.
Approved by: portmgr (marcus) |
2.12.4 17 Oct 2006 01:45:41
 |
marcus  |
Restore a patch to fix the build on ia64 that was removed during the
GNOME 2.16 import.
Approved by: portmgr (implicit) |
2.12.4 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.10.3 05 Oct 2006 16:14:14
 |
jylefort  |
- Remove the ICU crash workaround and really fix the issue. If
resultLength is smaller than the length needed to store the collation
key, ucol_getSortKey() sometimes does not obey resultLength and
overflows the result buffer...
- Plug a memory leak in the icu patch. |
2.10.3 18 Sep 2006 18:25:49
 |
jylefort  |
Avoid an icu crash in gimp by disabling optimizations. |
2.10.3 07 Sep 2006 18:47:07
 |
jylefort  |
Fix glib20-reference fetching. |
2.10.3 23 Aug 2006 05:11:33
 |
jylefort  |
Fix string collation by using the icu library, since the FreeBSD libc
does not support UTF-8 collation. |
2.10.3 06 Jul 2006 21:46:18
 |
marcus  |
Fix the build on ia64.
Submitted by: marcel |
2.10.3 31 May 2006 22:18:51
 |
mezz  |
- Add header in these *-reference ports.
- Fix a few of pkg-descr by chase the rename.
- Move all PORTREVISION and PORTEPOCH to top with ?=.
- Put USE_X_PREFIX back in, but under REFERENCE_PORT, and remove PREFIX? and
USE_XLIB. This fix ports to use the correct mtree when you change the prefix,
for example:
Incorrect: (Without USE_X_PREFIX)
================================
# cd /usr/ports/x11-toolkits/gtk20
# make -V MTREE_FILE
/etc/mtree/BSD.x11-4.dist
# make PREFIX=/tmp/foo -V MTREE_FILE
/etc/mtree/BSD.local.dist <-- Here...
================================ (Only the first 15 lines of the commit message are shown above ) |
2.10.3 26 May 2006 18:29:52
 |
ahze  |
- Update to 2.10.3 |
2.10.2 09 May 2006 22:03:27
 |
jylefort  |
Add glib20-reference and the bsd.gnome-reference.mk framework. |
2.10.2 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.6_1 23 Feb 2006 10:40:45
 |
ade  |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
2.8.6 22 Jan 2006 01:48:34
 |
edwin  |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
2.8.6 21 Jan 2006 02:29:56
 |
marcus  |
I got too agressive when cleaning up leftover locale directories. Put
these two back.
Reported by: pointyhat via kris |
2.8.6 18 Jan 2006 21:50:38
 |
marcus  |
Update to 2.8.6. |
2.8.5 04 Jan 2006 04:02:40
 |
bland  |
Update to 2.8.5 |
2.8.4 15 Nov 2005 18:19:26
 |
marcus  |
Update to 2.8.4. |
2.8.3 05 Nov 2005 04:53:48
 |
marcus  |
Presenting GNOME 2.12 for FreeBSD. The release is chock full of bug fixes
and new features. Don't believe me? Then see for yourself at
http://www.gnome.org/start/2.12/notes/en/.
DO NOT USE portupgrade by itself to upgrade to GNOME 2.12. Instead, use
the gnome_upgrade.sh script from
http://www.marcuscom.com/downloads/gnome_upgrade212.sh. This script will
circumvent some potential pitfalls users can see if they use portupgrade
by itself.
In keeping with tradition, GNOME 2.12 for FreeBSD comes with a special
splash screen. The winner of this release's contest is
Dominique Goncalves <dominique.goncalves@gmail.com>. His splash screen
was inspired by http://art.gnome.org/contests/2.12-splash/83.
(Only the first 15 lines of the commit message are shown above ) |
2.6.6 01 Aug 2005 16:10:56
 |
marcus  |
Update to 2.6.6. |
2.6.5_1 20 Jul 2005 18:30:13
 |
jylefort  |
Fix patch name. |
2.6.5_1 20 Jul 2005 18:24:51
 |
jylefort  |
Fix memory leaks when G_ERRORCHECK_MUTEXES is used:
http://bugzilla.gnome.org/show_bug.cgi?id=311043 |
2.6.5 10 Jun 2005 20:45:32
 |
kwm  |
Fix patching
Noticed by: krion |
2.6.5 10 Jun 2005 19:13:38
 |
kwm  |
Update to 2.6.5. |
2.6.4 16 May 2005 06:48:08
 |
mezz  |
FreeBSD 504101 doesn't need the stacksize hack anymore, which marcus has
committed a MFC of stacksize increase in RELENG_5 a few days ago.
Reviewed by: marcus |
2.6.4 07 Apr 2005 05:12:31
 |
marcus  |
Update to 2.6.4. |
2.6.3_1 12 Mar 2005 10:39:38
 |
marcus  |
Presenting GNOME 2.10 for FreeBSD!
The release notes can be found at
http://www.gnome.org/start/2.10/notes/rnwhatsnew.html, and will give you a
good idea of what has gone into this release overall. However, a lot of
FreeBSD specific additions and fixes have been made. For example, this
release offers fixed ACPI support as well as new CPU freqeuncy monitoring
support. See the FreeBSD GNOME 2.10 upgrade page at
http://www.FreeBSD.org/gnome/docs/faq210.html for the entire list as well
as a list of known issues and upgrade instructions.
GNOME 2.10, as well as all of our releases, would not be possible without
the great team that goes into porting and testign each and every component.
Thanks definitely goes out to ahze, adamw, bland, kwm, mezz, and pav for all
their work. We would also like to thank our adventurous users that chose to (Only the first 15 lines of the commit message are shown above ) |
2.4.8 23 Dec 2004 20:29:05
 |
mezz  |
Update MASTER_SITES for 2.3 -> 2.4. |
2.4.8 16 Dec 2004 05:49:27
 |
kris  |
Clean up handling of locale directories at deinstall-time:
* Don't remove "system directories" (which were created by BSD.*.dist)
* Silently try to remove locale directories which we might have created |
2.4.8 03 Dec 2004 03:19:48
 |
marcus  |
Update to 2.4.8. |
2.4.7 12 Oct 2004 02:31:51
 |
marcus  |
Forced commit to note that the work for this update was done by adamw. |
2.4.7 12 Oct 2004 02:29:57
 |
marcus  |
Update to 2.4.7. |
2.4.6_1 15 Sep 2004 02:52:17
 |
marcus  |
Fix a threading portability problem in which g_mutex_trylock_posix_impl() did
not check for a return of EDEADLK, thus causing certain threaded applications
to break (e.g. bmp) with libpthread.
This is slated to be committed in the next release of glib. See
http://bugzilla.gnome.org/show_bug.cgi?id=152009 for more details.
Submitted by: Pascal Hofstee <caelian@gmail.com>
Reviewed by: portmgr
Approved by: portmgr (implicit and no objections from linimon) |
2.4.6 13 Aug 2004 15:09:06
 |
bland  |
Update to 2.4.6 |
2.4.5 30 Jul 2004 22:04:13
 |
mezz  |
Update to 2.4.5. |
2.4.4_2 27 Jul 2004 19:45:37
 |
marcus  |
Remove the previous thread stack size hack, and add a slightly better one.
This new hack sets a default thread stack size of 1 MB (more in line with
Linux), but allows programmers to override that down to the minimum stack
size. This is subject to change again, but this is far better than the
hack that was previously in place. |
2.4.4_1 24 Jul 2004 22:28:02
 |
mezz  |
Correct a patch that marcus has made a simple mistake with the path.
gthread.h -> glib/gthread.h
Reported by: Mike Harding <mvh@ix.netcom.com> |
2.4.4_1 24 Jul 2004 19:53:33
 |
marcus  |
Hack the default stack size for threads created with g_thread_create() to
be 256 KB instead of the default (64 KB on platforms other than ia64, and
256 KB on ia64).
This fixes some stack overflows seen in applications such as
gnome-cups-manager. |
2.4.4 09 Jul 2004 17:43:11
 |
marcus  |
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to
your Makefile:
USE_LIBTOOL_VER= 15
To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:
USE_INC_LIBTOOL_VER= 15
With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).
PR: 63944
Based on work by:eik and marcus
Approved by: ade (autotools maintainer)
Tested by: kris on pointyhat
Bound to be hidden problems: You bet |
2.4.4 09 Jul 2004 15:55:01
 |
bland  |
Update to 2.4.4 |
2.4.2 04 Jun 2004 17:19:21
 |
bland  |
Update to 2.4.2 |
2.4.1_1 14 May 2004 17:20:16
 |
pav  |
- Remove GNOME 2.4 -> 2.6 upgrade warning. It served it's purpose.
OK'ed by: marcus |
2.4.1_1 04 May 2004 16:56:27
 |
marcus  |
Fix a botch patch in the 2.4.1 update that resulted in the wrong PTHREAD_LIBS
being used on 5.X.
Reported by: many |
2.4.1 30 Apr 2004 16:17:08
 |
marcus  |
* Update to 2.4.1
* Add a LATEST_LINK to glib20 |
2.4.0 07 Apr 2004 00:15:23
 |
marcus  |
Point users to the 2.4-to-2.6 upgrade FAQ instead of the devel FAQ. |
2.4.0 05 Apr 2004 03:11:39
 |
marcus  |
Presenting GNOME 2.6.0. The FreeBSD GNOME Team feels this our best release
ever. It fixes many bugs, and adds some features missing in previous
FreeBSD ports. To help users upgrade from GNOME 2.4, we have constructed an
upgrade FAQ at:
http://www.freebsd.org/gnome/docs/faq26.html
Please read it carefully. GNOME 2.6 packages are also available for all
supported i386 versions of FreeBSD at:
http://www.marcuscom.com/tinderbox/
The FreeBSD GNOME Team would like the thank the following users for their
wonderful testing and patching efforts. We would especially like to thank
Franz Klammer <klammer@webonaut.com> for his wonderful new splash screen.
Without these people, our team, and our team alumni, GNOME on FreeBSD would
not be possible.
Jeremy Messenger <mezz7@cox.net>
Khairil Yusof <kaeru@pd.jaring.my>
Koop Mast <kwm@rainbow-runner.nl>
Simon Barner <barner@in.tum.de>
Tom McLaughlin <tmclaugh@sdf.lonestar.org>
Scott Dodson <sdodson@sdodson.com>
Vladimir Grebenschikov <vova@sw.ru> |
2.2.3_1 18 Mar 2004 13:47:05
 |
pav  |
- Add SIZE to GNOME ports
Submitted by: trevor |
2.2.3_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.3_1 04 Feb 2004 04:36:30
 |
marcus  |
Add USE_GETTEXT and bump PORTREVISION.
Submitted by: trevor
Tested by: bento |
2.2.3 23 Jan 2004 18:12:26
 |
trevor  |
Now gettext 0.12.1 is gettext-old. |
2.2.3 17 Nov 2003 12:29:10
 |
trevor  |
USE_REINPLACE need be defined only when REINPLACE_CMD is used. |
2.2.3 06 Oct 2003 01:13:39
 |
marcus  |
Correct some obsolete MASTER_SITES
PR: 57557
Submitted by: Mark Linimon <linimon@lonesome.com> |
2.2.3 26 Aug 2003 21:46:45
 |
marcus  |
Grrr...actually up the PORTVERSION. |
2.2.2_1 26 Aug 2003 21:23:26
 |
marcus  |
Update to 2.2.3. |
2.2.2_1 26 Aug 2003 20:25:58
 |
marcus  |
Bump the PORTREVISION for the ports directly affected by the gettext upgrade.
Prodded by: kris |
2.2.2 25 Aug 2003 05:41:38
 |
marcus  |
Chase the libintl.so shared lib version. |
2.2.2 16 Jun 2003 20:52:58
 |
adamw  |
Utilize USE_GNOME= pkgconfig. |
2.2.2 11 Jun 2003 00:38:43
 |
marcus  |
Update to 2.2.2. |
2.2.1_1 29 Apr 2003 16:25:56
 |
marcus  |
Ensure that pthread CFLAGS and LDFLAGS are properly passed in.
PR: 51533
Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> |
2.2.1 22 Apr 2003 04:21:47
 |
marcus  |
Convert to new GNOME infrastructure. |
2.2.1 20 Apr 2003 02:56:27
 |
marcus  |
Remove USE_GNOMENG. |
2.2.1 07 Mar 2003 06:01:16
 |
ade  |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
2.2.1 07 Feb 2003 18:42:25
 |
marcus  |
Update to GNOME 2.2.
This is Phase I. All existing ports have been updated to their GNOME 2.2
counterparts. |
2.0.7 10 Dec 2002 09:37:07
 |
adamw  |
pkg-descr claimed this was glib 1.3 ::) |
2.0.7 04 Nov 2002 23:48:32
 |
marcus  |
Update to 2.0.7. |
2.0.6 20 Sep 2002 17:07:51
 |
marcus  |
GNOME has just changed the layout of their FTP site. This resulted in
making all the distfiles unfetachable. Update all GNOME ports that fetch
from MASTER_SITE_GNOME to fetch from the correct location. |
2.0.6 04 Aug 2002 03:01:29
 |
marcus  |
Update to 2.0.6. |
2.0.4_1 01 Aug 2002 16:22:41
 |
ade  |
Chase shlib rev of devel/gettext
Submitted by: lots and lots
Pointy hat to: ade |
2.0.4_1 04 Jul 2002 19:03:28
 |
marcus  |
Add USE_PERL5. |