[101583] trunk/dports/databases/couchdb-devel

ryandesign at macports.org ryandesign at macports.org
Sun Jan 13 23:58:24 PST 2013


Revision: 101583
          https://trac.macports.org/changeset/101583
Author:   ryandesign at macports.org
Date:     2013-01-13 23:58:24 -0800 (Sun, 13 Jan 2013)
Log Message:
-----------
couchdb-devel: fix bootstrap with automake 1.13 (#37629)

Modified Paths:
--------------
    trunk/dports/databases/couchdb-devel/Portfile

Added Paths:
-----------
    trunk/dports/databases/couchdb-devel/files/
    trunk/dports/databases/couchdb-devel/files/patch-automake-1.13.diff

Modified: trunk/dports/databases/couchdb-devel/Portfile
===================================================================
--- trunk/dports/databases/couchdb-devel/Portfile	2013-01-14 07:17:59 UTC (rev 101582)
+++ trunk/dports/databases/couchdb-devel/Portfile	2013-01-14 07:58:24 UTC (rev 101583)
@@ -38,6 +38,8 @@
 # erlang is not universal
 universal_variant   no
 
+patchfiles          patch-automake-1.13.diff
+
 pre-configure {
     system "cd ${worksrcpath}; ./bootstrap"
 }

Added: trunk/dports/databases/couchdb-devel/files/patch-automake-1.13.diff
===================================================================
--- trunk/dports/databases/couchdb-devel/files/patch-automake-1.13.diff	                        (rev 0)
+++ trunk/dports/databases/couchdb-devel/files/patch-automake-1.13.diff	2013-01-14 07:58:24 UTC (rev 101583)
@@ -0,0 +1,12 @@
+--- configure.ac.orig	2011-09-15 10:44:37.000000000 -0500
++++ configure.ac	2013-01-14 01:35:34.000000000 -0600
+@@ -18,8 +18,7 @@
+ AC_CONFIG_AUX_DIR([build-aux])
+ AC_CONFIG_MACRO_DIR([m4])
+ 
+-AM_CONFIG_HEADER([config.h])
+-AC_CONFIG_HEADERS([src/snappy/google-snappy/config.h])
++AC_CONFIG_HEADERS([config.h src/snappy/google-snappy/config.h])
+ 
+ AM_INIT_AUTOMAKE([1.6.3 foreign])
+ 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130113/3fe28404/attachment.html>


More information about the macports-changes mailing list