[42210] users/afb
afb at macports.org
afb at macports.org
Sun Nov 16 12:56:00 PST 2008
Revision: 42210
http://trac.macports.org/changeset/42210
Author: afb at macports.org
Date: 2008-11-16 12:56:00 -0800 (Sun, 16 Nov 2008)
Log Message:
-----------
mass upgrade from Xfce Beta 1 to Xfce Beta 2
Modified Paths:
--------------
users/afb/Hopper/Thunar/Portfile
users/afb/Hopper/exo/Portfile
users/afb/Hopper/gtk-xfce-engine/Portfile
users/afb/Hopper/libxfce4menu/Portfile
users/afb/Hopper/libxfce4util/Portfile
users/afb/Hopper/libxfcegui4/Portfile
users/afb/Hopper/orage/Portfile
users/afb/Hopper/xfce-utils/Portfile
users/afb/Hopper/xfce4-appfinder/Portfile
users/afb/Hopper/xfce4-dev-tools/Portfile
users/afb/Hopper/xfce4-panel/Portfile
users/afb/Hopper/xfce4-session/Portfile
users/afb/Hopper/xfce4-settings/Portfile
users/afb/Hopper/xfconf/Portfile
users/afb/Hopper/xfdesktop/Portfile
users/afb/Hopper/xfprint/Portfile
users/afb/Hopper/xfwm4/Portfile
users/afb/Hopper/xfwm4-themes/Portfile
Added Paths:
-----------
users/afb/Hopper/
users/afb/Hopper/xfce4-session/files/patch-darwin.diff
users/afb/Hopper/xfce4-settings/
Removed Paths:
-------------
users/afb/Hopper/Thunar/files/patch-thunar-Makefile.in
users/afb/Hopper/Thunar/files/patch-thunar-vfs-mime-database.c
users/afb/Hopper/libxfcegui4/files/
users/afb/Hopper/xfce4-iconbox/
users/afb/Hopper/xfce4-session/files/patch-darwin.diff
users/afb/Hopper/xfce4-settings/
users/afb/Hopper/xfce4-systray/
users/afb/Hopper/xfce4-toys/
users/afb/Hopper/xfce4-trigger-launcher/
Modified: users/afb/Hopper/Thunar/Portfile
===================================================================
--- users/afb/Fuzzy/Thunar/Portfile 2008-10-15 12:34:06 UTC (rev 40807)
+++ users/afb/Hopper/Thunar/Portfile 2008-11-16 20:56:00 UTC (rev 42210)
@@ -3,18 +3,18 @@
PortSystem 1.0
name Thunar
-version 0.9.91
+version 0.9.92
categories xfce
platforms darwin
maintainers afb at macports.org
description Thunar is a modern file manager for the Unix/Linux desktop
long_description ${description}
homepage http://www.xfce.org/
-master_sites http://www.ca-us.xfce.org/archive/xfce-4.5.91/src/
+master_sites http://www.ca-us.xfce.org/archive/xfce-4.5.92/src/
use_bzip2 yes
-checksums md5 76ba7486cc4e50f16bf454f8556d92de \
- sha1 6687c01f5b0cbf071f7a4bace5d100c15347d60e \
- rmd160 03db1fe985950a2ab5ae07370a74977ea83854b5
+checksums md5 8717e7e6125ff841dda4e9301889afd0 \
+ sha1 593abe4d4425fbc8faa6c7257f6f893d7ad92c77 \
+ rmd160 5b1e14232c16978b7a690069a7c350cdb7002041
configure.args --enable-dbus --enable-startup-notification \
--enable-pcre --enable-exif --disable-visibility
@@ -23,5 +23,4 @@
port:shared-mime-info port:desktop-file-utils \
port:startup-notification
-patchfiles patch-thunar-Makefile.in patch-thunar-vfs-mime-database.c \
- patch-thunar-metafile.c
\ No newline at end of file
+patchfiles patch-thunar-metafile.c
Deleted: users/afb/Hopper/Thunar/files/patch-thunar-Makefile.in
===================================================================
--- users/afb/Fuzzy/Thunar/files/patch-thunar-Makefile.in 2008-10-15 12:34:06 UTC (rev 40807)
+++ users/afb/Hopper/Thunar/files/patch-thunar-Makefile.in 2008-11-16 20:56:00 UTC (rev 42210)
@@ -1,10 +0,0 @@
---- thunar/Makefile.in.orig 2007-12-02 14:47:31.000000000 +0100
-+++ thunar/Makefile.in 2008-03-25 22:20:36.000000000 +0100
-@@ -2241,7 +2241,6 @@
- # install symlink to 'thunar'
- install-data-local:
- $(mkinstalldirs) $(DESTDIR)$(bindir)
-- -( cd $(DESTDIR)$(bindir) ; ln -sf Thunar thunar )
-
- clean-local:
- rm -f *.core core core.*
Deleted: users/afb/Hopper/Thunar/files/patch-thunar-vfs-mime-database.c
===================================================================
--- users/afb/Fuzzy/Thunar/files/patch-thunar-vfs-mime-database.c 2008-10-15 12:34:06 UTC (rev 40807)
+++ users/afb/Hopper/Thunar/files/patch-thunar-vfs-mime-database.c 2008-11-16 20:56:00 UTC (rev 42210)
@@ -1,23 +0,0 @@
---- thunar-vfs/thunar-vfs-mime-database.c.old 2007-01-20 14:39:09.000000000 -0600
-+++ thunar-vfs/thunar-vfs-mime-database.c 2007-09-10 02:55:00.000000000 -0500
-@@ -1122,11 +1122,20 @@
- }
- #elif defined(HAVE_FGETXATTR)
- /* check for valid mime type stored in the extattr (Linux) */
-+#if defined(__APPLE__)
-+ nbytes = fgetxattr (fd, "user.mime_type", NULL, 0, 0, 0);
-+#else
- nbytes = fgetxattr (fd, "user.mime_type", NULL, 0);
-+#endif
- if (G_UNLIKELY (nbytes >= 3))
- {
- buffer = g_newa (gchar, nbytes + 1);
-+#if defined(__APPLE__)
-+ nbytes = fgetxattr (fd, "user.mime_type", buffer, nbytes, 0, 0);
-+#else
- nbytes = fgetxattr (fd, "user.mime_type", buffer, nbytes);
-+#endif
-+
- if (G_LIKELY (nbytes >= 3))
- {
- buffer[nbytes] = '\0';
Modified: users/afb/Hopper/exo/Portfile
===================================================================
--- users/afb/Fuzzy/exo/Portfile 2008-10-15 12:34:06 UTC (rev 40807)
+++ users/afb/Hopper/exo/Portfile 2008-11-16 20:56:00 UTC (rev 42210)
@@ -3,18 +3,18 @@
PortSystem 1.0
name exo
-version 0.3.91
+version 0.3.92
categories xfce
platforms darwin
maintainers afb at macports.org
description libexo is targeted at application development for Xfce
long_description ${description}
homepage http://www.xfce.org/
-master_sites http://www.ca-us.xfce.org/archive/xfce-4.5.91/src/
+master_sites http://www.ca-us.xfce.org/archive/xfce-4.5.92/src/
use_bzip2 yes
-checksums md5 d241d9264cfaf97e3fc14f58de9cf473 \
- sha1 6880bf0c1f310871dec73ba3e04bcd7a2dd26b27 \
- rmd160 6c601315d5c506a9deedbeff60f9bc7d864ddbea
+checksums md5 42f7e60ce8d8a6ba233a91c62a5d78bb \
+ sha1 61a7090f175157bbc4817903c7cae52a20ec3a70 \
+ rmd160 6f4b02eb56b94968c383d915eab038226e2f91a9
configure.args --mandir=${prefix}/share/man --disable-python
Modified: users/afb/Hopper/gtk-xfce-engine/Portfile
===================================================================
--- users/afb/Fuzzy/gtk-xfce-engine/Portfile 2008-10-15 12:34:06 UTC (rev 40807)
+++ users/afb/Hopper/gtk-xfce-engine/Portfile 2008-11-16 20:56:00 UTC (rev 42210)
@@ -3,17 +3,17 @@
PortSystem 1.0
name gtk-xfce-engine
-version 2.5.91
+version 2.5.92
categories xfce
platforms darwin
maintainers afb at macports.org
description Port of xfce engine to GTK+-2.0
long_description ${description}
homepage http://www.xfce.org/
-master_sites http://www.ca-us.xfce.org/archive/xfce-4.5.91/src/
+master_sites http://www.ca-us.xfce.org/archive/xfce-4.5.92/src/
use_bzip2 yes
-checksums md5 d650c9ded7da695db90b6ace0f379d3e \
- sha1 2ef1f466a3dc9f7c54381c79092d117c0fda0ad9 \
- rmd160 4511bbde72d9d5412db7b4f70e1b52ffe3a5dabb
+checksums md5 c2ee85c2f7cbd3dad823db7011ad3357 \
+ sha1 f403c3b0817ba46a953cf4aa725d1dea52e9b216 \
+ rmd160 a0da779bb47877a208b076835dac2dd2177edb44
depends_lib port:gtk2
Modified: users/afb/Hopper/libxfce4menu/Portfile
===================================================================
--- users/afb/Fuzzy/libxfce4menu/Portfile 2008-10-15 12:34:06 UTC (rev 40807)
+++ users/afb/Hopper/libxfce4menu/Portfile 2008-11-16 20:56:00 UTC (rev 42210)
@@ -3,7 +3,7 @@
PortSystem 1.0
name libxfce4menu
-version 4.5.91
+version 4.5.92
categories xfce
platforms darwin
maintainers afb at macports.org
@@ -12,9 +12,9 @@
homepage http://www.xfce.org/
master_sites http://www.ca-us.xfce.org/archive/xfce-${version}/src/
use_bzip2 yes
-checksums md5 6267bdae7b85aa05808331c746ea4581 \
- sha1 ac16c9f6267ab86edc678d2cf84e35d5d34b0a59 \
- rmd160 4e5fe8a310057c46c0dd31b896a72deb8ad87168
+checksums md5 4a92cbc2d568181f688b971670946e92 \
+ sha1 df810e883842d73f833afe13d8f2a5b7967ae17d \
+ rmd160 aaba40429622c4aaf1ec1c84cb8084e4c0d1940e
configure.args --mandir=${prefix}/share/man
Modified: users/afb/Hopper/libxfce4util/Portfile
===================================================================
--- users/afb/Fuzzy/libxfce4util/Portfile 2008-10-15 12:34:06 UTC (rev 40807)
+++ users/afb/Hopper/libxfce4util/Portfile 2008-11-16 20:56:00 UTC (rev 42210)
@@ -3,7 +3,7 @@
PortSystem 1.0
name libxfce4util
-version 4.5.91
+version 4.5.92
categories xfce
platforms darwin
maintainers afb at macports.org
@@ -12,9 +12,9 @@
homepage http://www.xfce.org/
master_sites http://www.ca-us.xfce.org/archive/xfce-${version}/src/
use_bzip2 yes
-checksums md5 e0e52c487da258cacdf0c92a487b316f \
- sha1 750da7426c2ee897b766e36c006583d2c18b3cb2 \
- rmd160 3f5e3cb4e7e7a4e4f3d994fd1cac8fba1af92f8f
+checksums md5 a38edd1bfaa016ab7abd3f4693eaecbd \
+ sha1 333865f93cdadc2523edd53879277e74ab3337f1 \
+ rmd160 eb77be94dfe26682a8c00ff0b1b65bd1c7472d4b
depends_lib port:gettext port:glib2 \
port:libiconv port:pkgconfig
Modified: users/afb/Hopper/libxfcegui4/Portfile
===================================================================
--- users/afb/Fuzzy/libxfcegui4/Portfile 2008-10-15 12:34:06 UTC (rev 40807)
+++ users/afb/Hopper/libxfcegui4/Portfile 2008-11-16 20:56:00 UTC (rev 42210)
@@ -3,7 +3,7 @@
PortSystem 1.0
name libxfcegui4
-version 4.5.91
+version 4.5.92
categories xfce
platforms darwin
maintainers afb at macports.org
@@ -12,9 +12,9 @@
homepage http://www.xfce.org/
master_sites http://www.ca-us.xfce.org/archive/xfce-${version}/src/
use_bzip2 yes
-checksums md5 9c31b2d29a2ca64b1af9ee6afbe9fb13 \
- sha1 57c430795bc991da85048b9f89dba1df9394cfb2 \
- rmd160 28695d3de54e9c6350e5c8c6dc96f3543648b059
+checksums md5 f4c0e9740b0e1bb04c66ea1d263ce013 \
+ sha1 c423f2c8fe09595926b5b4e24feed635a89e2433 \
+ rmd160 b8ada2f07acc57ad56f1250ac65e50e3b535d5b1
configure.args --enable-startup-notification
Modified: users/afb/Hopper/orage/Portfile
===================================================================
--- users/afb/Fuzzy/orage/Portfile 2008-10-15 12:34:06 UTC (rev 40807)
+++ users/afb/Hopper/orage/Portfile 2008-11-16 20:56:00 UTC (rev 42210)
@@ -3,7 +3,7 @@
PortSystem 1.0
name orage
-version 4.5.91
+version 4.5.92
categories xfce
platforms darwin
maintainers afb at macports.org
@@ -12,9 +12,9 @@
homepage http://www.xfce.org/
master_sites http://www.ca-us.xfce.org/archive/xfce-${version}/src/
use_bzip2 yes
-checksums md5 e9145a3a55c7e62f7066580b77dde92f \
- sha1 d04f0bafb35091697685076aab4dcbeb6b6f0288 \
- rmd160 3c7687a921a0685a248d8af47d95ec70693ce304
+checksums md5 563d80c01659337a7c0f11bb439a555d \
+ sha1 645d2945a668e6ce257ab7a01dfc7868d8dc0aa8 \
+ rmd160 fcf8af5f6135d79e99164c76fceba4cd771b4ab0
depends_lib port:exo port:xfce4-panel
depends_build port:xfce-mcs-manager
Modified: users/afb/Hopper/xfce-utils/Portfile
===================================================================
--- users/afb/Fuzzy/xfce-utils/Portfile 2008-10-15 12:34:06 UTC (rev 40807)
+++ users/afb/Hopper/xfce-utils/Portfile 2008-11-16 20:56:00 UTC (rev 42210)
@@ -3,7 +3,7 @@
PortSystem 1.0
name xfce-utils
-version 4.5.91
+version 4.5.92
categories xfce
platforms darwin
maintainers afb at macports.org
@@ -12,9 +12,9 @@
homepage http://www.xfce.org/
master_sites http://www.ca-us.xfce.org/archive/xfce-${version}/src/
use_bzip2 yes
-checksums md5 a504195e5e831de936a7602d00821bb1 \
- sha1 0da86846444c1560789cfbbeb11cf7b99ebef977 \
- rmd160 157a2f6373af2550da7b3406e9c8ee889f176dbe
+checksums md5 8700842ab643838910ec9adfa08aa01d \
+ sha1 44521a81d662458e6aaaabea2d7abb52d9f06613 \
+ rmd160 d4fac453effc22ccc8e453b0367f75b785e9a690
depends_lib port:libxfce4util port:xfconf
Modified: users/afb/Hopper/xfce4-appfinder/Portfile
===================================================================
--- users/afb/Fuzzy/xfce4-appfinder/Portfile 2008-10-15 12:34:06 UTC (rev 40807)
+++ users/afb/Hopper/xfce4-appfinder/Portfile 2008-11-16 20:56:00 UTC (rev 42210)
@@ -3,7 +3,7 @@
PortSystem 1.0
name xfce4-appfinder
-version 4.5.91
+version 4.5.92
categories xfce
platforms darwin
maintainers afb at macports.org
@@ -12,8 +12,8 @@
homepage http://www.xfce.org/
master_sites http://www.ca-us.xfce.org/archive/xfce-${version}/src/
use_bzip2 yes
-checksums md5 36c7b7b56fd8f4bc8199b426e68d0bf7 \
- sha1 c11e0cd79a69dc2ee29fe79d3554c2d8608601fd \
- rmd160 8623e5b5cec32832c8c400279b44bf5747b3af63
+checksums md5 e494cfe19c703d5b27a1b5feb9efcb11 \
+ sha1 92d6e635916fc4e44af45764eb1a507cad22aca7 \
+ rmd160 838a3a2d09792ab5b428ca38407626b6da531e13
depends_lib port:libxfcegui4 port:pkgconfig
Modified: users/afb/Hopper/xfce4-dev-tools/Portfile
===================================================================
--- users/afb/Fuzzy/xfce4-dev-tools/Portfile 2008-10-15 12:34:06 UTC (rev 40807)
+++ users/afb/Hopper/xfce4-dev-tools/Portfile 2008-11-16 20:56:00 UTC (rev 42210)
@@ -3,7 +3,7 @@
PortSystem 1.0
name xfce4-dev-tools
-version 4.5.91
+version 4.5.92
categories xfce devel
platforms darwin
maintainers afb at macports.org
@@ -11,9 +11,9 @@
long_description ${description}
homepage http://www.xfce.org/
master_sites http://www.ca-us.xfce.org/archive/xfce-${version}/src/
-checksums md5 4f7c089787dd385a703358bdf038b528 \
- sha1 053fe2ee6773d42de7dcdf94ab6f562171884218 \
- rmd160 5c7bd6fcea124ab797ff395a49c4409085ad85a0
+checksums md5 1c56d44989e0c369d494db6604309bb3 \
+ sha1 c37bc3090a7d8e6a0c1809b8658870931557135b \
+ rmd160 07ae579d9e095d5c0801563e58152153b0dce095
use_bzip2 yes
Modified: users/afb/Hopper/xfce4-panel/Portfile
===================================================================
--- users/afb/Fuzzy/xfce4-panel/Portfile 2008-10-15 12:34:06 UTC (rev 40807)
+++ users/afb/Hopper/xfce4-panel/Portfile 2008-11-16 20:56:00 UTC (rev 42210)
@@ -3,7 +3,7 @@
PortSystem 1.0
name xfce4-panel
-version 4.5.91
+version 4.5.92
categories xfce
platforms darwin
maintainers afb at macports.org
@@ -12,9 +12,9 @@
homepage http://www.xfce.org/
master_sites http://www.ca-us.xfce.org/archive/xfce-${version}/src/
use_bzip2 yes
-checksums md5 f9aa86e04f87133ca11737d68ffc513a \
- sha1 6b5f7576d4602daca1c1cc917252490bfe5ee991 \
- rmd160 02ba4b184fe17e4b6184f0628f813bfb1b7c177a
+checksums md5 a76c63aaa1a13ab9eac83651573770c4 \
+ sha1 dcc2aa83bb832ee1091152aae245672393ac4be6 \
+ rmd160 1c5da120a61151ee77e309604b08dc81f527fbb9
depends_lib port:xfconf port:exo port:libxml2 port:cairo port:hicolor-icon-theme
Modified: users/afb/Hopper/xfce4-session/Portfile
===================================================================
--- users/afb/Fuzzy/xfce4-session/Portfile 2008-10-15 12:34:06 UTC (rev 40807)
+++ users/afb/Hopper/xfce4-session/Portfile 2008-11-16 20:56:00 UTC (rev 42210)
@@ -3,7 +3,7 @@
PortSystem 1.0
name xfce4-session
-version 4.5.91
+version 4.5.92
categories xfce
platforms darwin
maintainers afb at macports.org
@@ -12,9 +12,9 @@
homepage http://www.xfce.org/
master_sites http://www.ca-us.xfce.org/archive/xfce-${version}/src/
use_bzip2 yes
-checksums md5 0e83f8a3f6790187902d7e524d981626 \
- sha1 33690ec9c72e60c882fa9be2cd034f4c014579e0 \
- rmd160 9e0a8473ad65e508c08bb6a02566187465e2c4c0
+checksums md5 bf094cce9c2150438a1c7e03bec5ee0d \
+ sha1 e86b2affe1b2b88bb18c6dfeb0d410e85420789d \
+ rmd160 486f00eef66cf2d43a62e857af8ad034cdaf0b73
configure.args --enable-session-screenshots --disable-gnome
depends_lib port:libxfce4util port:libxfcegui4 port:p5-xml-parser port:libwnck
Deleted: users/afb/Hopper/xfce4-session/files/patch-darwin.diff
===================================================================
--- users/afb/Fuzzy/xfce4-session/files/patch-darwin.diff 2008-10-15 12:34:06 UTC (rev 40807)
+++ users/afb/Hopper/xfce4-session/files/patch-darwin.diff 2008-11-16 20:56:00 UTC (rev 42210)
@@ -1,316 +0,0 @@
---- ./configure.in.orig 2008-09-11 00:25:38.000000000 +0200
-+++ ./configure.in 2008-09-30 22:21:48.000000000 +0200
-@@ -38,6 +38,10 @@ AM_CONDITIONAL([HAVE_OS_CYGWIN], [test x
- if test x"`uname | grep \"CYGWIN\"`" != x""; then
- AC_DEFINE([HAVE_OS_CYGWIN], [1], [Compiling under cygwin])
- fi
-+AM_CONDITIONAL([HAVE_OS_DARWIN], [test x"`uname`" = x"Darwin"])
-+if test x"`uname`" = x"Darwin"; then
-+ AC_DEFINE([HAVE_OS_DARWIN], [1], [Compiling under darwin])
-+fi
-
- dnl check for basic programs
- AC_PROG_CC()
---- ./configure.orig 2008-09-11 00:26:31.000000000 +0200
-+++ ./configure 2008-09-30 22:22:21.000000000 +0200
-@@ -857,6 +857,8 @@ GREP
- EGREP
- HAVE_OS_CYGWIN_TRUE
- HAVE_OS_CYGWIN_FALSE
-+HAVE_OS_DARWIN_TRUE
-+HAVE_OS_DARWIN_FALSE
- INTLTOOL_DESKTOP_RULE
- INTLTOOL_DIRECTORY_RULE
- INTLTOOL_KEYS_RULE
-@@ -4580,6 +4582,21 @@ cat >>confdefs.h <<\_ACEOF
- _ACEOF
-
- fi
-+ if test x"`uname`" = x"Darwin"; then
-+ HAVE_OS_DARWIN_TRUE=
-+ HAVE_OS_DARWIN_FALSE='#'
-+else
-+ HAVE_OS_DARWIN_TRUE='#'
-+ HAVE_OS_DARWIN_FALSE=
-+fi
-+
-+if test x"`uname`" = x"Darwin"; then
-+
-+cat >>confdefs.h <<\_ACEOF
-+#define HAVE_OS_DARWIN 1
-+_ACEOF
-+
-+fi
-
- ac_ext=c
- ac_cpp='$CPP $CPPFLAGS'
-@@ -6642,7 +6659,7 @@ ia64-*-hpux*)
- ;;
- *-*-irix6*)
- # Find out which ABI we are using.
-- echo '#line 6645 "configure"' > conftest.$ac_ext
-+ echo '#line 6662 "configure"' > conftest.$ac_ext
- if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
- (eval $ac_compile) 2>&5
- ac_status=$?
-@@ -9225,11 +9242,11 @@ else
- -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
- -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
- -e 's:$: $lt_compiler_flag:'`
-- (eval echo "\"\$as_me:9228: $lt_compile\"" >&5)
-+ (eval echo "\"\$as_me:9245: $lt_compile\"" >&5)
- (eval "$lt_compile" 2>conftest.err)
- ac_status=$?
- cat conftest.err >&5
-- echo "$as_me:9232: \$? = $ac_status" >&5
-+ echo "$as_me:9249: \$? = $ac_status" >&5
- if (exit $ac_status) && test -s "$ac_outfile"; then
- # The compiler can only warn and ignore the option if not recognized
- # So say no if there are warnings other than the usual output.
-@@ -9515,11 +9532,11 @@ else
- -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
- -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
- -e 's:$: $lt_compiler_flag:'`
-- (eval echo "\"\$as_me:9518: $lt_compile\"" >&5)
-+ (eval echo "\"\$as_me:9535: $lt_compile\"" >&5)
- (eval "$lt_compile" 2>conftest.err)
- ac_status=$?
- cat conftest.err >&5
-- echo "$as_me:9522: \$? = $ac_status" >&5
-+ echo "$as_me:9539: \$? = $ac_status" >&5
- if (exit $ac_status) && test -s "$ac_outfile"; then
- # The compiler can only warn and ignore the option if not recognized
- # So say no if there are warnings other than the usual output.
-@@ -9619,11 +9636,11 @@ else
- -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
- -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
- -e 's:$: $lt_compiler_flag:'`
-- (eval echo "\"\$as_me:9622: $lt_compile\"" >&5)
-+ (eval echo "\"\$as_me:9639: $lt_compile\"" >&5)
- (eval "$lt_compile" 2>out/conftest.err)
- ac_status=$?
- cat out/conftest.err >&5
-- echo "$as_me:9626: \$? = $ac_status" >&5
-+ echo "$as_me:9643: \$? = $ac_status" >&5
- if (exit $ac_status) && test -s out/conftest2.$ac_objext
- then
- # The compiler can only warn and ignore the option if not recognized
-@@ -11996,7 +12013,7 @@ else
- lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
- lt_status=$lt_dlunknown
- cat > conftest.$ac_ext <<EOF
--#line 11999 "configure"
-+#line 12016 "configure"
- #include "confdefs.h"
-
- #if HAVE_DLFCN_H
-@@ -12096,7 +12113,7 @@ else
- lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
- lt_status=$lt_dlunknown
- cat > conftest.$ac_ext <<EOF
--#line 12099 "configure"
-+#line 12116 "configure"
- #include "confdefs.h"
-
- #if HAVE_DLFCN_H
-@@ -14497,11 +14514,11 @@ else
- -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
- -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
- -e 's:$: $lt_compiler_flag:'`
-- (eval echo "\"\$as_me:14500: $lt_compile\"" >&5)
-+ (eval echo "\"\$as_me:14517: $lt_compile\"" >&5)
- (eval "$lt_compile" 2>conftest.err)
- ac_status=$?
- cat conftest.err >&5
-- echo "$as_me:14504: \$? = $ac_status" >&5
-+ echo "$as_me:14521: \$? = $ac_status" >&5
- if (exit $ac_status) && test -s "$ac_outfile"; then
- # The compiler can only warn and ignore the option if not recognized
- # So say no if there are warnings other than the usual output.
-@@ -14601,11 +14618,11 @@ else
- -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
- -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
- -e 's:$: $lt_compiler_flag:'`
-- (eval echo "\"\$as_me:14604: $lt_compile\"" >&5)
-+ (eval echo "\"\$as_me:14621: $lt_compile\"" >&5)
- (eval "$lt_compile" 2>out/conftest.err)
- ac_status=$?
- cat out/conftest.err >&5
-- echo "$as_me:14608: \$? = $ac_status" >&5
-+ echo "$as_me:14625: \$? = $ac_status" >&5
- if (exit $ac_status) && test -s out/conftest2.$ac_objext
- then
- # The compiler can only warn and ignore the option if not recognized
-@@ -16199,11 +16216,11 @@ else
- -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
- -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
- -e 's:$: $lt_compiler_flag:'`
-- (eval echo "\"\$as_me:16202: $lt_compile\"" >&5)
-+ (eval echo "\"\$as_me:16219: $lt_compile\"" >&5)
- (eval "$lt_compile" 2>conftest.err)
- ac_status=$?
- cat conftest.err >&5
-- echo "$as_me:16206: \$? = $ac_status" >&5
-+ echo "$as_me:16223: \$? = $ac_status" >&5
- if (exit $ac_status) && test -s "$ac_outfile"; then
- # The compiler can only warn and ignore the option if not recognized
- # So say no if there are warnings other than the usual output.
-@@ -16303,11 +16320,11 @@ else
- -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
- -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
- -e 's:$: $lt_compiler_flag:'`
-- (eval echo "\"\$as_me:16306: $lt_compile\"" >&5)
-+ (eval echo "\"\$as_me:16323: $lt_compile\"" >&5)
- (eval "$lt_compile" 2>out/conftest.err)
- ac_status=$?
- cat out/conftest.err >&5
-- echo "$as_me:16310: \$? = $ac_status" >&5
-+ echo "$as_me:16327: \$? = $ac_status" >&5
- if (exit $ac_status) && test -s out/conftest2.$ac_objext
- then
- # The compiler can only warn and ignore the option if not recognized
-@@ -18523,11 +18540,11 @@ else
- -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
- -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
- -e 's:$: $lt_compiler_flag:'`
-- (eval echo "\"\$as_me:18526: $lt_compile\"" >&5)
-+ (eval echo "\"\$as_me:18543: $lt_compile\"" >&5)
- (eval "$lt_compile" 2>conftest.err)
- ac_status=$?
- cat conftest.err >&5
-- echo "$as_me:18530: \$? = $ac_status" >&5
-+ echo "$as_me:18547: \$? = $ac_status" >&5
- if (exit $ac_status) && test -s "$ac_outfile"; then
- # The compiler can only warn and ignore the option if not recognized
- # So say no if there are warnings other than the usual output.
-@@ -18813,11 +18830,11 @@ else
- -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
- -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
- -e 's:$: $lt_compiler_flag:'`
-- (eval echo "\"\$as_me:18816: $lt_compile\"" >&5)
-+ (eval echo "\"\$as_me:18833: $lt_compile\"" >&5)
- (eval "$lt_compile" 2>conftest.err)
- ac_status=$?
- cat conftest.err >&5
-- echo "$as_me:18820: \$? = $ac_status" >&5
-+ echo "$as_me:18837: \$? = $ac_status" >&5
- if (exit $ac_status) && test -s "$ac_outfile"; then
- # The compiler can only warn and ignore the option if not recognized
- # So say no if there are warnings other than the usual output.
-@@ -18917,11 +18934,11 @@ else
- -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
- -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
- -e 's:$: $lt_compiler_flag:'`
-- (eval echo "\"\$as_me:18920: $lt_compile\"" >&5)
-+ (eval echo "\"\$as_me:18937: $lt_compile\"" >&5)
- (eval "$lt_compile" 2>out/conftest.err)
- ac_status=$?
- cat out/conftest.err >&5
-- echo "$as_me:18924: \$? = $ac_status" >&5
-+ echo "$as_me:18941: \$? = $ac_status" >&5
- if (exit $ac_status) && test -s out/conftest2.$ac_objext
- then
- # The compiler can only warn and ignore the option if not recognized
-@@ -26489,6 +26506,13 @@ echo "$as_me: error: conditional \"HAVE_
- Usually this means the macro was only invoked conditionally." >&2;}
- { (exit 1); exit 1; }; }
- fi
-+if test -z "${HAVE_OS_DARWIN_TRUE}" && test -z "${HAVE_OS_DARWIN_FALSE}"; then
-+ { { echo "$as_me:$LINENO: error: conditional \"HAVE_OS_DARWIN\" was never defined.
-+Usually this means the macro was only invoked conditionally." >&5
-+echo "$as_me: error: conditional \"HAVE_OS_DARWIN\" was never defined.
-+Usually this means the macro was only invoked conditionally." >&2;}
-+ { (exit 1); exit 1; }; }
-+fi
- if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
- { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
- Usually this means the macro was only invoked conditionally." >&5
-@@ -27174,6 +27198,8 @@ GREP!$GREP$ac_delim
- EGREP!$EGREP$ac_delim
- HAVE_OS_CYGWIN_TRUE!$HAVE_OS_CYGWIN_TRUE$ac_delim
- HAVE_OS_CYGWIN_FALSE!$HAVE_OS_CYGWIN_FALSE$ac_delim
-+HAVE_OS_DARWIN_TRUE!$HAVE_OS_DARWIN_TRUE$ac_delim
-+HAVE_OS_DARWIN_FALSE!$HAVE_OS_DARWIN_FALSE$ac_delim
- INTLTOOL_DESKTOP_RULE!$INTLTOOL_DESKTOP_RULE$ac_delim
- INTLTOOL_DIRECTORY_RULE!$INTLTOOL_DIRECTORY_RULE$ac_delim
- INTLTOOL_KEYS_RULE!$INTLTOOL_KEYS_RULE$ac_delim
-@@ -27186,8 +27212,6 @@ INTLTOOL_SOUNDLIST_RULE!$INTLTOOL_SOUNDL
- INTLTOOL_UI_RULE!$INTLTOOL_UI_RULE$ac_delim
- INTLTOOL_XAM_RULE!$INTLTOOL_XAM_RULE$ac_delim
- INTLTOOL_KBD_RULE!$INTLTOOL_KBD_RULE$ac_delim
--INTLTOOL_XML_RULE!$INTLTOOL_XML_RULE$ac_delim
--INTLTOOL_XML_NOMERGE_RULE!$INTLTOOL_XML_NOMERGE_RULE$ac_delim
- _ACEOF
-
- if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
-@@ -27229,6 +27253,8 @@ _ACEOF
- ac_delim='%!_!# '
- for ac_last_try in false false false false false :; do
- cat >conf$$subs.sed <<_ACEOF
-+INTLTOOL_XML_RULE!$INTLTOOL_XML_RULE$ac_delim
-+INTLTOOL_XML_NOMERGE_RULE!$INTLTOOL_XML_NOMERGE_RULE$ac_delim
- INTLTOOL_CAVES_RULE!$INTLTOOL_CAVES_RULE$ac_delim
- INTLTOOL_SCHEMAS_RULE!$INTLTOOL_SCHEMAS_RULE$ac_delim
- INTLTOOL_THEME_RULE!$INTLTOOL_THEME_RULE$ac_delim
-@@ -27326,7 +27352,7 @@ LIBOBJS!$LIBOBJS$ac_delim
- LTLIBOBJS!$LTLIBOBJS$ac_delim
- _ACEOF
-
-- if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 95; then
-+ if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
- break
- elif $ac_last_try; then
- { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
-@@ -27345,7 +27371,7 @@ fi
-
- cat >>$CONFIG_STATUS <<_ACEOF
- cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
--/@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
-+/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
- _ACEOF
- sed '
- s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
-@@ -27358,8 +27384,6 @@ N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!
- ' >>$CONFIG_STATUS <conf$$subs.sed
- rm -f conf$$subs.sed
- cat >>$CONFIG_STATUS <<_ACEOF
--:end
--s/|#_!!_#|//g
- CEOF$ac_eof
- _ACEOF
-
-@@ -27613,7 +27637,7 @@ s&@abs_top_builddir@&$ac_abs_top_builddi
- s&@INSTALL@&$ac_INSTALL&;t t
- s&@MKDIR_P@&$ac_MKDIR_P&;t t
- $ac_datarootdir_hack
--" $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out
-+" $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" | sed 's/|#_!!_#|//g' >$tmp/out
-
- test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
- { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
---- ./libxfsm/Makefile.am.orig 2008-09-11 00:25:25.000000000 +0200
-+++ ./libxfsm/Makefile.am 2008-09-30 22:25:02.000000000 +0200
-@@ -28,6 +28,11 @@ libxfsm_4_2_la_LIBADD = \
- @LIBXFCEGUI4_LIBS@
- endif
-
-+if HAVE_OS_DARWIN
-+libxfsm_4_2_la_LIBADD = \
-+ @LIBXFCEGUI4_LIBS@
-+endif
-+
-
- libxfsmincludedir = \
- $(includedir)/xfce4/xfce4-session-4.2/libxfsm
---- ./libxfsm/Makefile.in.orig 2008-09-11 00:26:21.000000000 +0200
-+++ ./libxfsm/Makefile.in 2008-09-30 22:29:48.000000000 +0200
-@@ -294,6 +294,9 @@ libxfsm_4_2_la_LDFLAGS = -export-dynamic
- @HAVE_OS_CYGWIN_TRUE@ @LIBX11_LIBS@ \
- @HAVE_OS_CYGWIN_TRUE@ @LIBXFCEGUI4_LIBS@
-
-+ at HAVE_OS_DARWIN_TRUE@libxfsm_4_2_la_LIBADD = \
-+ at HAVE_OS_DARWIN_TRUE@ @LIBXFCEGUI4_LIBS@
-+
- libxfsmincludedir = \
- $(includedir)/xfce4/xfce4-session-4.2/libxfsm
-
Added: users/afb/Hopper/xfce4-session/files/patch-darwin.diff
===================================================================
--- users/afb/Hopper/xfce4-session/files/patch-darwin.diff (rev 0)
+++ users/afb/Hopper/xfce4-session/files/patch-darwin.diff 2008-11-16 20:56:00 UTC (rev 42210)
@@ -0,0 +1,309 @@
+--- ./configure.in.orig 2008-10-13 09:49:41.000000000 +0200
++++ ./configure.in 2008-10-15 17:26:10.000000000 +0200
+@@ -38,6 +38,10 @@ AM_CONDITIONAL([HAVE_OS_CYGWIN], [test x
+ if test x"`uname | grep \"CYGWIN\"`" != x""; then
+ AC_DEFINE([HAVE_OS_CYGWIN], [1], [Compiling under cygwin])
+ fi
++AM_CONDITIONAL([HAVE_OS_DARWIN], [test x"`uname`" = x"Darwin"])
++if test x"`uname`" = x"Darwin"; then
++ AC_DEFINE([HAVE_OS_DARWIN], [1], [Compiling under darwin])
++fi
+
+ dnl check for basic programs
+ AC_PROG_CC()
+--- ./configure.orig 2008-10-13 09:50:11.000000000 +0200
++++ ./configure 2008-10-15 17:27:13.000000000 +0200
+@@ -857,6 +857,8 @@ GREP
+ EGREP
+ HAVE_OS_CYGWIN_TRUE
+ HAVE_OS_CYGWIN_FALSE
++HAVE_OS_DARWIN_TRUE
++HAVE_OS_DARWIN_FALSE
+ INTLTOOL_DESKTOP_RULE
+ INTLTOOL_DIRECTORY_RULE
+ INTLTOOL_KEYS_RULE
+@@ -4599,6 +4601,21 @@ cat >>confdefs.h <<\_ACEOF
+ _ACEOF
+
+ fi
++ if test x"`uname`" = x"Darwin"; then
++ HAVE_OS_DARWIN_TRUE=
++ HAVE_OS_DARWIN_FALSE='#'
++else
++ HAVE_OS_DARWIN_TRUE='#'
++ HAVE_OS_DARWIN_FALSE=
++fi
++
++if test x"`uname`" = x"Darwin"; then
++
++cat >>confdefs.h <<\_ACEOF
++#define HAVE_OS_DARWIN 1
++_ACEOF
++
++fi
+
+ ac_ext=c
+ ac_cpp='$CPP $CPPFLAGS'
+@@ -6661,7 +6678,7 @@ ia64-*-hpux*)
+ ;;
+ *-*-irix6*)
+ # Find out which ABI we are using.
+- echo '#line 6664 "configure"' > conftest.$ac_ext
++ echo '#line 6681 "configure"' > conftest.$ac_ext
+ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
+ (eval $ac_compile) 2>&5
+ ac_status=$?
+@@ -9244,11 +9261,11 @@ else
+ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
+ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
+ -e 's:$: $lt_compiler_flag:'`
+- (eval echo "\"\$as_me:9247: $lt_compile\"" >&5)
++ (eval echo "\"\$as_me:9264: $lt_compile\"" >&5)
+ (eval "$lt_compile" 2>conftest.err)
+ ac_status=$?
+ cat conftest.err >&5
+- echo "$as_me:9251: \$? = $ac_status" >&5
++ echo "$as_me:9268: \$? = $ac_status" >&5
+ if (exit $ac_status) && test -s "$ac_outfile"; then
+ # The compiler can only warn and ignore the option if not recognized
+ # So say no if there are warnings other than the usual output.
+@@ -9534,11 +9551,11 @@ else
+ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
+ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
+ -e 's:$: $lt_compiler_flag:'`
+- (eval echo "\"\$as_me:9537: $lt_compile\"" >&5)
++ (eval echo "\"\$as_me:9554: $lt_compile\"" >&5)
+ (eval "$lt_compile" 2>conftest.err)
+ ac_status=$?
+ cat conftest.err >&5
+- echo "$as_me:9541: \$? = $ac_status" >&5
++ echo "$as_me:9558: \$? = $ac_status" >&5
+ if (exit $ac_status) && test -s "$ac_outfile"; then
+ # The compiler can only warn and ignore the option if not recognized
+ # So say no if there are warnings other than the usual output.
+@@ -9638,11 +9655,11 @@ else
+ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
+ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
+ -e 's:$: $lt_compiler_flag:'`
+- (eval echo "\"\$as_me:9641: $lt_compile\"" >&5)
++ (eval echo "\"\$as_me:9658: $lt_compile\"" >&5)
+ (eval "$lt_compile" 2>out/conftest.err)
+ ac_status=$?
+ cat out/conftest.err >&5
+- echo "$as_me:9645: \$? = $ac_status" >&5
++ echo "$as_me:9662: \$? = $ac_status" >&5
+ if (exit $ac_status) && test -s out/conftest2.$ac_objext
+ then
+ # The compiler can only warn and ignore the option if not recognized
+@@ -12015,7 +12032,7 @@ else
+ lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
+ lt_status=$lt_dlunknown
+ cat > conftest.$ac_ext <<EOF
+-#line 12018 "configure"
++#line 12035 "configure"
+ #include "confdefs.h"
+
+ #if HAVE_DLFCN_H
+@@ -12115,7 +12132,7 @@ else
+ lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
+ lt_status=$lt_dlunknown
+ cat > conftest.$ac_ext <<EOF
+-#line 12118 "configure"
++#line 12135 "configure"
+ #include "confdefs.h"
+
+ #if HAVE_DLFCN_H
+@@ -14516,11 +14533,11 @@ else
+ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
+ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
+ -e 's:$: $lt_compiler_flag:'`
+- (eval echo "\"\$as_me:14519: $lt_compile\"" >&5)
++ (eval echo "\"\$as_me:14536: $lt_compile\"" >&5)
+ (eval "$lt_compile" 2>conftest.err)
+ ac_status=$?
+ cat conftest.err >&5
+- echo "$as_me:14523: \$? = $ac_status" >&5
++ echo "$as_me:14540: \$? = $ac_status" >&5
+ if (exit $ac_status) && test -s "$ac_outfile"; then
+ # The compiler can only warn and ignore the option if not recognized
+ # So say no if there are warnings other than the usual output.
+@@ -14620,11 +14637,11 @@ else
+ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
+ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
+ -e 's:$: $lt_compiler_flag:'`
+- (eval echo "\"\$as_me:14623: $lt_compile\"" >&5)
++ (eval echo "\"\$as_me:14640: $lt_compile\"" >&5)
+ (eval "$lt_compile" 2>out/conftest.err)
+ ac_status=$?
+ cat out/conftest.err >&5
+- echo "$as_me:14627: \$? = $ac_status" >&5
++ echo "$as_me:14644: \$? = $ac_status" >&5
+ if (exit $ac_status) && test -s out/conftest2.$ac_objext
+ then
+ # The compiler can only warn and ignore the option if not recognized
+@@ -16218,11 +16235,11 @@ else
+ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
+ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
+ -e 's:$: $lt_compiler_flag:'`
+- (eval echo "\"\$as_me:16221: $lt_compile\"" >&5)
++ (eval echo "\"\$as_me:16238: $lt_compile\"" >&5)
+ (eval "$lt_compile" 2>conftest.err)
+ ac_status=$?
+ cat conftest.err >&5
+- echo "$as_me:16225: \$? = $ac_status" >&5
++ echo "$as_me:16242: \$? = $ac_status" >&5
+ if (exit $ac_status) && test -s "$ac_outfile"; then
+ # The compiler can only warn and ignore the option if not recognized
+ # So say no if there are warnings other than the usual output.
+@@ -16322,11 +16339,11 @@ else
+ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
+ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
+ -e 's:$: $lt_compiler_flag:'`
+- (eval echo "\"\$as_me:16325: $lt_compile\"" >&5)
++ (eval echo "\"\$as_me:16342: $lt_compile\"" >&5)
+ (eval "$lt_compile" 2>out/conftest.err)
+ ac_status=$?
+ cat out/conftest.err >&5
+- echo "$as_me:16329: \$? = $ac_status" >&5
++ echo "$as_me:16346: \$? = $ac_status" >&5
+ if (exit $ac_status) && test -s out/conftest2.$ac_objext
+ then
+ # The compiler can only warn and ignore the option if not recognized
+@@ -18542,11 +18559,11 @@ else
+ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
+ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
+ -e 's:$: $lt_compiler_flag:'`
+- (eval echo "\"\$as_me:18545: $lt_compile\"" >&5)
++ (eval echo "\"\$as_me:18562: $lt_compile\"" >&5)
+ (eval "$lt_compile" 2>conftest.err)
+ ac_status=$?
+ cat conftest.err >&5
+- echo "$as_me:18549: \$? = $ac_status" >&5
++ echo "$as_me:18566: \$? = $ac_status" >&5
+ if (exit $ac_status) && test -s "$ac_outfile"; then
+ # The compiler can only warn and ignore the option if not recognized
+ # So say no if there are warnings other than the usual output.
+@@ -18832,11 +18849,11 @@ else
+ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
+ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
+ -e 's:$: $lt_compiler_flag:'`
+- (eval echo "\"\$as_me:18835: $lt_compile\"" >&5)
++ (eval echo "\"\$as_me:18852: $lt_compile\"" >&5)
+ (eval "$lt_compile" 2>conftest.err)
+ ac_status=$?
+ cat conftest.err >&5
+- echo "$as_me:18839: \$? = $ac_status" >&5
++ echo "$as_me:18856: \$? = $ac_status" >&5
+ if (exit $ac_status) && test -s "$ac_outfile"; then
+ # The compiler can only warn and ignore the option if not recognized
+ # So say no if there are warnings other than the usual output.
+@@ -18936,11 +18953,11 @@ else
+ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
+ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
+ -e 's:$: $lt_compiler_flag:'`
+- (eval echo "\"\$as_me:18939: $lt_compile\"" >&5)
++ (eval echo "\"\$as_me:18956: $lt_compile\"" >&5)
+ (eval "$lt_compile" 2>out/conftest.err)
+ ac_status=$?
+ cat out/conftest.err >&5
+- echo "$as_me:18943: \$? = $ac_status" >&5
++ echo "$as_me:18960: \$? = $ac_status" >&5
+ if (exit $ac_status) && test -s out/conftest2.$ac_objext
+ then
+ # The compiler can only warn and ignore the option if not recognized
+@@ -27063,6 +27080,13 @@ echo "$as_me: error: conditional \"HAVE_
+ Usually this means the macro was only invoked conditionally." >&2;}
+ { (exit 1); exit 1; }; }
+ fi
++if test -z "${HAVE_OS_DARWIN_TRUE}" && test -z "${HAVE_OS_DARWIN_FALSE}"; then
++ { { echo "$as_me:$LINENO: error: conditional \"HAVE_OS_DARWIN\" was never defined.
++Usually this means the macro was only invoked conditionally." >&5
++echo "$as_me: error: conditional \"HAVE_OS_DARWIN\" was never defined.
++Usually this means the macro was only invoked conditionally." >&2;}
++ { (exit 1); exit 1; }; }
++fi
+ if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
+ { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
+ Usually this means the macro was only invoked conditionally." >&5
+@@ -27745,6 +27769,8 @@ GREP!$GREP$ac_delim
+ EGREP!$EGREP$ac_delim
+ HAVE_OS_CYGWIN_TRUE!$HAVE_OS_CYGWIN_TRUE$ac_delim
+ HAVE_OS_CYGWIN_FALSE!$HAVE_OS_CYGWIN_FALSE$ac_delim
++HAVE_OS_DARWIN_TRUE!$HAVE_OS_DARWIN_TRUE$ac_delim
++HAVE_OS_DARWIN_FALSE!$HAVE_OS_DARWIN_FALSE$ac_delim
+ INTLTOOL_DESKTOP_RULE!$INTLTOOL_DESKTOP_RULE$ac_delim
+ INTLTOOL_DIRECTORY_RULE!$INTLTOOL_DIRECTORY_RULE$ac_delim
+ INTLTOOL_KEYS_RULE!$INTLTOOL_KEYS_RULE$ac_delim
+@@ -27757,8 +27783,6 @@ INTLTOOL_SOUNDLIST_RULE!$INTLTOOL_SOUNDL
+ INTLTOOL_UI_RULE!$INTLTOOL_UI_RULE$ac_delim
+ INTLTOOL_XAM_RULE!$INTLTOOL_XAM_RULE$ac_delim
+ INTLTOOL_KBD_RULE!$INTLTOOL_KBD_RULE$ac_delim
+-INTLTOOL_XML_RULE!$INTLTOOL_XML_RULE$ac_delim
+-INTLTOOL_XML_NOMERGE_RULE!$INTLTOOL_XML_NOMERGE_RULE$ac_delim
+ _ACEOF
+
+ if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
+@@ -27800,6 +27824,8 @@ _ACEOF
+ ac_delim='%!_!# '
+ for ac_last_try in false false false false false :; do
+ cat >conf$$subs.sed <<_ACEOF
++INTLTOOL_XML_RULE!$INTLTOOL_XML_RULE$ac_delim
++INTLTOOL_XML_NOMERGE_RULE!$INTLTOOL_XML_NOMERGE_RULE$ac_delim
+ INTLTOOL_CAVES_RULE!$INTLTOOL_CAVES_RULE$ac_delim
+ INTLTOOL_SCHEMAS_RULE!$INTLTOOL_SCHEMAS_RULE$ac_delim
+ INTLTOOL_THEME_RULE!$INTLTOOL_THEME_RULE$ac_delim
+@@ -27895,8 +27921,6 @@ LIBGLADE_VERSION!$LIBGLADE_VERSION$ac_de
+ LIBGLADE_CFLAGS!$LIBGLADE_CFLAGS$ac_delim
+ LIBGLADE_LIBS!$LIBGLADE_LIBS$ac_delim
+ LIBGLADE_REQUIRED_VERSION!$LIBGLADE_REQUIRED_VERSION$ac_delim
+-GNOME_VERSION!$GNOME_VERSION$ac_delim
+-GNOME_CFLAGS!$GNOME_CFLAGS$ac_delim
+ _ACEOF
+
+ if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
+@@ -27938,6 +27962,8 @@ _ACEOF
+ ac_delim='%!_!# '
+ for ac_last_try in false false false false false :; do
+ cat >conf$$subs.sed <<_ACEOF
++GNOME_VERSION!$GNOME_VERSION$ac_delim
++GNOME_CFLAGS!$GNOME_CFLAGS$ac_delim
+ GNOME_LIBS!$GNOME_LIBS$ac_delim
+ GNOME_REQUIRED_VERSION!$GNOME_REQUIRED_VERSION$ac_delim
+ HAVE_GNOME_TRUE!$HAVE_GNOME_TRUE$ac_delim
+@@ -27954,7 +27980,7 @@ LIBOBJS!$LIBOBJS$ac_delim
+ LTLIBOBJS!$LTLIBOBJS$ac_delim
+ _ACEOF
+
+- if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 14; then
++ if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 16; then
+ break
+ elif $ac_last_try; then
+ { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
+--- ./libxfsm/Makefile.am.orig 2008-10-11 14:25:15.000000000 +0200
++++ ./libxfsm/Makefile.am 2008-10-15 17:26:10.000000000 +0200
+@@ -30,6 +30,12 @@ libxfsm_4_6_la_LIBADD = \
+ $(XFCONF_LIBS)
+ endif
+
++if HAVE_OS_DARWIN
++libxfsm_4_6_la_LIBADD = \
++ $(LIBXFCEGUI4_LIBS) \
++ $(XFCONF_LIBS)
++endif
++
+
+ libxfsmincludedir = \
+ $(includedir)/xfce4/xfce4-session-4.6/libxfsm
+--- ./libxfsm/Makefile.in.orig 2008-10-13 09:50:07.000000000 +0200
++++ ./libxfsm/Makefile.in 2008-10-15 17:26:11.000000000 +0200
+@@ -316,6 +316,10 @@
+ @HAVE_OS_CYGWIN_TRUE@ $(LIBXFCEGUI4_LIBS) \
+ @HAVE_OS_CYGWIN_TRUE@ $(XFCONF_LIBS)
+
++ at HAVE_OS_DARWIN_TRUE@libxfsm_4_6_la_LIBADD = \
++ at HAVE_OS_DARWIN_TRUE@ $(LIBXFCEGUI4_LIBS) \
++ at HAVE_OS_DARWIN_TRUE@ $(XFCONF_LIBS)
++
+ libxfsmincludedir = \
+ $(includedir)/xfce4/xfce4-session-4.6/libxfsm
+
Modified: users/afb/Hopper/xfce4-settings/Portfile
===================================================================
--- users/afb/Fuzzy/xfce4-settings/Portfile 2008-10-15 16:35:54 UTC (rev 40824)
+++ users/afb/Hopper/xfce4-settings/Portfile 2008-11-16 20:56:00 UTC (rev 42210)
@@ -3,7 +3,7 @@
PortSystem 1.0
name xfce4-settings
-version 4.5.91
+version 4.5.92
categories xfce
platforms darwin
maintainers afb at macports.org
@@ -12,9 +12,9 @@
homepage http://www.xfce.org/
master_sites http://www.ca-us.xfce.org/archive/xfce-${version}/src/
use_bzip2 yes
-checksums md5 cd0e67e709c95a370d6d736d466b0b7c \
- sha1 f73c1a6aa9f717b2a12b3874f2eaeb65767d63b8 \
- rmd160 7f03231e7cc6294cc7b64be0a98d1b84beb6fd70
+checksums md5 0e9f8ea8043a902353d4b5b1c0528e4b \
+ sha1 3197160edb6c390e11dae0a1cebd1207e6ff6a74 \
+ rmd160 2be522f6828a46f0348d1942bad066de974d65a1
depends_lib port:libxfcegui4 port:pkgconfig port:libwnck
Modified: users/afb/Hopper/xfconf/Portfile
===================================================================
--- users/afb/Fuzzy/xfconf/Portfile 2008-10-15 12:34:06 UTC (rev 40807)
+++ users/afb/Hopper/xfconf/Portfile 2008-11-16 20:56:00 UTC (rev 42210)
@@ -3,7 +3,7 @@
PortSystem 1.0
name xfconf
-version 4.5.91
+version 4.5.92
categories xfce
platforms darwin
maintainers afb at macports.org
@@ -12,9 +12,9 @@
homepage http://www.xfce.org/
master_sites http://www.ca-us.xfce.org/archive/xfce-${version}/src/
use_bzip2 yes
-checksums md5 2b33d616cffd0f3b72a25f95aafe10c2 \
- sha1 3927c97b0a99f079faa883bb28127aa4927fc5d7 \
- rmd160 5ac597931900e8a6d6486e8f657290a0c3300e91
+checksums md5 1ca682571554c7704f4c09398b74529d \
+ sha1 7ecd517526c9b7d1c5c92f1d471eef4d1f35929b \
+ rmd160 6f6e6f900117de52cf5063def696d90259918913
depends_lib port:libxfce4util \
port:dbus port:dbus-glib \
Modified: users/afb/Hopper/xfdesktop/Portfile
===================================================================
--- users/afb/Fuzzy/xfdesktop/Portfile 2008-10-15 12:34:06 UTC (rev 40807)
+++ users/afb/Hopper/xfdesktop/Portfile 2008-11-16 20:56:00 UTC (rev 42210)
@@ -3,7 +3,7 @@
PortSystem 1.0
name xfdesktop
-version 4.5.91
+version 4.5.92
categories xfce
platforms darwin
maintainers afb at macports.org
@@ -12,9 +12,9 @@
homepage http://www.xfce.org/
master_sites http://www.ca-us.xfce.org/archive/xfce-${version}/src/
use_bzip2 yes
-checksums md5 695d0f7d8cd4561965ce87cd6e9a7f19 \
- sha1 369970dd42414a583ffb7e63ef4272a751692300 \
- rmd160 1225ddd738a11fe3b83ef1ab1cea23d16bd03b8e
+checksums md5 a00270baeecc776113e46731c6256ac6 \
+ sha1 733617ac126669526cc7c89534203d34c17ee745 \
+ rmd160 44dc97f747bb1d986b63c3d66b19fc49047ba567
depends_lib port:libxml2 \
port:Thunar port:libxfcegui4
Modified: users/afb/Hopper/xfprint/Portfile
===================================================================
--- users/afb/Fuzzy/xfprint/Portfile 2008-10-15 12:34:06 UTC (rev 40807)
+++ users/afb/Hopper/xfprint/Portfile 2008-11-16 20:56:00 UTC (rev 42210)
@@ -3,7 +3,7 @@
PortSystem 1.0
name xfprint
-version 4.5.91
+version 4.5.92
categories xfce
platforms darwin
maintainers afb at macports.org
@@ -12,9 +12,9 @@
homepage http://www.xfce.org/
master_sites http://www.ca-us.xfce.org/archive/xfce-${version}/src/
use_bzip2 yes
-checksums md5 419176b37c1d608f9847101b17a447dd \
- sha1 e7697540cda789ae20ca001e7683589c7ea8945f \
- rmd160 830ebedaebca5b7d004482d0d60f4d2a4dbc20d2
+checksums md5 7945ab513be2a518cfaa03ba9867b066 \
+ sha1 e0b30252a7d210eaa09c6044d3943d06ede0214e \
+ rmd160 b406d69eff71369ecf3bf88a907906c2e50357e1
configure.args --enable-cups
Modified: users/afb/Hopper/xfwm4/Portfile
===================================================================
--- users/afb/Fuzzy/xfwm4/Portfile 2008-10-15 12:34:06 UTC (rev 40807)
+++ users/afb/Hopper/xfwm4/Portfile 2008-11-16 20:56:00 UTC (rev 42210)
@@ -3,7 +3,7 @@
PortSystem 1.0
name xfwm4
-version 4.5.91
+version 4.5.92
categories xfce
platforms darwin
maintainers afb at macports.org
@@ -12,9 +12,9 @@
homepage http://www.xfce.org/
master_sites http://www.ca-us.xfce.org/archive/xfce-${version}/src/
use_bzip2 yes
-checksums md5 c55143d13e7a41387860dde74e7acda9 \
- sha1 fbf77424414fa0b7311c037c1b867f3c67bd0428 \
- rmd160 1716ef059b6c1b5426c83ed7a0f2f813c0211c11
+checksums md5 941823870ee48b025f2cb72bec9d6fd3 \
+ sha1 cd9e03dc1ea43a4b585c4906c94a1f66f0338a14 \
+ rmd160 74db902872ab3d3edfea10cb863991d32bf3eeeb
configure.args --enable-randr --enable-startup-notification \
--disable-compositor --disable-xsync
Modified: users/afb/Hopper/xfwm4-themes/Portfile
===================================================================
--- users/afb/Fuzzy/xfwm4-themes/Portfile 2008-10-15 12:34:06 UTC (rev 40807)
+++ users/afb/Hopper/xfwm4-themes/Portfile 2008-11-16 20:56:00 UTC (rev 42210)
@@ -3,7 +3,7 @@
PortSystem 1.0
name xfwm4-themes
-version 4.5.91
+version 4.5.92
categories xfce
platforms darwin
maintainers afb at macports.org
@@ -12,8 +12,8 @@
homepage http://www.xfce.org/
master_sites http://www.ca-us.xfce.org/archive/xfce-${version}/src/
use_bzip2 yes
-checksums md5 18b6d059775ebd38830ee7e91f21cf2b \
- sha1 4b503e631e825a2ae1b2f7d3d4a67a51bc9ff18a \
- rmd160 c582a4d65574bb84b124ef873a0715e8d7be7d92
+checksums md5 60118a897798f76d01ef2426e316eb05 \
+ sha1 28edcc3187c2679dffaff9b54339904b73161eda \
+ rmd160 7d758a980657c17e2dd714a325c838ea8ba08848
depends_lib port:xfwm4
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081116/29c1149a/attachment-0001.html>
More information about the macports-changes
mailing list