[101197] trunk/dports/devel/indent

jeremyhu at macports.org jeremyhu at macports.org
Sun Jan 6 00:45:54 PST 2013


Revision: 101197
          https://trac.macports.org/changeset/101197
Author:   jeremyhu at macports.org
Date:     2013-01-06 00:45:54 -0800 (Sun, 06 Jan 2013)
Log Message:
-----------
indent: Fix build failures

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

Added Paths:
-----------
    trunk/dports/devel/indent/files/automake.patch

Modified: trunk/dports/devel/indent/Portfile
===================================================================
--- trunk/dports/devel/indent/Portfile	2013-01-06 08:42:08 UTC (rev 101196)
+++ trunk/dports/devel/indent/Portfile	2013-01-06 08:45:54 UTC (rev 101197)
@@ -32,6 +32,8 @@
     file delete ${worksrcpath}/src/gperf-cc.c
 }
 
+patchfiles      automake.patch patch-man__Makefile.am  patch-man__texinfo2man.c  patch-src__output.c
+
 use_autoreconf  yes
 autoreconf.args -fvi
 autoreconf.env  ACLOCAL="aclocal -Iaclocal"

Added: trunk/dports/devel/indent/files/automake.patch
===================================================================
--- trunk/dports/devel/indent/files/automake.patch	                        (rev 0)
+++ trunk/dports/devel/indent/files/automake.patch	2013-01-06 08:45:54 UTC (rev 101197)
@@ -0,0 +1,11 @@
+--- configure.ac.orig	2013-01-06 00:40:58.000000000 -0800
++++ configure.ac	2013-01-06 00:41:17.000000000 -0800
+@@ -3,7 +3,7 @@ AC_INIT(GNU Indent, 2.2.10, bug-indent at g
+ AC_CONFIG_SRCDIR(src/indent.c)
+ AC_CONFIG_AUX_DIR(config)
+ AM_INIT_AUTOMAKE(indent, 2.2.10)
+-AM_CONFIG_HEADER(config.h)
++AC_CONFIG_HEADERS([config.h])
+ 
+ AM_MAINTAINER_MODE
+ 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130106/9f779e84/attachment.html>


More information about the macports-changes mailing list