Revision: 96029 https://trac.macports.org/changeset/96029 Author: devans@macports.org Date: 2012-07-29 04:33:15 -0700 (Sun, 29 Jul 2012) Log Message: ----------- libghomeuimm: disable building of broken example. Modified Paths: -------------- trunk/dports/gnome/libgnomeuimm/Portfile Added Paths: ----------- trunk/dports/gnome/libgnomeuimm/files/ trunk/dports/gnome/libgnomeuimm/files/patch-examples-Makefile.in.diff Modified: trunk/dports/gnome/libgnomeuimm/Portfile =================================================================== --- trunk/dports/gnome/libgnomeuimm/Portfile 2012-07-29 11:14:36 UTC (rev 96028) +++ trunk/dports/gnome/libgnomeuimm/Portfile 2012-07-29 11:33:15 UTC (rev 96029) @@ -33,6 +33,8 @@ port:gnome-vfsmm \ port:libgnomeui +patchfiles patch-examples-Makefile.in.diff + livecheck.type regex livecheck.url http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/ livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)} Added: trunk/dports/gnome/libgnomeuimm/files/patch-examples-Makefile.in.diff =================================================================== --- trunk/dports/gnome/libgnomeuimm/files/patch-examples-Makefile.in.diff (rev 0) +++ trunk/dports/gnome/libgnomeuimm/files/patch-examples-Makefile.in.diff 2012-07-29 11:33:15 UTC (rev 96029) @@ -0,0 +1,11 @@ +--- examples/Makefile.in.orig 2012-07-29 04:20:53.000000000 -0700 ++++ examples/Makefile.in 2012-07-29 04:21:59.000000000 -0700 +@@ -221,7 +221,7 @@ + top_build_prefix = @top_build_prefix@ + top_builddir = @top_builddir@ + top_srcdir = @top_srcdir@ +-SUBDIRS = druid gnome-hello iconlist menu uiinfo ++SUBDIRS = druid gnome-hello menu uiinfo + EXTRA_DIST = Makefile.am_fragment + all: all-recursive +
participants (1)
-
devans@macports.org