Commit Graph

41 Commits

Author SHA1 Message Date
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
ffecdfda4a Add a call to ``env'' for the gconf install and uninstall rules just to be
safe.
2004-06-25 19:52:33 +00:00
Adam Weinberger
24fa706b0e Utilize lthack. 2004-06-25 06:34:18 +00:00
Joe Marcus Clarke
9c80fcc624 Update to 2.6.2, and roll out the new gconf key policy to see how it handles.
Moving forward, this will make handling gconf schemas much easier.
2004-06-24 01:16:36 +00:00
Joe Marcus Clarke
9cd70171d9 Use %%DOCSDIR%% and %%PORTDOCS%% in the plist where appropriate.
Reported by:	mezz
2004-06-01 02:40:13 +00:00
Joe Marcus Clarke
8666cfd9e0 Fix OMF handling.
Reported by:	mezz
2004-06-01 02:27:37 +00:00
Joe Marcus Clarke
07d915e164 Update to 2.6.1. 2004-04-20 06:22:06 +00:00
Joe Marcus Clarke
6f0ab7bf8e Fix the case when NOPORTDOCS is defined.
Reported by:	Piotr Smyrak <piotr.smyrak@heron.pl>
2004-04-06 01:54:20 +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
cfaaa49989 - Add SIZE to GNOME ports
Submitted by:	trevor
2004-03-18 13:32:26 +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
Adam Weinberger
63a773b90f Update to 2.4.4. 2004-01-26 22:34:24 +00:00
Adam Weinberger
6a9264b047 Update to 2.4.3. Use lthack. 2004-01-15 17:00:56 +00:00
Alexander Nedotsukov
af8d62eefb Cleanup runtime dependency list. Fileroller does not require
any of archivers pre-installed. It pickups them if available.
2003-11-11 06:06:53 +00:00
Alexander Nedotsukov
ed9c77d8c7 Update to 2.4.2 2003-11-10 15:28:51 +00:00
Joe Marcus Clarke
3b6c6c678a Update to 2.4.1.1. 2003-10-19 18:44:23 +00:00
Joe Marcus Clarke
9a6674811f Update to 2.4.1. 2003-10-13 21:26:57 +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
8f5e9fff5a Update to 2.2.5. 2003-06-29 18:01:49 +00:00
Adam Weinberger
5a1964dbcd Remove REINPLACE commands that were rolled into gnomehack. 2003-06-12 09:46:09 +00:00
Joe Marcus Clarke
7f72084783 Update to 2.2.4. 2003-05-20 00:34:30 +00:00
Joe Marcus Clarke
39653fbdad Make use of the implicit gnometarget. 2003-04-22 04:09:54 +00:00
Adam Weinberger
7450d5d45a Use new GNOME2 infrastructure. 2003-04-13 05:19:24 +00:00
Joe Marcus Clarke
7431b95baa Remove USE_GNOMENG macro. 2003-04-07 20:29:10 +00:00
Joe Marcus Clarke
17bddc70ec Update to 2.2.3. 2003-04-04 07:43:05 +00:00
Joe Marcus Clarke
ace06b6cc5 Replace the bzip dependency with bzip2. This will allow GNOME 2 to show up
on release CDs.

Approved by:	portmgr (kris)
2003-03-09 01:09:51 +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
5351e44368 Remove file fileroller doc directory.
Reported by:	bento
2003-02-15 23:53:41 +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
6da4e1cef6 Back down to 2.0.4 as 2.1.x now requires GNOME 2.1.
Reported by:	Dan Hulme <dan_256@yahoo.com>
2002-11-13 05:30:09 +00:00
Joe Marcus Clarke
170e7e33a0 Update to 2.1.2. 2002-10-20 20:15:09 +00:00
Joe Marcus Clarke
90645f9378 Update to 2.1.1. 2002-10-13 15:23:08 +00:00
Joe Marcus Clarke
134eff4210 Fix a problem parsing tar archives with GNU tar 1.13.25. Bump PORTREVISION. 2002-10-11 16:15:30 +00:00
Joe Marcus Clarke
9ea1476b42 fileroller has been added as a part of the upcoming GNOME 2.2 desktop. Claim
maintainership in the name of gnome.
2002-10-06 22:19:14 +00:00
Ying-Chieh Liao
bcd204b85f upgrade to 2.1.0
PR:		43690
Submitted by:	Ports Fury
2002-10-06 17:36:00 +00:00
Joe Marcus Clarke
8e9366c679 Use USE_GNOMENG. 2002-07-27 22:58:47 +00:00
Ying-Chieh Liao
1004049499 fix plist
PR:		39639
Submitted by:	Ports Fury
2002-06-22 04:27:25 +00:00
Ying-Chieh Liao
b51269d254 upgrade to 1.0.2
PR:		39153
Submitted by:	Oliver Braun <obraun@informatik.unibw-muenchen.de>
2002-06-20 18:58:56 +00:00
Ying-Chieh Liao
56bc9f9ef8 - Add USE_X_PREFIX
- Conform to GNOME directory hierarchy
- Do not install GNU GPL doc

PR:		38705
Submitted by:	Ports Fury
2002-05-30 18:03:22 +00:00
Anders Nordby
15a2396d50 Add fileroller, a GNOME archive manager for zip files, tar, etc.
(Something for those that miss WinZip.)
2002-05-18 21:52:55 +00:00