Commit graph

115 commits

Author SHA1 Message Date
Jeremy Messenger
4de0e184e5 Update to 2.10.8. 2007-03-07 19:11:24 +00:00
Jeremy Messenger
e3d4867d75 Update to 2.10.7. 2007-01-28 19:13:24 +00:00
Jeremy Messenger
87c7ac7938 Update to 2.10.6. 2006-12-08 16:54:17 +00:00
Jeremy Messenger
18a580e5cd Update to 2.10.5. 2006-12-02 06:09:23 +00:00
Joe Marcus Clarke
c0c3edd802 Update to 2.10.4. 2006-11-21 21:18:17 +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
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
68edd4952a Update to 2.8.8. 2006-05-31 03:20:04 +00:00
Joe Marcus Clarke
1bab0ece0c Update to 2.8.7. 2006-05-12 23:36:14 +00:00
Joe Marcus Clarke
7abf6e9e88 Update to 2.8.6. 2006-05-12 23:31:41 +00:00
Jean-Yves Lefort
3c063d4c7e Move the gtkmm24 programming reference to the gtkmm24-reference port. 2006-05-11 21:35:25 +00:00
Jeremy Messenger
760781fe62 Update to 2.8.5. 2006-04-15 01:45:36 +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
7b3eb60ab4 - Fix plist (leftover %D prefix in @dirrmtry entry). [1]
- Remove obsolete USE_REINPLACE.

Reported by:	krismail [1]
2006-02-07 02:07:58 +00:00
Alexander Nedotsukov
0461777262 Update to 2.8.3 2006-02-02 08:47:21 +00:00
Jeremy Messenger
60b59b167c -Update to 2.8.2.
-Using --disable-demos instead of patch to disable it.
-NOPORTDOCS no longer need a hack, using --disable-docs instead.
2005-12-17 21:33:36 +00:00
Pav Lucistnik
e05544d7ba - Add SHA256 checksums 2005-11-23 22:41:05 +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
3d61cce0bc Update to 2.8.1. 2005-11-05 06:25:30 +00:00
Michael Johnson
6250aa00fc - Remove MASTER_SITE_LOCAL from MASTER_SITES since everything seems to work
again.
2005-07-05 17:16:53 +00:00
Michael Johnson
acb383aa6b - Remove MASTER_SITE_SOURCEFORGE 2005-06-18 14:18:08 +00:00
Michael Johnson
03c8672d39 - Temp add MASTER_SITE_LOCAL to MASTER_SITES
I can only fetch 14% from the main gnome ftp and no other gnome mirror
  has it as of 10:10EST
2005-06-18 14:13:40 +00:00
Joe Marcus Clarke
3e2ee32905 Remove a leftover devhelp directory.
Reported by:	pointyhat via kris
2005-06-17 03:28:20 +00:00
Joe Marcus Clarke
ca9e747c41 Update to 2.6.3. 2005-06-11 07:57:58 +00:00
Alexander Nedotsukov
b4daa07cdb Fix inter-library dependencies so dependands get properly linked.
This required for systems with pkgconfig 0.17+ installed.
2005-04-20 00:53:19 +00:00
Adam Weinberger
359d05c6e2 Update to 2.6.2.
There's some problem with link stage for programs linking
against gtkmm24 on 4.x that's existed since at least 2.6.1.
I'm committing this update because it doesn't make the problem
any worse.
2005-04-15 19:00:41 +00:00
Joe Marcus Clarke
eca90017dd Update to 2.6.1. 2005-03-15 03:44:43 +00:00
Joe Marcus Clarke
ca1e16fa84 Update to 2.6.0. Note: this release is API and ABI compatible with
2.4.x, so a repocopy to gtkmm26 is not needed.
2005-03-12 11:24:28 +00:00
Joe Marcus Clarke
b1beb4174b Update to 2.4.11. 2005-02-06 21:34:57 +00:00
Alexander Nedotsukov
6d46758fc4 Update to 2.4.8 2004-12-04 00:35:57 +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
Alexander Nedotsukov
fcf17aa812 Update to 2.4.6 2004-11-02 04:14:19 +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
b96243c3e8 Fix plist.
Reported by:	pointyhat
2004-08-17 07:18:23 +00:00
Alexander Nedotsukov
9c477653c8 Update to 2.4.5 2004-08-10 10:26:40 +00:00
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
58b77748ff - Fix examples build trigger.
- Axe yet more build but not install stuff.
2004-07-08 14:42:03 +00:00
Alexander Nedotsukov
81593e6fc3 Fix LATEST_LINK. 2004-07-08 12:01:08 +00:00
Alexander Nedotsukov
b5ec194289 Update to 2.4.4 2004-07-02 04:05:53 +00:00
Alexander Nedotsukov
91d6af38e5 Add gtkmm 2.4.3 after repocopy from gtk--2, a C++ wrapper for GTK+,
Pango, Atk.
2004-06-26 07:14:01 +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