Commit Graph

76 Commits

Author SHA1 Message Date
Joe Marcus Clarke
eda54492af Fix warnings when doing make deinstall by applying some @unexec
magic when removing shared directories.

PR:		70013
2004-08-04 21:59:44 +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
de36ef39d9 Remove a left-over include directory.
Reported by:	bento
2003-02-16 00:07:43 +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
Joe Marcus Clarke
65f8b96e55 Actually patch the correct file. You can't patch C++ files in the gtk--
subdir since they are generated at build-time.
2002-06-11 02:00:17 +00:00
Joe Marcus Clarke
9f65c3565a Fix a build problem on -CURRENT.
Submitted by:	petef
2002-06-09 19:04:31 +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
Maxim Sobolev
5f7690e60e Update to 1.2.5. 2001-03-13 15:11:03 +00:00
Yukihiro Nakai
b18ffa5949 Update to 1.2.4
Submitted by:	Maxim Sobolev <sobomax@FreeBSD.org>
2000-12-22 20:50:10 +00:00
Yukihiro Nakai
0bb98e36ab Add --with-sigc-prefix
Submitted by:	Warner Losh <imp@village.org>
2000-10-14 10:58:54 +00:00
Satoshi Asami
7acef1cd7a Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is
spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type
fixes that shouldn't have been necessary) and the string "/pkg/"
appear.
2000-10-08 10:23:48 +00:00
Jeremy Lea
99290b0d61 Implement USE_GTK, part 2. 2000-10-05 06:42:57 +00:00
Yukihiro Nakai
79fed8ed66 Update to 1.2.3 2000-09-11 11:24:25 +00:00