Commit graph

126 commits

Author SHA1 Message Date
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
Joe Marcus Clarke
1af2baef84 Add USE_PERL5. 2002-07-04 19:03:28 +00:00
Joe Marcus Clarke
58d11a98d4 The FreeBSD GNOME team is proud to present GNOME 2.0 Release. 2002-06-30 22:20:44 +00:00
Joe Marcus Clarke
62e3dedfd6 Revert sobomax's removal of --export-dynamic. This is needed for ports like
bugbuddy which require the signal handler symbols to be exported to
libglade.  Other ports which require libglade may also benefit from
--export-dynamic.

If you find GNOME 2.0 applications that complain libglade cannot find
a certain signal handler, recompile the port after updating to this
revision of glib20.  The problem should go away.

Note, this may not be the optimum fix, but it is what the GNOME people
probably intended, and gets things working for GNOME 2.0 Final.
2002-06-30 20:07:37 +00:00
Joe Marcus Clarke
58d6153c1e Update to GNOME 2.0 RC2. 2002-06-26 09:18:37 +00:00
Maxim Sobolev
4803463633 Add USE_REINPLACE where appropriate. 2002-06-19 08:18:10 +00:00
Maxim Sobolev
f1adb14e7d Don't leak --export-dynamic into installed gmodule-2.0.pc. 2002-06-17 10:15:33 +00:00
Joe Marcus Clarke
515147d6b6 Update to GNOME 2.0 Release Candidate 1...the "Fever Pitch" release. 2002-06-15 09:05:13 +00:00
Joe Marcus Clarke
3bfd9150b8 Update to the latest GNOME 2 snapshot. This will be done it two parts.
This first part is the GNOME 2 API.  The next part will contain the desktop
components.
2002-06-11 08:15:32 +00:00
Maxim Sobolev
5041e92de1 Don't touch charset.alias file installed by libiconv. 2002-06-04 00:48:56 +00:00
Joe Marcus Clarke
076fb5cd76 Update to 2.0.3.
This is a set of commits for GTK+-2.0 and friends to support
freetype2-2.1.0.

PR:		38796
2002-06-01 19:00:46 +00:00
Joe Marcus Clarke
1aadf412fd Update to the latest GNOME 2.0 snapshot, the "Stay on target!" release. 2002-05-28 16:08:26 +00:00
Joe Marcus Clarke
63c7a0f973 Back to betas...Update to GNOME 2.0 beta 5. 2002-05-19 20:16:06 +00:00
Joe Marcus Clarke
163580e9fe Fix up the pkg-{descr|comment} to relfect reality, and avoid confusion
for software developers.

Submitted by:	Lawrence Mayer dsg <Lawrence.Mayer@dsg.ki.se>
2002-05-13 16:09:05 +00:00