Commit graph

43 commits

Author SHA1 Message Date
Joe Marcus Clarke
4acc6fb2a4 Presenting GNOME 2.20.1 and all related works for FreeBSD. The official
GNOME 2.20 release notes can be found at
http://www.gnome.org/start/2.20/notes/en/ .  Beyond that, this update
includes the new GIMP 2.4 (courtesy of ahze).

The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME
hierarchy.  We are now using the more standard DATADIR of ${PREFIX}/share
rather than ${PREFIX}/share/gnome. The result is that fewer patches and
hacks are needed to port GNOME components to FreeBSD.  This will mean some
user changes may be required, so be sure to read /usr/ports/UPDATING for
more details.

This release and the things we accomplished in it would not have been
possible without mezz's crazy idea to collapse DATADIR, and his persistence
to make it happen successfully.  Ahze and pav also deserve thanks for
their work on porting modules and testing the whole ball of wax on
pointyhat (respectively).

The FreeBSD GNOME team would also like to thank our various testers and
contributors:

Yasuda Keisuke
Frank Jahnke
Pawel Worach
Brian Gruber
Franz Klammer
Yuri Pankov
Nick Barkas
Cristian KLEIN
Tony Maher
Scot Hetzel
Martin Matuska (mm)
Benoit Dejean
Martin Wilke (miwi)
(And anyone else I may have missed)

PRs fixed in this release:

111272, 113470, 115995, 116338
2007-10-24 23:37:25 +00:00
Joe Marcus Clarke
4861419558 Allow these ports to be built with GCC 4.2. 2007-05-28 04:24:28 +00:00
Joe Marcus Clarke
951c257ea3 Presenting GNOME 2.18 for FreeBSD. GNOME 2.18 is a departure from recent GNOME
releases in that it focuses more on stability and functionality than on
new features.  Not that it doesn't have its share of new and exciting
items.  See http://www.gnome.org/start/2.18/ for all the goodies in
this release.

GNOME 2.18 for FreeBSD would not have been possible without the hard work
of the FreeBSD GNOME Team and our intrepid band of testers including
J. W. Ballantine, Pawel Worach, Yasuda Keisuke, Pascal Hofstee, miwi,
Yoshihiro Ota, Vladimir Grebenschikov, Jukka A. Ukkonen,
Phillip Neumann, Franz Klammer, and Neal Delmonico.
2007-03-19 05:14:07 +00:00
Joe Marcus Clarke
798e9bed2a Presenting GNOME 2.14.1 for FreeBSD! Checkout
http://www.gnome.org/start/2.14/ for the official release notes, and a list
of all the gooides in this new release.  In particular, GNOME 2.14 focused
on performance, and they did not miss the mark.  There's some new eye candy,
but most of the big things are waiting until GNOME 2.16.  On the FreeBSD
side, we tried to clean up all the crashers we could.  In particular, we
really improved GNOME's 64-bit support.

The good news is that this release does not bring any big shared library
version bumps, so you can almost do a simple portupgrade to get to 2.14.
There are a few minor gotchas that will be documented in UPDATING shortly.

The FreeBSD GNOME Team would like th thank the following users for their
patches, feedback, and sometimes incessant complaing about crashes (you
know who you are).

Yasuda Keisuke <kysd@po.harenet.ne.jp>
Pascal Hofstee <caelian@gmail.com>
rmgls@wanadoo.fr
tmclaugh
Yuri Pankov <yuri.pankov@gmail.com>
sajd on #freebsd-gnome
ade
ankon on #FreeBSD-Gnome
mux
Pascal Hofstee <caelian@gmail.com>
QuiRK on #freebsd-gnome
Vladimir Timofeev <vovkasm@gmail.com>
2006-04-30 00:47:21 +00:00
Ade Lovett
8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +00:00
Edwin Groothuis
84b1517c16 SHA256ify
Approved by: krion@
2006-01-24 03:16:52 +00:00
Ade Lovett
c2d62ca97a Switch to <target>:: convention for both patch-autotools and run-autotools,
to allow for easier overriding of these targets by port Makefiles, if
they need to.
2005-11-19 06:02:20 +00:00
Alexander Nedotsukov
a4a2384ae3 Nuke nasty Gentoo ltmail.sh version sanity check to unbreak build.
Reported by:	many
2005-11-08 08:07:26 +00:00
Joe Marcus Clarke
658c3a1f53 Update to 2.12.0. 2005-11-05 06:26:18 +00:00
Joe Marcus Clarke
e6faec0446 Update to 2.10.0. Note: this release is API and ABI compatible with
2.4.x, so a repocopy to libxml++26 is not needed.
2005-03-12 11:32:14 +00:00
Kris Kennaway
84e8d56ed5 Increase USE_GCC to 3.4 for those ports which compile with it.
Approved by:	portmgr
2004-09-30 05:32:00 +00:00
Alexander Nedotsukov
68b31117cb Add libxml++ 2.6.1 after repocopy from libxml++, XML API for C++. 2004-08-14 09:21:00 +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
9394b19243 Update to 1.0.4 2004-05-27 02:23:32 +00:00
Kris Kennaway
fce2e01ae1 Add missing directory 2004-04-15 10:45:56 +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
Alexander Nedotsukov
5e8a7e0ef2 Update to 1.0.2 2004-02-19 15:06:53 +00:00
Alexander Nedotsukov
4bfb9d2b48 - Update to 1.0.1
- Change master site SOURCEFORGE -> GNOME
- Use lthack
2004-01-23 03:44:10 +00:00
Alexander Nedotsukov
ca5259e9bc Update to 1.0.0 2004-01-18 05:57:06 +00:00
Alexander Nedotsukov
7df6a56ab8 Fix plist entries.
Reported by: bento via kris (as a passepartout build error)
2003-11-26 04:39:33 +00:00
Trevor Johnson
00e692203d USE_REINPLACE must be defined before REINPLACE_CMD may be used. 2003-11-17 12:03:17 +00:00
Alexander Nedotsukov
4459d76331 Update to 0.27.0 2003-11-12 05:26:05 +00:00
Alexander Nedotsukov
305d70f9df - Update to 0.26.0
- Takeover maintainership.
2003-09-25 03:52:46 +00:00
Kirill Ponomarev
8b0b623f4d Update to 0.25.0
PR:		54623
Approved by:	fjoe (mentor)
2003-07-21 13:43:58 +00:00
Norikatsu Shigemura
f898e74970 Fix dependency & Bump PORTREVISION.
PR:		ports/54377
Submitted by:	Ports Fury
2003-07-11 17:49:16 +00:00
Daichi GOTO
95891bf132 update textproc/libxml++: 0.23.0 -> 0.24.0
PR:		54196
Submitted by:	Kirill Ponomarew <ponomarew@oberon.net>
2003-07-08 05:43:51 +00:00
Foxfair Hu
6969414b2a PR: 52475
Submitted by:	"Sergey A. Osokin" <osa@freebsd.org.ru>
Reviewed by:	Kirill Ponomarew <ponomarew@oberon.net>
Update libxml++: 0.22 -> 0.23
2003-05-22 03:53:06 +00:00
Christian Weisgerber
faf5337b31 Update to version 0.22.0
PR:		51237
Submitted by:	Ports Fury
2003-05-01 23:38:08 +00:00
Ying-Chieh Liao
ec4b81d6a3 upgrade to 0.21.0 2003-02-22 18:41:49 +00:00
Akinori MUSHA
cb07270bfe De-pkg-comment. 2003-02-20 19:21:36 +00:00
Ying-Chieh Liao
7fbe06bbf7 upgrade to 0.19.0 2003-02-08 09:50:31 +00:00
Ying-Chieh Liao
0791d084f4 upgrade to 0.18.0 2003-01-10 10:10:56 +00:00
Ying-Chieh Liao
695572ea92 upgrade to 0.17.0
PR:		46311
Submitted by:	Ports Fury
2003-01-03 18:32:20 +00:00
Ying-Chieh Liao
b94d726775 upgrade to 0.16.0 2002-11-21 06:10:03 +00:00
Ying-Chieh Liao
79c373120d upgrade to 0.15.0
PR:		45442
Submitted by:	Ports Fury
2002-11-20 12:57:21 +00:00
Kris Kennaway
284c3710ee On second thoughts, back out the PORTCOMMENT change and add back
pkg-comment for now.
2002-11-06 22:57:42 +00:00
Ying-Chieh Liao
0dc8538754 upgrade to 0.14.p2 2002-11-06 14:05:33 +00:00
Christian Weisgerber
85daaf0b6f * Update to 0.14pre1. This also fixes compilation with GCC3.
PR:		44437
Submitted by:	Volker Stolz <stolz@i2.informatik.rwth-aachen.de>

* Remove useless gmake dependency.
* Don't install .la wrapper file.
2002-10-24 18:51:38 +00:00
David W. Chapman Jr.
534fffca27 ${PERL} -> ${REINPLACE_CMD}
PR:		40784
Submitted by:	corecode@corecode.ath.cx
Reviewed by:	flynn@energyhq.homeip.net
2002-09-01 16:07:59 +00:00
Maxim Sobolev
810fcd34d2 USE_LIBTOOL implies GNU_CONFIGURE, so remove the latter where appropriate. 2001-08-31 14:20:29 +00:00
Ying-Chieh Liao
c6e635fadd upgrade to 0.13
drop maintainership
2001-05-21 18:48:19 +00:00
Ying-Chieh Liao
3860ac2d79 fix include path and make it build again
Noted by:	bento's log
2001-04-26 05:45:26 +00:00
Ying-Chieh Liao
db9acc6417 add libxml++, XML API for C++ 2001-02-25 18:49:50 +00:00