Commit graph

35 commits

Author SHA1 Message Date
Joe Marcus Clarke
f0a6e5b363 Update to 0.12.3. 2006-02-03 05:36:17 +00:00
Edwin Groothuis
913a5a5cba Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:    krion@
PR:             ports/88711 (related)
2006-01-22 01:29:46 +00:00
Pav Lucistnik
e05544d7ba - Add SHA256 checksums 2005-11-23 22:41:05 +00:00
Ade Lovett
54a0b86543 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
	http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
2005-11-15 06:52:12 +00:00
Joe Marcus Clarke
235c907ae5 Bump PORTREVISION to chase the glib20 shared library update. 2005-11-05 05:22:06 +00:00
Jeremy Messenger
de35924d44 Update to 0.12.2. 2005-10-04 17:44:54 +00:00
Joe Marcus Clarke
82e003b8fe Remove some leftover locale directories.
Reported by:	pointyhat via kris
2005-05-27 18:02:12 +00:00
Adam Weinberger
6564b47fd4 Update to 0.12.1. 2005-05-23 03:49:43 +00:00
Joe Marcus Clarke
b3458f652e Bump PORTREVISION to chase the glib20 shared lib version change. 2005-03-12 10:54:27 +00:00
Adam Weinberger
6b026e1a98 Fix build on 4.X. 2005-03-08 20:55:45 +00:00
Koop Mast
79b329aa1e Update to 0.12.0 2005-03-08 14:35:16 +00:00
Joe Marcus Clarke
02cc9e2b4d Update to 0.11.14. 2005-02-06 07:59:26 +00:00
Joe Marcus Clarke
8e4b5f83ba Update to 0.11.13. 2005-01-19 20:48:19 +00:00
Joe Marcus Clarke
98cc407d09 Update to 0.11.12. 2005-01-18 06:22:32 +00:00
Joe Marcus Clarke
934a9c07b4 Remove the ang locale if it is empty. 2005-01-15 07:57:22 +00:00
Joe Marcus Clarke
4e14e5a8e4 Update to 0.11.11. 2004-12-07 21:25:45 +00:00
Joe Marcus Clarke
58406bee89 Presenting GNOME 2.8 for FreeBSD (2.8.1 to be exact).
This release notes detailing all of the new goodies in GNOME 2.8 can
be found at http://www.gnome.org/start/2.8/notes/, and the list of what
was fixed in GNOME 2.8.1 can be found at
http://lists.gnome.org/archives/gnome-announce-list/2004-October/msg00056.html.

This release, as well as all of our others, would not have been possible
without the great efforts of our FreeBSD GNOME Team.  The list of
current members can be found at http://www.freebsd.org/gnome/contact.html
(including our newest member, Michael Johnson <ahze@FreeBSD.org>).

Special thanks also goes out to all of the loyal FreeBSD GNOME users that
put up with crashes and hangs to test and debug GNOME on FreeBSD.  We would
especially like to thank those users that provided patches for GNOME 2.7 and
2.8:

Franz Klammer <klammer@webonaut.com>
Piotr Smyrak <piotr.smyrak@heron.pl>
Radek Kozlowski <radek@raadradd.com>
Khairil Yusof <kaeru@pd.jaring.my>
Yasuda Keisuke <kysd@po.harenet.ne.jp>
Tom McLaughlin <tmclaugh@sdf.lonestar.org>
Vladimir Grebenschikov <vova@fbsd.ru>

GNOME 2.8 also features a new, FreeBSD-specific splashscreen that
was designed by jimmac for GNOME 2.8, then daemonized by
Franz Klammer <klammer@webonaut.com> and Radek Kozlowski
<radek@raadradd.com>.

As with GNOME 2.6, you cannot just "portupgrade" to GNOME 2.8.  There is
a script provided at http://www.marcuscom.com/downloads/gnome_upgrade28.sh
that will aid in the upgrade process.  Full documentation on the GNOME 2.8
upgrade is coming following this commit.

From all of us at FreeBSD GNOME, ENJOY!
2004-11-07 22:24:32 +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
360f00838d Switch to USE_BZIP2 for bandwidith reasons, and also because certain GNOME
mirrors only carrier bzip2 tarballs.

PR:		67020
Submitted by:	Roman Neuhauser <neuhauser@chello.cz>
2004-05-22 02:01:30 +00:00
Joe Marcus Clarke
716b72f71e Update to 0.10.11. 2004-04-19 22:50:55 +00:00
Adam Weinberger
546d4eaaa7 Update to 0.10.10. 2004-03-22 22:47:18 +00:00
Joe Marcus Clarke
e11935d231 Update to 0.10.9. 2004-03-16 19:14:20 +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
b004402a35 Update to 0.10.8. 2004-03-09 05:53:44 +00:00
Adam Weinberger
ee8bcbc6da Update to 0.10.7. 2004-02-25 07:50:30 +00:00
Joe Marcus Clarke
e2cf7b16fe Update to 0.10.6. 2004-02-10 19:47:43 +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
de057ba1fa Start to populate the new accessibility physical category after respective
repocopies.

x11-toolkits/at-spi --> accessibility/at-spi
devel/atk           --> accessibility/atk
editors/dasher      --> accessibility/dasher
x11-toolkits/gail   --> accessibility/gail
x11/gnomemag        --> accessibility/gnomemag
audio/gnomespeech   --> accessibility/gnomespeech
sysutils/gok        --> accessibility/gok
2004-01-22 08:56:43 +00:00
Joe Marcus Clarke
07beb76a8e Update to 0.10.5. 2004-01-12 20:28:19 +00:00
Joe Marcus Clarke
49d766ecf7 Fix build on -STABLE.
Reported by:	Mike Harding <mvh@ix.netcom.com>
2003-12-09 21:57:28 +00:00
Joe Marcus Clarke
9d77a89369 Update to 0.10.4. 2003-12-09 17:27:50 +00:00
Trevor Johnson
b3ba3ae427 USE_REINPLACE need be defined only when REINPLACE_CMD is used. 2003-11-17 12:29:10 +00:00
Adam Weinberger
8340b6192f Update to 0.10.3. 2003-09-08 22:57:34 +00:00
Adam Weinberger
5a1964dbcd Remove REINPLACE commands that were rolled into gnomehack. 2003-06-12 09:46:09 +00:00
Joe Marcus Clarke
f1c906fea7 Add gnomemag, the GNOME screen magnifier. 2003-05-11 22:54:54 +00:00