Commit graph

81 commits

Author SHA1 Message Date
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
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
Edwin Groothuis
5b2fd8de70 Remove USE_REINPLACE from categories starting with X 2006-05-13 05:00:46 +00:00
Jean-Yves Lefort
a90b258972 Move the gtk--2 programming reference to the gtk--2-reference port. 2006-05-11 19:59:09 +00:00
Ade Lovett
8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +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
Alexander Nedotsukov
a6258b9b36 Fix inter-library dependencies.
Reported by:	krismail
2005-04-22 02:42:03 +00:00
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
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
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
158d5ab337 Update to 2.2.12 2004-06-04 18:52:07 +00:00
Joe Marcus Clarke
731798cdcf Chase the glib20 update, and bump all affected ports' PORTREVISIONs. 2004-04-05 03:31:02 +00:00
Joe Marcus Clarke
becbb54756 Update to 2.2.11. 2004-03-30 23:30:27 +00:00
Alexander Nedotsukov
c58388325b Fix detection of ambiguous const template specialization.
This triggered build breakage in gnome-vfsmm port.
2004-03-24 07:05:48 +00:00
Joe Marcus Clarke
9aea7f06eb Update to 2.2.10. 2004-03-15 19:30:57 +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
a706d0cb88 Update to 2.2.9 2004-02-18 02:31:36 +00:00
Joe Marcus Clarke
73f7c91b5d Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
2004-02-04 05:10:27 +00:00
Alexander Nedotsukov
fbffd04324 - Remove obsolete --without-gnome option.
- Exclude tests/ from build and packaging.
2003-09-30 06:52:45 +00:00
Adam Weinberger
b6a40f4e33 Update to 2.2.8. 2003-09-30 02:20:45 +00:00
Alexander Nedotsukov
822e1c8b8c Update to 2.2.7
Approved by: marcus (mentor)
2003-08-24 23:26:15 +00:00
Alexander Nedotsukov
e34d3e58dc Update to 2.2.6
Approved by: marcus (mentor)
2003-08-21 18:19:36 +00:00
Joe Marcus Clarke
e86bb8098c * Update to 2.2.5
* Use USE_BZIP2
2003-07-21 23:59:30 +00:00
Joe Marcus Clarke
7af4230e4f Update to 2.2.4. 2003-07-21 19:10:44 +00:00
Adam Weinberger
b15fc750cf Don't build and install examples by default. This cuts build time by
more than half.

Examples are available via a WITH_EXAMPLES knob, which is off by
default.

Bump PORTREVISION.
2003-07-07 23:36:40 +00:00
Joe Marcus Clarke
7ba9e2a3fb Change the LATEST_LINK to make this port easier to find.
Requested by:	Alexander Nedotsukov <bland@mail.ru>
2003-06-19 22:01:45 +00:00
Joe Marcus Clarke
9e74e4f1c3 Update to 2.2.3. 2003-06-01 00:18:42 +00:00
Joe Marcus Clarke
6e4a30ed3b Update the comment and description to mention the other libraries for
which this port is a wrapper.  Also, add a URL to the pkg-descr.

Suggested by:	Alexander Nedotsukov <bland@mail.ru>
2003-05-22 07:39:16 +00:00
Joe Marcus Clarke
935a3e9f04 Update to 2.2.2. 2003-05-21 18:31:39 +00:00
Joe Marcus Clarke
5504e26b7b Convert to new GNOME infrastructure. 2003-04-22 05:02:24 +00:00
Joe Marcus Clarke
b33eaf3276 Remove USE_GNOMENG. 2003-04-20 19:54:55 +00:00
Joe Marcus Clarke
bbaa0cf805 Update to 2.2.1. 2003-04-04 07:32:45 +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
5db0c67afa Update to 2.2.0. 2003-02-08 03:33:52 +00:00
Joe Marcus Clarke
7305030530 Chase gtk20's shared lib version. 2003-02-07 19:21:11 +00:00
Joe Marcus Clarke
3d4783b874 Update to 2.0.2. 2003-01-01 19:12:52 +00:00
Joe Marcus Clarke
3ff5dd4015 Update to 2.0.1. 2002-11-17 00:15:24 +00:00
Joe Marcus Clarke
fbccd7efd6 Update to 2.0.0. 2002-11-01 23:37:07 +00:00
Joe Marcus Clarke
e8196081d8 Update to 1.3.26. 2002-10-19 06:59:18 +00:00
Joe Marcus Clarke
1bb2f017ac Add gtkmm2 after a repo copy from gtk--. Gtkmm2 is a collection of C++
bindings for GTK+-2.0.

PR:		36945
Submitted by:	garrett rooney <rooneg@electricjellyfish.net>
		Martin Klaffenboeck <martin.klaffenboeck@gmx.at>
2002-10-12 07:33:02 +00:00
Joe Marcus Clarke
59deb69012 GNOME has just changed the layout of their FTP site. This resulted in
making all the distfiles unfetachable.  Update all GNOME ports that fetch
from MASTER_SITE_GNOME to fetch from the correct location.
2002-09-20 17:07:51 +00:00
Kris Kennaway
c68436a7b7 Remove USE_NEWGCC, which is no longer supported or required.
Submitted by:   Tilman Linneweh <tilman@arved.de>
PR:             ports/40571
2002-08-31 02:44:07 +00:00
Joe Marcus Clarke
560267f695 Bump PORTREVISION after latest libsigc++ upgrade. This is needed or ports
depending on gtk-- will not build.

Reported by:	Adriel Cardenas G. <freebsd@aztlansystems.net>
2002-08-18 21:38:32 +00:00
Maxim Sobolev
d47ba75953 Use USE_GNOMENG. 2002-07-16 16:02:48 +00:00
Maxim Sobolev
71d5cfb5fe Comment out DIST_SUBDIR=gnome pending next version update. 2002-02-12 09:21:26 +00:00
Ade Lovett
901e22aeeb These are GNOME components more than anything else, so track the version
as supplied by MASTER_SITE_GNOME.
2002-02-12 05:06:42 +00:00
Maxim Sobolev
b0404e9e6c Update to 1.2.8.
PR:		31763
Submitted by:	Patrick Li <pat@databits.net>
2001-11-13 11:18:08 +00:00
Dmitry Sivachenko
657d7fd495 Update to 1.2.7 2001-08-12 12:11:54 +00:00
Ade Lovett
5ed28dbe7a SWitch maintainership of core GNOME ports to a small group of
committers (gnome@FreeBSD.org), since this is now definitely too big
for just one person.
2001-05-11 16:36:50 +00:00