Commit Graph

26 Commits

Author SHA1 Message Date
Michael Johnson
cb55ca16b1 Update to 2.12.3 2006-11-21 14:07:43 +00:00
Joe Marcus Clarke
29747f458a Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed.

Submitted by:	mezz, ahze, pav, and many others
Approved by:	portmgr (implicit, kris)
2006-10-14 08:54:54 +00:00
Michael Johnson
1a7d979f8a - Update to 2.10.7 2006-09-29 20:57:57 +00:00
Joe Marcus Clarke
66ef2718c7 Update to 2.10.4. 2006-06-07 06:08:04 +00:00
Jeremy Messenger
336ae3953d - Add header in these *-reference ports.
- Fix a few of pkg-descr by chase the rename.
- Move all PORTREVISION and PORTEPOCH to top with ?=.
- Put USE_X_PREFIX back in, but under REFERENCE_PORT, and remove PREFIX? and
  USE_XLIB. This fix ports to use the correct mtree when you change the prefix,
  for example:

  	Incorrect: (Without USE_X_PREFIX)
	================================
	# cd /usr/ports/x11-toolkits/gtk20
	# make -V MTREE_FILE
	/etc/mtree/BSD.x11-4.dist
	# make PREFIX=/tmp/foo -V MTREE_FILE
	/etc/mtree/BSD.local.dist <-- Here...
	================================

  	Correct: (With USE_X_PREFIX)
	================================
	# cd /usr/ports/x11-toolkits/gtk20
	# make -V MTREE_FILE
	/etc/mtree/BSD.x11-4.dist
	# make PREFIX=/tmp/foo -V MTREE_FILE
	/etc/mtree/BSD.x11-4.dist <-- Here...
	================================

- Change a several of *-reference ports to install in LOCALBASE instead
  X11BASE, but only two gtkmm*-reference couldn't be change at the moment.
  Bump the PORTREVISION for change prefix.

Discussed with:	marcus
2006-05-31 22:18:51 +00:00
Jeremy Messenger
f2fc4a1024 Update to 2.10.3. 2006-05-22 00:50:12 +00:00
Joe Marcus Clarke
f8608f6992 Update to 2.10.2. 2006-05-12 23:31:10 +00:00
Jean-Yves Lefort
c89e8bfa09 Move the glibmm programming reference to the glibmm-reference port. 2006-05-11 20:33:39 +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
Joe Marcus Clarke
22792c0dce Update to 2.8.6. 2006-04-16 05:39:48 +00:00
Joe Marcus Clarke
74511ba49f Update to 2.8.5. 2006-03-15 05:32:45 +00:00
Ade Lovett
8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +00:00
Alexander Nedotsukov
7fd18b6e6a Update to 2.8.4 2006-01-29 01:16:57 +00:00
Alexander Nedotsukov
af21e12951 Update to 2.8.3 2005-12-16 12:33:23 +00:00
Joe Marcus Clarke
95669f21f5 Update to 2.8.2. 2005-11-23 19:01:41 +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
Joe Marcus Clarke
9c20b88d4a Update to 2.8.1. 2005-11-05 05:57:35 +00:00
Joe Marcus Clarke
b8d0de6674 Update to 2.6.1. 2005-03-12 11:23:05 +00:00
Joe Marcus Clarke
5519687e05 Update to 2.4.7. 2005-02-06 21:06:14 +00:00
Kris Kennaway
1ce09cf697 BROKEN on alpha: Does not build
Approved by:    portmgr (self)
2005-01-02 01:04:36 +00:00
Alexander Nedotsukov
02740c8194 Update to 2.4.5 2004-11-02 04:13:29 +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
7edd426d07 Update to 2.4.4 2004-08-10 07:11:02 +00:00
Joe Marcus Clarke
1253f7a50d Fix make deinstall.
PR:		70012
Submitted by:	Jean-Sébastien Pédron <jspedron@club-internet.fr>
2004-08-04 21:55:42 +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
46ececfbbb Add glibmm 2.4.3, C++ interfaces for glib2. 2004-06-26 03:04:35 +00:00