Commit Graph

139 Commits

Author SHA1 Message Date
Joe Marcus Clarke
b87afe2dc6 Update to 2.8.4. 2005-11-15 18:19:26 +00:00
Joe Marcus Clarke
e18151212d 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.

The FreeBSD GNOME Team would lank to thank the following users for
their contributions to this release:

Matthew Luckie <mjl@luckie.org.nz>
ade
sajd on #freebsd-gnome
Caelian on #freebsd-gnome
mnag
Yasuda Keisuke <kysd@po.harenet.ne.jp>
Mark Hobden <markhobden@gmail.com>
Sergey Akifyev <asa@agava.com>
Andreas Kohn

For more information on GNOME on FreeBSD, checkout
http://www.FreeBSD.org/gnome/.  The 2.12 documentation will be
posted shortly.
2005-11-05 04:53:48 +00:00
Joe Marcus Clarke
303036bc0e Update to 2.6.6. 2005-08-01 16:10:56 +00:00
Jean-Yves Lefort
cf102495f7 Fix patch name. 2005-07-20 18:30:13 +00:00
Jean-Yves Lefort
678a4a3cd1 Fix memory leaks when G_ERRORCHECK_MUTEXES is used:
http://bugzilla.gnome.org/show_bug.cgi?id=311043
2005-07-20 18:24:51 +00:00
Koop Mast
598c7fa206 Fix patching
Noticed by:	krion
2005-06-10 20:45:32 +00:00
Koop Mast
1bca7d6f9c Update to 2.6.5. 2005-06-10 19:13:37 +00:00
Jeremy Messenger
1a5621d95d 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
2005-05-16 06:48:08 +00:00
Joe Marcus Clarke
33dc5a461c Update to 2.6.4. 2005-04-07 05:12:31 +00:00
Joe Marcus Clarke
190418a078 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
ride the walrus.  We'd especially like to thank the following users that
provided patches for GNOME 2.10:

ade
Yasuda Keisuke
Franz Klammer
Khairil Yusof
Radek Kozlowsk

And anyone else I may have accidentally omitted.

As with GNOME 2.8, 2.10 comes with a brand-spankin' new splashscreen
courtesy of Franz Klammer.  However, unlike GNOME 2.8, we've included all
of the FreeBSD GNOME splashscreen entries with gnomesession.  You can
use the deskutils/splashsetter port to choose the one you like best.

As always, GNOME users should _not_ use portupgrade alone to upgrade to
2.10.  Instead, get the gnome_upgrade.sh script from
http://www.FreeBSD.org/gnome/gnome_upgrade.sh.

Enjoy!
2005-03-12 10:39:38 +00:00
Jeremy Messenger
b2528d992a Update MASTER_SITES for 2.3 -> 2.4. 2004-12-23 20:29:05 +00:00
Kris Kennaway
be3e1f7794 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
2004-12-16 05:49:27 +00:00
Joe Marcus Clarke
793d79bf40 Update to 2.4.8. 2004-12-03 03:19:48 +00:00
Joe Marcus Clarke
81dff3c8c9 Update to 2.4.7. 2004-10-12 02:29:57 +00:00
Joe Marcus Clarke
f728afd18b 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)
2004-09-15 02:52:17 +00:00
Alexander Nedotsukov
98e65ee726 Update to 2.4.6 2004-08-13 15:09:06 +00:00
Jeremy Messenger
2dba5c34e9 Update to 2.4.5. 2004-07-30 22:04:13 +00:00
Joe Marcus Clarke
a7872c19bf 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.
2004-07-27 19:45:37 +00:00
Jeremy Messenger
de9584ba62 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>
2004-07-24 22:28:02 +00:00
Joe Marcus Clarke
37640cfdd9 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.
2004-07-24 19:53:33 +00:00
Joe Marcus Clarke
9e5632dd66 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
2004-07-09 17:43:11 +00:00
Alexander Nedotsukov
e9dffd30af Update to 2.4.4 2004-07-09 15:55:01 +00:00
Alexander Nedotsukov
63ea10d209 Update to 2.4.2 2004-06-04 17:19:21 +00:00
Pav Lucistnik
2d2b746abb - Remove GNOME 2.4 -> 2.6 upgrade warning. It served it's purpose.
OK'ed by:	marcus
2004-05-14 17:20:16 +00:00
Joe Marcus Clarke
60fa48c9a8 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
2004-05-04 16:56:26 +00:00
Joe Marcus Clarke
2b4d08e7f2 * Update to 2.4.1
* Add a LATEST_LINK to glib20
2004-04-30 16:17:08 +00:00
Joe Marcus Clarke
d06f88c42c Point users to the 2.4-to-2.6 upgrade FAQ instead of the devel FAQ. 2004-04-07 00:15:23 +00:00
Joe Marcus Clarke
c4851e78e4 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>
2004-04-05 03:11:39 +00:00
Pav Lucistnik
55a7e57766 - Add SIZE to GNOME ports
Submitted by:	trevor
2004-03-18 13:47:05 +00:00
Ade Lovett
3f651573ad 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.
2004-03-14 06:17:56 +00:00
Joe Marcus Clarke
186b8ba82f Add USE_GETTEXT and bump PORTREVISION.
Submitted by:	trevor
Tested by:	bento
2004-02-04 04:36:30 +00:00
Trevor Johnson
78da40aa98 Now gettext 0.12.1 is gettext-old. 2004-01-23 18:12:26 +00:00
Trevor Johnson
b3ba3ae427 USE_REINPLACE need be defined only when REINPLACE_CMD is used. 2003-11-17 12:29:10 +00:00
Joe Marcus Clarke
27a69f4efb Correct some obsolete MASTER_SITES
PR:		57557
Submitted by:	Mark Linimon <linimon@lonesome.com>
2003-10-06 01:13:39 +00:00
Joe Marcus Clarke
d7d9518fb3 Grrr...actually up the PORTVERSION. 2003-08-26 21:46:45 +00:00
Joe Marcus Clarke
3110276b5e Update to 2.2.3. 2003-08-26 21:23:26 +00:00
Joe Marcus Clarke
a3108b1e51 Bump the PORTREVISION for the ports directly affected by the gettext upgrade.
Prodded by:	kris
2003-08-26 20:25:58 +00:00
Joe Marcus Clarke
adccc29aad Chase the libintl.so shared lib version. 2003-08-25 05:41:38 +00:00
Adam Weinberger
c413d0b2b0 Utilize USE_GNOME= pkgconfig. 2003-06-16 20:52:58 +00:00
Joe Marcus Clarke
6500f02863 Update to 2.2.2. 2003-06-11 00:38:43 +00:00
Joe Marcus Clarke
2887f69213 Ensure that pthread CFLAGS and LDFLAGS are properly passed in.
PR:	51533
Submitted by:	Kimura Fuyuki <fuyuki@hadaly.org>
2003-04-29 16:25:56 +00:00
Joe Marcus Clarke
0874a46409 Convert to new GNOME infrastructure. 2003-04-22 04:46:36 +00:00
Joe Marcus Clarke
e28f0247c9 Remove USE_GNOMENG. 2003-04-20 03:03:05 +00:00
Ade Lovett
7e52725f2a Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:14:21 +00:00
Joe Marcus Clarke
336b31c394 Update to GNOME 2.2.
This is Phase I.  All existing ports have been updated to their GNOME 2.2
counterparts.
2003-02-07 18:42:25 +00:00
Adam Weinberger
4b59a18e1a pkg-descr claimed this was glib 1.3 ::) 2002-12-10 09:37:07 +00:00
Joe Marcus Clarke
b74ce2d810 Update to 2.0.7. 2002-11-04 23:48:32 +00:00
Joe Marcus Clarke
59deb69012 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.
2002-09-20 17:07:51 +00:00
Joe Marcus Clarke
a902bf80a0 Update to 2.0.6. 2002-08-04 03:02:30 +00:00
Ade Lovett
c8eaa93644 Chase shlib rev of devel/gettext
Submitted by:	lots and lots
Pointy hat to:	ade
2002-08-01 16:22:41 +00:00