Commit graph

35 commits

Author SHA1 Message Date
Joe Marcus Clarke
aff220824b Update to 2.3.11. 2005-03-12 11:35:48 +00:00
Joe Marcus Clarke
46a4d69571 Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the
big upgrade.
2004-11-07 22:37:47 +00:00
Alexander Nedotsukov
5c0330b1d9 - Fix build with gcc 3.4 [1]
- Unplug examples from build since they are not installed anyway.
- Use lthack.

Reported by:	pointyhat via kris
2004-08-18 07:06:39 +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
Joe Marcus Clarke
731798cdcf Chase the glib20 update, and bump all affected ports' PORTREVISIONs. 2004-04-05 03:31:02 +00:00
Pav Lucistnik
d86e03252b - Add SIZE to GNOME ports
Submitted by:	trevor
2004-03-18 14:46:32 +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
73f7c91b5d Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
2004-02-04 05:10:27 +00:00
Joe Marcus Clarke
dba10d5f0d Add a missing build dependency on intltool.
Reported by:	bento via kris
2004-01-25 01:46:03 +00:00
Alexander Nedotsukov
ddca7623dd Update to 2.0.0 2004-01-18 05:58:22 +00:00
Alexander Nedotsukov
4f1fdd153f Patches missed from just commited 1.3.11 update. 2003-12-04 07:26:59 +00:00
Alexander Nedotsukov
9619fa8313 Update to 1.3.11 (Bakery2) 2003-12-04 07:25:33 +00:00
Joe Marcus Clarke
ea3d79e28d Ignore this port. It's almost two years old, and there is a GNOME 2
version of bakery available.  It will be updated after the 5.2 freeze lifts.
Currently, the build is recursing indefinitely on bento.

Approved by:	portmgr (implicit)
2003-11-27 06:52:35 +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
41734a812f Remove a patch that is no longer needed.
Reported by:	bento via kris
2003-06-18 21:38:38 +00:00
Adam Weinberger
5a1964dbcd Remove REINPLACE commands that were rolled into gnomehack. 2003-06-12 09:46:09 +00:00
Joe Marcus Clarke
b33eaf3276 Remove USE_GNOMENG. 2003-04-20 19:54:55 +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
e57110f7cc Chase the gnomemm shared lib version. 2003-01-30 03:59:46 +00:00
Joe Marcus Clarke
99e0ceb918 Okay, this time the build should be fixed on -CURRENT.
Reported by:	bento
2002-12-04 18:02:39 +00:00
Joe Marcus Clarke
d35f727398 Add a forgotten patch that makes the whole thing work on -CURRENT. Thanks
to kris for making me revisit this.
2002-12-02 01:28:20 +00:00
Kris Kennaway
a444049969 Revert previous commit (port was already fixed)
Submitted by:	marcus
2002-12-02 00:36:37 +00:00
Kris Kennaway
4912f2a36a BROKEN On 5.0: does not compile 2002-12-02 00:29:12 +00:00
Joe Marcus Clarke
8d8f66fcbc Update to 1.0.2 which should fix the build problems we're seeing on bento
and beta.

Reported by:	bento and beta
2002-11-30 06:36:47 +00:00
Dmitry Sivachenko
fed8efaebe Chase gnomemm shlib bump. 2001-08-12 12:29:52 +00:00
Ade Lovett
5ed28dbe7a SWitch maintainership of core GNOME ports to a small group of
committers (gnome@FreeBSD.org), since this is now definitely too big
for just one person.
2001-05-11 16:36:50 +00:00
Ade Lovett
a98569be07 Update to 0.7.0 2001-05-08 15:15:09 +00:00
Ade Lovett
bc47cccc84 Various patches (mainly shared library revision changes) for those
ports that depend on GNOME and need to change for 1.4
2001-05-04 21:41:30 +00:00
Ade Lovett
3d5e86b63a Update to 0.6.0 2001-04-02 18:15:32 +00:00
Maxim Sobolev
4ca0e60800 -pthread --> ${PTHREAD_LIBS}
-D_THREAD_SAFE --> ${PTHREAD_CFLAGS}

Note: my first intention was to test this out on bento/beta, but per ade's
requiest I opted to do it quickly.
2001-03-29 16:35:19 +00:00
Jimmy Olgeni
a130b2e7dd Batch of style fixes for x11-toolkits. 2001-02-05 16:49:17 +00:00
Ade Lovett
548809869d Release a few ports back into the wild that I don't have
time to maintain any more.
2001-01-22 19:33:59 +00:00
Ade Lovett
b373204b9c Update to 0.4.0 2000-12-05 20:01:56 +00:00
Jeremy Lea
c76cf46929 Implement USE_GNOME, part 2. 2000-10-05 07:17:31 +00:00
Ade Lovett
ec98873a70 Bakery is another C++ Framework for creating GNOME applications
using Gtk-- and Gnome--
2000-09-12 22:48:25 +00:00