[100972] trunk/dports/gnome/gnome-mime-data

ryandesign at macports.org ryandesign at macports.org
Wed Jan 2 05:53:26 PST 2013


Revision: 100972
          https://trac.macports.org/changeset/100972
Author:   ryandesign at macports.org
Date:     2013-01-02 05:53:25 -0800 (Wed, 02 Jan 2013)
Log Message:
-----------
gnome-mime-data: fix autoreconf failure with automake 1.13 (#37484)

Modified Paths:
--------------
    trunk/dports/gnome/gnome-mime-data/Portfile

Added Paths:
-----------
    trunk/dports/gnome/gnome-mime-data/files/
    trunk/dports/gnome/gnome-mime-data/files/patch-automake-1.13.diff

Modified: trunk/dports/gnome/gnome-mime-data/Portfile
===================================================================
--- trunk/dports/gnome/gnome-mime-data/Portfile	2013-01-02 13:05:26 UTC (rev 100971)
+++ trunk/dports/gnome/gnome-mime-data/Portfile	2013-01-02 13:53:25 UTC (rev 100972)
@@ -33,6 +33,8 @@
 depends_lib     port:libiconv \
                 port:gettext
 
+patchfiles      patch-automake-1.13.diff
+
 use_autoreconf  yes
 configure.env-append INTLTOOL_PERL=${prefix}/bin/perl5.12
 

Added: trunk/dports/gnome/gnome-mime-data/files/patch-automake-1.13.diff
===================================================================
--- trunk/dports/gnome/gnome-mime-data/files/patch-automake-1.13.diff	                        (rev 0)
+++ trunk/dports/gnome/gnome-mime-data/files/patch-automake-1.13.diff	2013-01-02 13:53:25 UTC (rev 100972)
@@ -0,0 +1,11 @@
+--- configure.in.orig	2007-04-03 12:34:00.000000000 -0500
++++ configure.in	2013-01-02 07:49:48.000000000 -0600
+@@ -3,7 +3,7 @@
+ AC_CONFIG_SRCDIR(check-mime.pl)
+ 
+ AM_INIT_AUTOMAKE
+-AM_CONFIG_HEADER(config.h)
++AC_CONFIG_HEADERS([config.h])
+ AM_MAINTAINER_MODE
+ AC_SUBST(ACLOCAL_AMFLAGS, "\${ACLOCAL_FLAGS}")
+ 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130102/9d30712e/attachment.html>


More information about the macports-changes mailing list