Commit Graph

113 Commits

Author SHA1 Message Date
Joe Marcus Clarke
23d1633cef Update to 2.10.4. 2004-08-19 17:45:47 +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
3d183f8310 Update to 2.10.3 2004-06-23 12:28:47 +00:00
Alexander Nedotsukov
c2a474f46d Update 2.10.2 2004-05-07 13:31:21 +00:00
Joe Marcus Clarke
03b404380b Update to 2.10.1. 2004-04-28 18:49:10 +00:00
Alexander Nedotsukov
936a8e0851 Remove part or post-patch wich is not longer required. 2004-04-09 20:52:09 +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
053fdb6a6b Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
2004-02-04 05:21:48 +00:00
Joe Marcus Clarke
b690f641cd Remove ${PREFIX}/lib/orbit-2.0 if it exists and is empty.
Reported by:	adamw
2004-01-11 06:49:58 +00:00
Adam Weinberger
baac9c684e Update to 2.8.3. 2003-12-05 20:44:13 +00:00
Joe Marcus Clarke
df62a7086e Update to 2.8.2. 2003-10-10 19:14:33 +00:00
Joe Marcus Clarke
9c0caae1c2 Update to GNOME 2.4.0. For all the goodies on what's changed, known issues,
future plans, etc., please see http://www.gnome.org/start/2.4/.

This commit represents work done by adamw, bland, and myself as well as
many other contributers:

Koop Mast <einekoai@chello.nl>
Akifyev Sergey <asa@gascom.ru>
Franz Klammer <klammer@webonaut.com>
Øyvind Kolbu <oyvind@kebab.gaffel.nu>
Thomas E. Zander <riggs@rrr.de>
Jeremy Messenger <mezz7@cox.net>

Without these contirbuters, and our faithful users, GNOME 2.4.0 would not
be possible.

Please check the FreeBSD GNOME site for any FreeBSD gotchas, as well as
general FAQs and documentation (GNOME 2.4 updates to be posted soon).  The
best way to upgrade so that you get all shared library dependencies is:

portupgrade -rf -m BATCH=yes atk
portupgrade -R -m BATCH=yes gnome2

Approved by:	portmgr (kris, will, myself implicitly)
Requested by:	re as well as many other users
2003-09-18 06:49:37 +00:00
Joe Marcus Clarke
08ab6f57fa Update to 2.6.3. 2003-07-21 15:26:51 +00:00
Joe Marcus Clarke
ce63e62d33 Update to 2.6.2. 2003-05-19 23:56:44 +00:00
Joe Marcus Clarke
020e9fd8c9 Add some more module search paths. 2003-05-12 00:55:32 +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
Joe Marcus Clarke
af745b330b Update to 2.6.1. 2003-04-04 07:14:21 +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
Joe Marcus Clarke
a1c8b2e5ae Update to 2.4.4. 2002-11-12 22:58:58 +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
c98a2c1c67 Update to 2.4.3. 2002-08-24 08:16:57 +00:00
Joe Marcus Clarke
3c4cb49ef2 Update to 2.4.2. 2002-08-20 19:08:37 +00:00
Joe Marcus Clarke
0fba61cf95 Update to 2.4.1. 2002-08-07 07:18:07 +00:00
Maxim Sobolev
548387be80 Use USE_REINPLACE. 2002-07-11 15:31:46 +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
58d6153c1e Update to GNOME 2.0 RC2. 2002-06-26 09:18:37 +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
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
3c678e3a7d Update to GNOME 2.0 RC2. 2002-05-12 06:49:02 +00:00
Joe Marcus Clarke
7facd80048 Update to GNOME 2.0 RC 1. 2002-05-02 03:37:15 +00:00
Maxim Sobolev
bc40539465 - Update to 2.3.108 (version from GNOME2 beta4);
- use USE_LIBTOOL.
2002-04-26 07:45:59 +00:00
Joe Marcus Clarke
491c51f807 Update to GNOME 2.0 beta3.
Approved by:	sobomax
2002-04-06 22:37:43 +00:00
Maxim Sobolev
4db64553f8 Bring up already ported portion on GNOME2 development platform on par with
GNOME2 beta2 release.
2002-03-11 20:35:07 +00:00
Maxim Sobolev
a061e954f6 Fix one missed orbitrc --> orbit2rc. 2002-02-27 19:06:03 +00:00
Maxim Sobolev
5dece96d19 Update all components of the GNOME 2.0 to the versions included into GNOME
2.0-beta release.
2002-02-27 11:21:00 +00:00
Maxim Sobolev
b43764cab0 Remove pkgconfig from ${BUILD,RUN}_DEPENDS - it's inherited with another
dependencies.
2002-02-21 09:46:20 +00:00
Maxim Sobolev
426e127ca0 Remove bogus USE_GLIB. 2002-02-20 23:02:56 +00:00
Maxim Sobolev
a99ed6698a Apply s|LINC_THREADSAFE|G_THREADS_ENABLED|g regex, because some time ago
LINC_THREADSAFE in linc was replaced with G_THREADS_ENABLED. Bump PORTREVISION.
2002-02-14 01:39:12 +00:00
Maxim Sobolev
530ba28c1f Add patch missed in the previous commit (update to 2.3.103). 2002-02-13 11:29:09 +00:00
Maxim Sobolev
380c3e11fe Update to 2.3.103 after a repo-copy from ports/devel/ORBit. 2002-02-13 11:27:49 +00:00
Akinori MUSHA
32c83edfbc Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;
the ECHO macro is set to "echo" by default, but it is set to "true" if
make(1) is invoked with the -s option while ECHO_CMD is always set to
the echo command.

Use command macros where appropriate.
2002-01-29 10:16:28 +00:00
Maxim Sobolev
ca8c81f24a Prevent libc from linking in explicitly. Bump PORTREVISION. 2002-01-24 15:04:27 +00:00
Maxim Sobolev
8041418f18 Add -I${PREFIX}/include into output of orbit-config script, because it's
necessary for ports in order to find libIDL includes.

Submitted by:	vanilla
2002-01-22 12:30:11 +00:00
Maxim Sobolev
413b98dfb9 Update to 0.5.13. 2002-01-13 12:51:14 +00:00