Commit Graph

47 Commits

Author SHA1 Message Date
Joe Marcus Clarke
58406bee89 Presenting GNOME 2.8 for FreeBSD (2.8.1 to be exact).
This release notes detailing all of the new goodies in GNOME 2.8 can
be found at http://www.gnome.org/start/2.8/notes/, and the list of what
was fixed in GNOME 2.8.1 can be found at
http://lists.gnome.org/archives/gnome-announce-list/2004-October/msg00056.html.

This release, as well as all of our others, would not have been possible
without the great efforts of our FreeBSD GNOME Team.  The list of
current members can be found at http://www.freebsd.org/gnome/contact.html
(including our newest member, Michael Johnson <ahze@FreeBSD.org>).

Special thanks also goes out to all of the loyal FreeBSD GNOME users that
put up with crashes and hangs to test and debug GNOME on FreeBSD.  We would
especially like to thank those users that provided patches for GNOME 2.7 and
2.8:

Franz Klammer <klammer@webonaut.com>
Piotr Smyrak <piotr.smyrak@heron.pl>
Radek Kozlowski <radek@raadradd.com>
Khairil Yusof <kaeru@pd.jaring.my>
Yasuda Keisuke <kysd@po.harenet.ne.jp>
Tom McLaughlin <tmclaugh@sdf.lonestar.org>
Vladimir Grebenschikov <vova@fbsd.ru>

GNOME 2.8 also features a new, FreeBSD-specific splashscreen that
was designed by jimmac for GNOME 2.8, then daemonized by
Franz Klammer <klammer@webonaut.com> and Radek Kozlowski
<radek@raadradd.com>.

As with GNOME 2.6, you cannot just "portupgrade" to GNOME 2.8.  There is
a script provided at http://www.marcuscom.com/downloads/gnome_upgrade28.sh
that will aid in the upgrade process.  Full documentation on the GNOME 2.8
upgrade is coming following this commit.

From all of us at FreeBSD GNOME, ENJOY!
2004-11-07 22:24:32 +00:00
Adam Weinberger
c4ab51f484 Move a bunch of now unique stuff out of gnomehier and into
the ports that really own the directories.
2004-07-28 14:36:31 +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
Joe Marcus Clarke
e72cb93c97 Update to 2.6.2. 2004-06-14 22:18:52 +00:00
Joe Marcus Clarke
23038a6590 Update to 2.6.1. 2004-04-20 06:11:15 +00:00
Joe Marcus Clarke
c4851e78e4 Presenting GNOME 2.6.0. The FreeBSD GNOME Team feels this our best release
ever.  It fixes many bugs, and adds some features missing in previous
FreeBSD ports.  To help users upgrade from GNOME 2.4, we have constructed an
upgrade FAQ at:

http://www.freebsd.org/gnome/docs/faq26.html

Please read it carefully.  GNOME 2.6 packages are also available for all
supported i386 versions of FreeBSD at:

http://www.marcuscom.com/tinderbox/

The FreeBSD GNOME Team would like the thank the following users for their
wonderful testing and patching efforts.  We would especially like to thank
Franz Klammer <klammer@webonaut.com> for his wonderful new splash screen.
Without these people, our team, and our team alumni, GNOME on FreeBSD would
not be possible.

Jeremy Messenger <mezz7@cox.net>
Khairil Yusof <kaeru@pd.jaring.my>
Koop Mast <kwm@rainbow-runner.nl>
Simon Barner <barner@in.tum.de>
Tom McLaughlin <tmclaugh@sdf.lonestar.org>
Scott Dodson <sdodson@sdodson.com>
Vladimir Grebenschikov <vova@sw.ru>
2004-04-05 03:11:39 +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
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
Joe Marcus Clarke
a1967ab5ac Use intlhack to fix the build on -STABLE.
Reported by:	John Merryweather Cooper <johnmary@adelphia.net>
2004-01-15 21:21:00 +00:00
Adam Weinberger
a98d5df79e Update to 2.4.2, and use lthack. 2004-01-15 16:53:29 +00:00
Trevor Johnson
b3ba3ae427 USE_REINPLACE need be defined only when REINPLACE_CMD is used. 2003-11-17 12:29:10 +00:00
Joe Marcus Clarke
0e4f52f0af Update to 2.4.1. 2003-10-14 19:02:59 +00:00
Joe Marcus Clarke
9edc43e9ad Fix the clock display for the Danish, Italian, and Chinese locales. FreeBSD's
strftime(3) does not support the '-' (no pad) modifier that GNU date does.
2003-10-01 20:01:23 +00:00
Joe Marcus Clarke
b113f4948f Fix a nasty bug where launchers on drawers wouldn't work after the upgrade
to GNOME 2.4.0.

Approved by:	portmgr (implicit)
Obtained from:	GNOME CVS
2003-09-20 18:25:21 +00:00
Joe Marcus Clarke
9c0caae1c2 Update to GNOME 2.4.0. For all the goodies on what's changed, known issues,
future plans, etc., please see http://www.gnome.org/start/2.4/.

This commit represents work done by adamw, bland, and myself as well as
many other contributers:

Koop Mast <einekoai@chello.nl>
Akifyev Sergey <asa@gascom.ru>
Franz Klammer <klammer@webonaut.com>
Øyvind Kolbu <oyvind@kebab.gaffel.nu>
Thomas E. Zander <riggs@rrr.de>
Jeremy Messenger <mezz7@cox.net>

Without these contirbuters, and our faithful users, GNOME 2.4.0 would not
be possible.

Please check the FreeBSD GNOME site for any FreeBSD gotchas, as well as
general FAQs and documentation (GNOME 2.4 updates to be posted soon).  The
best way to upgrade so that you get all shared library dependencies is:

portupgrade -rf -m BATCH=yes atk
portupgrade -R -m BATCH=yes gnome2

Approved by:	portmgr (kris, will, myself implicitly)
Requested by:	re as well as many other users
2003-09-18 06:49:37 +00:00
Joe Marcus Clarke
03a5b92abb Fix a bus error on logout on -CURRENT if one of the panels contained
a drawer.  This patch has been fed back to GNOME via Bugzilla.  More details
can be found here:

http://bugzilla.gnome.org/show_bug.cgi?id=96423
2003-08-02 04:48:57 +00:00
Adam Weinberger
0d03b1e118 Update to 2.2.2.2. 2003-07-10 19:30:27 +00:00
Adam Weinberger
e7ef71bea5 Update to 2.2.2.1. 2003-06-14 20:29:57 +00:00
Adam Weinberger
5a1964dbcd Remove REINPLACE commands that were rolled into gnomehack. 2003-06-12 09:46:09 +00:00
Joe Marcus Clarke
02306b2ab0 Update to 2.2.2. 2003-05-16 05:38:12 +00:00
Joe Marcus Clarke
018ed0aff7 Actually commit these changes to convert to new GNOME infrastructure.
Spotted by:	Kirill Ponomarew <ponomarew@oberon.net>
2003-04-21 07:36:03 +00:00
Joe Marcus Clarke
6d6bbc2970 Update to 2.2.1. 2003-04-04 07:53:18 +00:00
Ade Lovett
3195b6f71c 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:36:20 +00:00
Joe Marcus Clarke
1b1395caeb Fix crash when destroying the notification_area_applet.
Obtained from:	GNOME bug 105421
2003-02-13 01:44:34 +00:00
Joe Marcus Clarke
336b31c394 Update to GNOME 2.2.
This is Phase I.  All existing ports have been updated to their GNOME 2.2
counterparts.
2003-02-07 18:42:25 +00:00
Joe Marcus Clarke
aaf3faffd8 Update to 2.0.11. 2002-11-15 18:32:18 +00:00
Joe Marcus Clarke
b38330bda5 Update to 2.0.10. 2002-10-14 04:12:41 +00:00
Joe Marcus Clarke
3553ac4fdd Add a missing INSTALLS_SHLIB. 2002-10-14 00:23:12 +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
Joe Marcus Clarke
445e9345e1 Update to 2.0.9. 2002-09-06 19:44:30 +00:00
Joe Marcus Clarke
50141885e4 Update to 2.0.7. 2002-08-27 22:13:36 +00:00
Joe Marcus Clarke
0cd30bf9f4 Update to 2.0.6. This fixed the problem where launchers in drawers wouldn't
survive restarts of GNOME (at least on one of my build machines).
2002-08-12 19:52:49 +00:00
Joe Marcus Clarke
e4ffe50cbb Update to 2.0.5. Keep the tempoary patch to prevent nautilus from placeing
icons undeneath the panel.

This version of gnomepanel starts applets in the correct order, fixes a problem
with focus, and updates a few of the translations.
2002-08-09 20:30:32 +00:00
Joe Marcus Clarke
832d724e16 Update to 2.0.3 and add USE_GNOMENG. 2002-07-30 20:21:07 +00:00
Maxim Sobolev
518dd83eca Fix a problem appeared in version 2.0.2 by reverting some changes since
2.0.1. The problem is that in 2.0.2 a panel doesn't properly notify
Natilus about desktop area occuped by it, so that with 2.0.2 Nautilus might
put desktop icons under panel(s), which is of course looks and feels
ugly. Summary of what changes were backed out can be found at the very top
of patch-temp.

Obtained from:	GNOME cvs
2002-07-17 15:43:26 +00:00
Joe Marcus Clarke
0937da3c1c Update to 2.0.2. 2002-07-16 05:38:47 +00:00
Joe Marcus Clarke
58d11a98d4 The FreeBSD GNOME team is proud to present GNOME 2.0 Release. 2002-06-30 22:20:44 +00:00
Joe Marcus Clarke
58d6153c1e Update to GNOME 2.0 RC2. 2002-06-26 09:18:37 +00:00
Joe Marcus Clarke
515147d6b6 Update to GNOME 2.0 Release Candidate 1...the "Fever Pitch" release. 2002-06-15 09:05:13 +00:00
Joe Marcus Clarke
9f04edac18 Update to the latest GNOME 2 snapshot. 2002-06-12 00:18:21 +00:00
Joe Marcus Clarke
1aadf412fd Update to the latest GNOME 2.0 snapshot, the "Stay on target!" release. 2002-05-28 16:08:26 +00:00
Joe Marcus Clarke
e4c6499c58 Fix Xinerama support. Bump PORTREVISION.
Submitted by:	Franz Klammer <klammer@webonaut.com>
2002-05-22 23:06:48 +00:00
Joe Marcus Clarke
63c7a0f973 Back to betas...Update to GNOME 2.0 beta 5. 2002-05-19 20:16:06 +00:00
Joe Marcus Clarke
3c678e3a7d Update to GNOME 2.0 RC2. 2002-05-12 06:49:02 +00:00
Maxim Sobolev
0325e94803 Make gnome-panel working:
- fix search path for activation config files in X11BASE in bonobo-activation;
- correct name of gnome-panel executable in GNOME_Panel.server.

Bump PORTREVISIONs of both ports.
2002-05-09 21:37:19 +00:00
Joe Marcus Clarke
e290deb4b6 Whitespace nit. 2002-05-03 15:49:25 +00:00
Joe Marcus Clarke
2115771c2f Add gnomepanel, the panel component for the GNOME 2.0 Desktop. 2002-05-02 03:44:57 +00:00