Commit graph

129 commits

Author SHA1 Message Date
Joe Marcus Clarke
610ae56816 Presenting GNOME 2.24 for FreeBSD.
See http://library.gnome.org/misc/release-notes/2.24/ for the general
release notes.  On the FreeBSD front, this release introduces Fuse support
in HAL, adds multi-CPU support to libgtop, WebKit updates, and fixes some
long-standing seahorse and gnome-keyring bugs.  The documentation updates
to the website are forthcoming.

This release features commits by adamw, ahze, kwm, mezz, and myself.  It would
not have been possible without are contributors and testers:

Alexander Loginov
Craig Butler [1]
Dmitry Marakasov [6]
Eric L. Chen
Joseph S. Atkinson
Kris Moore
Lapo Luchini [7]
Nikos Ntarmos
Pawel Worach
Romain Tartiere
TAOKA Fumiyoshi [3]
Yasuda Keisuke
Zyl
aZ [4]
bf [2] [5]
Florent Thoumie
Peter Wemm
pluknet

PR:		125857 [1]
		126993 [2]
		130031 [3]
		127399 [4]
		127661 [5]
		124302 [6]
		129570 [7]
		129936
		123790
2009-01-10 05:22:13 +00:00
Pav Lucistnik
efa63f6ba4 - Remove USE_GCC where it can be satisfied with base compiler on following
FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT
2008-07-25 14:34:52 +00:00
Edwin Groothuis
090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00
Michael Johnson
d90e52fe99 Update to 2.12.7 2008-04-02 17:29:33 +00:00
Joe Marcus Clarke
351a3ad2a6 Update to 2.12.6. 2008-04-02 05:30:48 +00:00
Joe Marcus Clarke
20a6dfc852 Update to 2.12.5. 2008-02-24 20:40:09 +00:00
Joe Marcus Clarke
974a7d7f6b Update to 2.12.4. 2008-01-25 18:42:19 +00:00
Jeremy Messenger
81981f6d21 Update to 2.12.3. 2007-12-12 04:29:51 +00:00
Joe Marcus Clarke
4acc6fb2a4 Presenting GNOME 2.20.1 and all related works for FreeBSD. The official
GNOME 2.20 release notes can be found at
http://www.gnome.org/start/2.20/notes/en/ .  Beyond that, this update
includes the new GIMP 2.4 (courtesy of ahze).

The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME
hierarchy.  We are now using the more standard DATADIR of ${PREFIX}/share
rather than ${PREFIX}/share/gnome. The result is that fewer patches and
hacks are needed to port GNOME components to FreeBSD.  This will mean some
user changes may be required, so be sure to read /usr/ports/UPDATING for
more details.

This release and the things we accomplished in it would not have been
possible without mezz's crazy idea to collapse DATADIR, and his persistence
to make it happen successfully.  Ahze and pav also deserve thanks for
their work on porting modules and testing the whole ball of wax on
pointyhat (respectively).

The FreeBSD GNOME team would also like to thank our various testers and
contributors:

Yasuda Keisuke
Frank Jahnke
Pawel Worach
Brian Gruber
Franz Klammer
Yuri Pankov
Nick Barkas
Cristian KLEIN
Tony Maher
Scot Hetzel
Martin Matuska (mm)
Benoit Dejean
Martin Wilke (miwi)
(And anyone else I may have missed)

PRs fixed in this release:

111272, 113470, 115995, 116338
2007-10-24 23:37:25 +00:00
Joe Marcus Clarke
4fe366ebb5 Update to 2.10.11. 2007-08-10 20:09:32 +00:00
Joe Marcus Clarke
25785909cc Allow these ports to build with GCC 4.2.
Approved by:	portmgr (implicit)
2007-05-24 06:07:46 +00:00
Florent Thoumie
d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00
Joe Marcus Clarke
94bbded4a1 Update to 2.10.10. 2007-05-02 00:19:27 +00:00
Jeremy Messenger
6e00aa1e47 Update to 2.10.9. 2007-04-22 19:03:35 +00:00
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