From 951c257ea3655de6e80c26a36c18c69ee8047ea8 Mon Sep 17 00:00:00 2001 From: Joe Marcus Clarke Date: Mon, 19 Mar 2007 05:14:07 +0000 Subject: Presenting GNOME 2.18 for FreeBSD. GNOME 2.18 is a departure from recent GNOME releases in that it focuses more on stability and functionality than on new features. Not that it doesn't have its share of new and exciting items. See http://www.gnome.org/start/2.18/ for all the goodies in this release. GNOME 2.18 for FreeBSD would not have been possible without the hard work of the FreeBSD GNOME Team and our intrepid band of testers including J. W. Ballantine, Pawel Worach, Yasuda Keisuke, Pascal Hofstee, miwi, Yoshihiro Ota, Vladimir Grebenschikov, Jukka A. Ukkonen, Phillip Neumann, Franz Klammer, and Neal Delmonico. --- x11-wm/metacity/files/patch-configure | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) (limited to 'x11-wm/metacity/files/patch-configure') diff --git a/x11-wm/metacity/files/patch-configure b/x11-wm/metacity/files/patch-configure index 09c5caee784b..9c810e0e2c36 100644 --- a/x11-wm/metacity/files/patch-configure +++ b/x11-wm/metacity/files/patch-configure @@ -1,6 +1,6 @@ ---- configure.orig Mon Jan 10 04:40:58 2005 -+++ configure Mon Jan 10 04:41:11 2005 -@@ -25377,7 +25377,6 @@ +--- configure.orig Tue Mar 13 23:11:45 2007 ++++ configure Tue Mar 13 23:13:04 2007 +@@ -29363,7 +29363,6 @@ echo "${ECHO_T}$have_xrender" >&6; } if test x$have_xrender = xyes; then echo "Building with Render" @@ -8,3 +8,12 @@ fi fi ## have_composite +@@ -34431,7 +34430,7 @@ metacity-$VERSION: + " + + METACITY_MINOR_VERSION=18 +-if test $(( $(echo $METACITY_MINOR_VERSION) %2)) == "1"; then ++if test $(( $(echo $METACITY_MINOR_VERSION) %2)) = "1"; then + stable_version=$(( ($METACITY_MINOR_VERSION / 2) * 2)) + echo "This is the UNSTABLE branch of metacity" + echo -n "Use 2.$stable_version.x for stable " -- cgit v1.2.3