[101934] trunk/dports/sysutils/rvm

ryandesign at macports.org ryandesign at macports.org
Mon Jan 21 23:31:06 PST 2013


Revision: 101934
          https://trac.macports.org/changeset/101934
Author:   ryandesign at macports.org
Date:     2013-01-21 23:31:06 -0800 (Mon, 21 Jan 2013)
Log Message:
-----------
rvm: fix autoreconf failure with automake 1.13 (mentioned in #32180 and #35711)

Modified Paths:
--------------
    trunk/dports/sysutils/rvm/Portfile

Added Paths:
-----------
    trunk/dports/sysutils/rvm/files/patch-automake-1.13.diff

Modified: trunk/dports/sysutils/rvm/Portfile
===================================================================
--- trunk/dports/sysutils/rvm/Portfile	2013-01-22 07:26:50 UTC (rev 101933)
+++ trunk/dports/sysutils/rvm/Portfile	2013-01-22 07:31:06 UTC (rev 101934)
@@ -28,6 +28,7 @@
 }
 
 patchfiles          patch-rvm.diff
+patchfiles-append   patch-automake-1.13.diff
 
 use_autoreconf      yes
 

Added: trunk/dports/sysutils/rvm/files/patch-automake-1.13.diff
===================================================================
--- trunk/dports/sysutils/rvm/files/patch-automake-1.13.diff	                        (rev 0)
+++ trunk/dports/sysutils/rvm/files/patch-automake-1.13.diff	2013-01-22 07:31:06 UTC (rev 101934)
@@ -0,0 +1,11 @@
+--- configure.in.orig	2009-06-12 14:35:31.000000000 -0500
++++ configure.in	2013-01-22 01:26:17.000000000 -0600
+@@ -2,7 +2,7 @@
+ AC_CANONICAL_BUILD
+ AC_CANONICAL_HOST
+ AC_CANONICAL_TARGET
+-AM_CONFIG_HEADER(config.h)
++AC_CONFIG_HEADERS([config.h])
+ AM_INIT_AUTOMAKE(rvm,1.05)
+ 
+ AC_ARG_WITH(
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130121/71655de2/attachment.html>


More information about the macports-changes mailing list