[103252] trunk/dports/gnome/libglade2

ryandesign at macports.org ryandesign at macports.org
Tue Feb 19 03:30:14 PST 2013


Revision: 103252
          https://trac.macports.org/changeset/103252
Author:   ryandesign at macports.org
Date:     2013-02-19 03:30:14 -0800 (Tue, 19 Feb 2013)
Log Message:
-----------
libglade2: prepare for automake 1.14 by renaming configure.in to configure.ac

Modified Paths:
--------------
    trunk/dports/gnome/libglade2/Portfile
    trunk/dports/gnome/libglade2/files/missing-links.patch

Modified: trunk/dports/gnome/libglade2/Portfile
===================================================================
--- trunk/dports/gnome/libglade2/Portfile	2013-02-19 11:27:49 UTC (rev 103251)
+++ trunk/dports/gnome/libglade2/Portfile	2013-02-19 11:30:14 UTC (rev 103252)
@@ -38,6 +38,10 @@
                 sha1    8465851733b8a0efbe57c43efc0f140d8e2d2edb \
                 rmd160  516a43543e518a319ca9b35556ca1ac88e2ce8fb
 
+post-extract {
+    move ${worksrcpath}/configure.in ${worksrcpath}/configure.ac
+}
+
 patchfiles      missing-links.patch
 
 use_autoreconf  yes

Modified: trunk/dports/gnome/libglade2/files/missing-links.patch
===================================================================
--- trunk/dports/gnome/libglade2/files/missing-links.patch	2013-02-19 11:27:49 UTC (rev 103251)
+++ trunk/dports/gnome/libglade2/files/missing-links.patch	2013-02-19 11:30:14 UTC (rev 103252)
@@ -1,5 +1,5 @@
---- configure.in.orig	2013-02-10 22:20:15.000000000 -0800
-+++ configure.in	2013-02-10 22:20:57.000000000 -0800
+--- configure.ac.orig	2013-02-10 22:20:15.000000000 -0800
++++ configure.ac	2013-02-10 22:20:57.000000000 -0800
 @@ -46,6 +46,7 @@ PKG_CHECK_MODULES(LIBGLADE, [dnl
    libxml-2.0 >= required_libxml_version dnl
    atk >= required_atk_version dnl
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130219/c74caa33/attachment.html>


More information about the macports-changes mailing list