[103032] trunk/dports/devel/tclreadline

ryandesign at macports.org ryandesign at macports.org
Tue Feb 12 00:05:11 PST 2013


Revision: 103032
          https://trac.macports.org/changeset/103032
Author:   ryandesign at macports.org
Date:     2013-02-12 00:05:11 -0800 (Tue, 12 Feb 2013)
Log Message:
-----------
tclreadline: fix autoreconf failure with automake 1.13 (#37930); rename configure.in to configure.ac for automake 1.14 compatibility

Modified Paths:
--------------
    trunk/dports/devel/tclreadline/Portfile

Added Paths:
-----------
    trunk/dports/devel/tclreadline/files/patch-configure.ac.diff

Modified: trunk/dports/devel/tclreadline/Portfile
===================================================================
--- trunk/dports/devel/tclreadline/Portfile	2013-02-12 08:01:53 UTC (rev 103031)
+++ trunk/dports/devel/tclreadline/Portfile	2013-02-12 08:05:11 UTC (rev 103032)
@@ -33,12 +33,18 @@
 
 depends_lib                 port:readline
 
+post-extract {
+    move ${worksrcpath}/configure.in ${worksrcpath}/configure.ac
+}
+
 use_autoreconf              yes
 
 # Patch readline to use malloc/free instead of
 # Tcl_Alloc/Tcl_Free. Required for threaded-enabled Tcl.
 patchfiles                  patch-tclreadline.c.diff
 
+patchfiles-append           patch-configure.ac.diff
+
 livecheck.type              regex
 livecheck.url               http://sourceforge.net/projects/${name}/files/
 livecheck.regex             /${name}-(\[0-9.\]+)${extract.suffix}

Added: trunk/dports/devel/tclreadline/files/patch-configure.ac.diff
===================================================================
--- trunk/dports/devel/tclreadline/files/patch-configure.ac.diff	                        (rev 0)
+++ trunk/dports/devel/tclreadline/files/patch-configure.ac.diff	2013-02-12 08:05:11 UTC (rev 103032)
@@ -0,0 +1,11 @@
+--- configure.ac.orig	2000-12-07 18:45:45.000000000 -0600
++++ configure.ac	2013-02-12 01:56:30.000000000 -0600
+@@ -10,7 +10,7 @@
+ dnl This software is copyright under the BSD license.
+ 
+ AC_INIT(tclreadline.c)
+-AM_CONFIG_HEADER(config.h)
++AC_CONFIG_HEADERS([config.h])
+ AC_PREREQ(2.13)
+ AC_REVISION($Revision: 2.26 $)
+ AC_CONFIG_AUX_DIR(./aux)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130212/ec161ab1/attachment.html>


More information about the macports-changes mailing list