[33014] trunk/dports/gnome/gnome-control-center/Portfile

gui_dos at macports.org gui_dos at macports.org
Wed Jan 16 13:56:33 PST 2008


Revision: 33014
          http://trac.macosforge.org/projects/macports/changeset/33014
Author:   gui_dos at macports.org
Date:     2008-01-16 13:56:31 -0800 (Wed, 16 Jan 2008)

Log Message:
-----------
Update to gnome-control-center 2.20.3
Fixed typo (missing # before a second line)
Workaround for missing symbols in Leopard (_themus_properties_view_register_type):
now Nautilus shows up again!

Modified Paths:
--------------
    trunk/dports/gnome/gnome-control-center/Portfile

Modified: trunk/dports/gnome/gnome-control-center/Portfile
===================================================================
--- trunk/dports/gnome/gnome-control-center/Portfile	2008-01-16 20:44:04 UTC (rev 33013)
+++ trunk/dports/gnome/gnome-control-center/Portfile	2008-01-16 21:56:31 UTC (rev 33014)
@@ -1,8 +1,7 @@
 # $Id$
 PortSystem 1.0
 name		gnome-control-center
-version		2.20.1
-revision	0
+version		2.20.3
 description	Control center for GNOME 2.0 project.
 long_description        ${description}
 maintainers	nomaintainer
@@ -10,7 +9,7 @@
 platforms	darwin 
 homepage	http://www.gnome.org/
 master_sites    gnome:sources/${name}/[join [lrange [split ${version} .] 0 1] .]/
-checksums	rmd160 ce5c5a270679f779fbec59aa887aba239b3f1d84
+checksums	rmd160 96f56251c6a06315861dcd89a1c5f68ed47bd48f
 depends_lib	\
 	port:iso-codes \
 	port:nautilus \
@@ -37,7 +36,7 @@
 configure.cflags-append "-no-cpp-precomp -flat_namespace -undefined suppress"
 post-patch {
 	#reinplace "s|g_strdup (\"/usr|g_strdup (\"${prefix}/share:/usr|g" \
-	${worksrcpath}/capplets/background/gnome-wp-xml.c
+	#${worksrcpath}/capplets/background/gnome-wp-xml.c
 
 	reinplace  "s|/usr/share|${prefix}/share|g" \
 	${worksrcpath}/capplets/common/gnome-theme-info.c \
@@ -70,3 +69,13 @@
 			ln -s libgnome-window-settings.1.0.0.dylib libgnome-window-settings.1.0.0.so"
 	}
 }
+
+platform darwin 9 {
+	pre-configure {
+		reinplace "s| -export-symbols-regex.*||g" \
+			${worksrcpath}/vfs-methods/fontilus/Makefile.am \
+			${worksrcpath}/vfs-methods/fontilus/Makefile.in \
+			${worksrcpath}/vfs-methods/themus/Makefile.am \
+			${worksrcpath}/vfs-methods/themus/Makefile.in 
+	}
+}

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080116/8c7239d6/attachment.html


More information about the macports-changes mailing list