Commit graph

35 commits

Author SHA1 Message Date
Joe Marcus Clarke
385e808375 Hack around a window focus problem in the new metacity. This is a messy hack,
but it will do until the bug can be fixed for real.  See
http://bugzilla.gnome.org/show_bug.cgi?id=149028 for more details.

PR:		70087
Obtained from:	http://bugzilla.gnome.org/show_bug.cgi?id=149276
2004-08-06 20:04:42 +00:00
Joe Marcus Clarke
bfd65f6466 Update to 2.8.2. 2004-08-04 04:41:40 +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
Jeremy Messenger
0ea0df3ec4 Use the new GConf handling policy, this will be required for GNOME 2.7/2.8 or
those ports will not work. Please see the more detail about this:

http://lists.freebsd.org/pipermail/freebsd-gnome/2004-June/007253.html

Also, please check http://www.freebsd.org/gnome/docs/porting.html for the
update about gconf, gconf.pl script and etc.

Approved by:	marcus (portmgr hat)
Reviewed by:	My team, FreeBSD GNOME Team
2004-07-07 16:23:51 +00:00
Volker Stolz
fd77f3b6b4 Register conflicts with new port x11-wm/expocity. 2004-05-26 11:36:45 +00:00
Alexander Nedotsukov
cdaf84bfc9 Update to 2.8.1 2004-05-05 09:35:56 +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
1f86ebe2c9 Update to 2.6.5. The most notable change is that while using
focus-follows-mouse, clicking inside a window will raise it as it did
under 2.4.x.
2004-02-16 00:34:12 +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
Trevor Johnson
b3ba3ae427 USE_REINPLACE need be defined only when REINPLACE_CMD is used. 2003-11-17 12:29:10 +00:00
Alexander Nedotsukov
5b716663db Update to 2.6.3 2003-10-28 02:03:57 +00:00
Adam Weinberger
47187505f8 Update to 2.6.2. 2003-10-02 00:06:40 +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
Adam Weinberger
5a1964dbcd Remove REINPLACE commands that were rolled into gnomehack. 2003-06-12 09:46:09 +00:00
Joe Marcus Clarke
652befdd65 Fix theme loading on Sparc64.
Reported by:	kris
2003-06-01 01:09:33 +00:00
Joe Marcus Clarke
763418e983 Update to 2.4.55. 2003-05-22 20:00:40 +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
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
1b232ff249 Remove the WWW link. There really is no website of metacity anymore.
Submitted by:	Simon Barner <barner@in.tum.de>
2003-02-09 19:18:15 +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
56e46ea21e Update to 2.4.21. 2003-01-25 04:42:11 +00:00
Joe Marcus Clarke
38fe420d26 Update to 2.4.13. 2003-01-19 19:41:36 +00:00
Joe Marcus Clarke
0d9f1b5bcf Remove share/gnome/themes.
Reported by:	bento
2003-01-13 04:22:35 +00:00
Joe Marcus Clarke
ca4d4f0fc5 Update to 2.4.3. 2002-10-30 00:45:54 +00:00
Maxim Sobolev
a1b83812aa Use bzip'ed distfile like other gnome ports do. 2002-10-08 09:52:02 +00:00
Joe Marcus Clarke
2d81dc426f Update to 2.4.2. 2002-10-05 17:29:13 +00:00
Joe Marcus Clarke
874f47c544 Update to 2.4.1. 2002-09-17 04:00:49 +00:00
Joe Marcus Clarke
5d0e62555b Update to 2.4.0.
Reported by:	Franz Klammer <klammer@webonaut.com>
2002-08-24 03:58:22 +00:00
Maxim Sobolev
401ab0f965 Use USE_REINPLACE. 2002-07-18 16:05:23 +00:00
Joe Marcus Clarke
591529ed72 Update to 2.3.987. 2002-06-12 06:26:22 +00:00
Maxim Sobolev
a9a5d7bb45 Update to 2.3.610. 2002-06-04 11:33:19 +00:00
Joe Marcus Clarke
9e0926ecd2 Fix Xinerama support. Bump PORTREVISION. 2002-05-22 17:13:11 +00:00
Maxim Sobolev
d772f54966 Add metacity 2.3.377, a window manager for the adult in you. Metacity is going
to replace Sawfish in GNOME2 desktop.

PR:		38397
Submitted by:	Garrett Rooney <rooneg@electricjellyfish.net>
2002-05-22 09:37:56 +00:00