[102986] trunk/dports/graphics/clutter-gtk

jeremyhu at macports.org jeremyhu at macports.org
Mon Feb 11 10:25:07 PST 2013


Revision: 102986
          https://trac.macports.org/changeset/102986
Author:   jeremyhu at macports.org
Date:     2013-02-11 10:25:07 -0800 (Mon, 11 Feb 2013)
Log Message:
-----------
clutter-gtk: Don't build the examples since they're not installed and don't link correctly

Modified Paths:
--------------
    trunk/dports/graphics/clutter-gtk/Portfile

Added Paths:
-----------
    trunk/dports/graphics/clutter-gtk/files/
    trunk/dports/graphics/clutter-gtk/files/automake-1.13.patch
    trunk/dports/graphics/clutter-gtk/files/no-examples.patch

Modified: trunk/dports/graphics/clutter-gtk/Portfile
===================================================================
--- trunk/dports/graphics/clutter-gtk/Portfile	2013-02-11 18:12:44 UTC (rev 102985)
+++ trunk/dports/graphics/clutter-gtk/Portfile	2013-02-11 18:25:07 UTC (rev 102986)
@@ -30,6 +30,10 @@
     port:gtk2 \
     port:clutter
 
+patchfiles      no-examples.patch automake-1.13.patch
+use_autoreconf  yes
+autoreconf.args -fvi
+
 configure.args  --enable-introspection=no
 
 livecheck.type  regex

Added: trunk/dports/graphics/clutter-gtk/files/automake-1.13.patch
===================================================================
--- trunk/dports/graphics/clutter-gtk/files/automake-1.13.patch	                        (rev 0)
+++ trunk/dports/graphics/clutter-gtk/files/automake-1.13.patch	2013-02-11 18:25:07 UTC (rev 102986)
@@ -0,0 +1,11 @@
+--- configure.ac.orig	2013-02-11 10:20:36.000000000 -0800
++++ configure.ac	2013-02-11 10:20:49.000000000 -0800
+@@ -20,7 +20,7 @@ AC_INIT([clutter-gtk],
+ AC_CONFIG_SRCDIR([clutter-gtk/clutter-gtk.h])
+ AC_CONFIG_MACRO_DIR([build/autotools])
+ 
+-AM_CONFIG_HEADER([config.h])
++AC_CONFIG_HEADERS([config.h])
+ 
+ AM_INIT_AUTOMAKE([1.11 foreign -Wno-portability no-define dist-bzip2])
+ AM_SILENT_RULES([yes])

Added: trunk/dports/graphics/clutter-gtk/files/no-examples.patch
===================================================================
--- trunk/dports/graphics/clutter-gtk/files/no-examples.patch	                        (rev 0)
+++ trunk/dports/graphics/clutter-gtk/files/no-examples.patch	2013-02-11 18:25:07 UTC (rev 102986)
@@ -0,0 +1,10 @@
+--- Makefile.am.orig	2013-02-11 10:18:53.000000000 -0800
++++ Makefile.am	2013-02-11 10:19:03.000000000 -0800
+@@ -1,6 +1,6 @@
+ ACLOCAL_AMFLAGS = -I build/autotools
+ 
+-SUBDIRS = build clutter-gtk doc examples
++SUBDIRS = build clutter-gtk doc
+ 
+ clutter-gtk- at CLUTTER_GTK_API_VERSION@.pc: clutter-gtk.pc
+ 	$(AM_V_GEN)cp -f clutter-gtk.pc clutter-gtk-$(CLUTTER_GTK_API_VERSION).pc
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130211/3127a3b4/attachment.html>


More information about the macports-changes mailing list