Commit graph

29 commits

Author SHA1 Message Date
Joe Marcus Clarke
b3458f652e Bump PORTREVISION to chase the glib20 shared lib version change. 2005-03-12 10:54:27 +00:00
Joe Marcus Clarke
6e580af3a7 Update to 1.4.3. 2005-03-08 02:23:52 +00:00
Jeremy Messenger
d7fcc8234e Use new INSTALLS_OMF.
Approved by:	bland, kwm, marcus and pav
2004-11-23 02:23:08 +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
Adam Weinberger
2133693782 Update to 1.4.2. 2004-10-22 15:24: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
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
Joe Marcus Clarke
c4f92336fd Add a dependency on scrollkeeper to fix a build in the non-GNOME case.
Reported by:	des
2004-03-22 21:16:06 +00:00
Pav Lucistnik
7d83787187 - Add SIZE to GNOME ports
Submitted by:	trevor
2004-03-18 14:05:58 +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
5e2f128ab9 Fix build on -stable. 2003-11-21 02:28:44 +00:00
Joe Marcus Clarke
00b9e4157a Properly handle OMF files. 2003-11-20 23:34:44 +00:00
Joe Marcus Clarke
8ba8dfca2a Update to 1.2.0. 2003-11-20 23:32:44 +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
98f75b6a20 In the spirt of graphics/librsvg2, try to be safer when overwriting
files in pre- and post-installation.
2003-11-04 02:58:48 +00:00
Joe Marcus Clarke
78220fe833 Update to 1.0.0. 2003-09-10 07:13:27 +00:00
Joe Marcus Clarke
e6f0d78869 * Update to 0.9.0
* Build with GNOME support if we're doing package building
2003-08-22 17:19:36 +00:00
Joe Marcus Clarke
04a8093f0e Move misc/gucharmap to deskutils/gucharmap as the latter is a much more
appropriate category.

PR:		55258
2003-08-07 02:27:51 +00:00
Joe Marcus Clarke
5eb43a9511 Removed some non-existent pkg-plist files. I don't know how I missed this
in my last commit.

Submitted by:	Pav Lucistnik <pav@oook.cz>
2003-06-13 18:11:31 +00:00
Joe Marcus Clarke
60f46d4fc7 Update to 0.8.0 and sign over maintainership to gnome@. 2003-06-13 01:11:09 +00:00
Joe Marcus Clarke
f461c4a408 Update to 0.6.1. 2003-05-19 07:21:31 +00:00
Joe Marcus Clarke
5dc363dc09 Change LIBS to LDFLAGS to fix the non-GNOME build.
Reported by:	bento
2003-05-06 20:09:40 +00:00
Kris Kennaway
21e4ca0242 BROKEN: Does not configure 2003-05-06 07:15:14 +00:00
Joe Marcus Clarke
b55b3703f2 Update to 0.6.0. 2003-05-03 15:54:19 +00:00
Joe Marcus Clarke
7f203fae3e * Add a missing dependency on popt [1]
* Convert to new GNOME infrastructure

Reported by:	bento [1]
2003-04-11 23:38:47 +00:00
Joe Marcus Clarke
5a4116ed6d Update to 0.4.0. 2003-04-04 07:37:39 +00:00
Joe Marcus Clarke
db3469a6ea Correct a typo (s/LIB_DEPEND/LIB_DEPENDS).
Approved by:	portmgr (lioux)
2003-03-08 19:52:51 +00:00
Joe Marcus Clarke
4b8d72d3e2 Add gucharmap, a Unicode character map and viewer built on GTK+ 2. 2003-03-02 21:05:41 +00:00