Revision: 104876 https://trac.macports.org/changeset/104876 Author: devans@macports.org Date: 2013-04-04 10:40:25 -0700 (Thu, 04 Apr 2013) Log Message: ----------- libbonobo: remove -DG_DISABLE_DEPRECATED to fix build with latest glib2, use livecheck.type gnome. Modified Paths: -------------- trunk/dports/gnome/libbonobo/Portfile Added Paths: ----------- trunk/dports/gnome/libbonobo/files/ trunk/dports/gnome/libbonobo/files/patch-activation-server-Makefile.in.diff trunk/dports/gnome/libbonobo/files/patch-configure.diff Modified: trunk/dports/gnome/libbonobo/Portfile =================================================================== --- trunk/dports/gnome/libbonobo/Portfile 2013-04-04 17:17:18 UTC (rev 104875) +++ trunk/dports/gnome/libbonobo/Portfile 2013-04-04 17:40:25 UTC (rev 104876) @@ -42,9 +42,10 @@ port:libiconv \ port:popt +patchfiles patch-configure.diff \ + patch-activation-server-Makefile.in.diff + test.run yes test.target check -livecheck.type regex -livecheck.url http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/ -livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)} +livecheck.type gnome Added: trunk/dports/gnome/libbonobo/files/patch-activation-server-Makefile.in.diff =================================================================== --- trunk/dports/gnome/libbonobo/files/patch-activation-server-Makefile.in.diff (rev 0) +++ trunk/dports/gnome/libbonobo/files/patch-activation-server-Makefile.in.diff 2013-04-04 17:40:25 UTC (rev 104876) @@ -0,0 +1,10 @@ +--- activation-server/Makefile.in.orig 2013-04-04 10:20:26.000000000 -0700 ++++ activation-server/Makefile.in 2013-04-04 10:20:48.000000000 -0700 +@@ -341,7 +341,6 @@ + $(SERVER_CFLAGS) \ + $(WARN_CFLAGS) \ + -DSERVER_CONFDIR=\"$(sysconfdir)\" \ +- -DG_DISABLE_DEPRECATED \ + -DG_LOG_DOMAIN=\"Bonobo-Activation-Server\" \ + $(NULL) + Added: trunk/dports/gnome/libbonobo/files/patch-configure.diff =================================================================== --- trunk/dports/gnome/libbonobo/files/patch-configure.diff (rev 0) +++ trunk/dports/gnome/libbonobo/files/patch-configure.diff 2013-04-04 17:40:25 UTC (rev 104876) @@ -0,0 +1,11 @@ +--- configure.orig 2013-04-04 10:11:17.000000000 -0700 ++++ configure 2013-04-04 10:11:46.000000000 -0700 +@@ -13818,7 +13818,7 @@ + + + if test "$enable_maintainer_mode" = "yes"; then +- DISABLE_DEPRECATED_CFLAGS="-DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES" ++ DISABLE_DEPRECATED_CFLAGS="-DG_DISABLE_SINGLE_INCLUDES" + + fi +