[101229] trunk/dports/textproc/ekhtml

ryandesign at macports.org ryandesign at macports.org
Sun Jan 6 08:34:24 PST 2013


Revision: 101229
          https://trac.macports.org/changeset/101229
Author:   ryandesign at macports.org
Date:     2013-01-06 08:34:24 -0800 (Sun, 06 Jan 2013)
Log Message:
-----------
ekhtml: fix autoreconf with automake 1.13

Modified Paths:
--------------
    trunk/dports/textproc/ekhtml/Portfile

Added Paths:
-----------
    trunk/dports/textproc/ekhtml/files/
    trunk/dports/textproc/ekhtml/files/patch-automake-1.13.diff

Modified: trunk/dports/textproc/ekhtml/Portfile
===================================================================
--- trunk/dports/textproc/ekhtml/Portfile	2013-01-06 16:20:59 UTC (rev 101228)
+++ trunk/dports/textproc/ekhtml/Portfile	2013-01-06 16:34:24 UTC (rev 101229)
@@ -21,7 +21,11 @@
                 sha1    d4e6c25964f7e110073f646950dc307e84d61f1b \
                 rmd160  8e5d664821d181e12f0fc6d24d1a288f432cc2b5
 
-if {![variant_isset universal]} {
+patchfiles      patch-automake-1.13.diff
+
+if {[variant_isset universal]} {
+    use_autoreconf yes
+} else {
     configure.ccache no
 }
 
@@ -37,12 +41,3 @@
         TODO ${destroot}${docdir}
     copy ${worksrcpath}/docs/html ${destroot}${docdir}/api
 }
-
-if {[variant_isset universal]} {
-    use_autoconf        yes
-    use_automake        yes
-
-    pre-configure {
-        system -W ${worksrcpath} "aclocal && glibtoolize"
-    }
-}

Added: trunk/dports/textproc/ekhtml/files/patch-automake-1.13.diff
===================================================================
--- trunk/dports/textproc/ekhtml/files/patch-automake-1.13.diff	                        (rev 0)
+++ trunk/dports/textproc/ekhtml/files/patch-automake-1.13.diff	2013-01-06 16:34:24 UTC (rev 101229)
@@ -0,0 +1,11 @@
+--- configure.in.orig	2002-11-10 17:53:25.000000000 -0600
++++ configure.in	2013-01-06 10:26:38.000000000 -0600
+@@ -6,7 +6,7 @@
+ AC_DEFINE_UNQUOTED(EKHTML_VER_MINOR,$EKHTML_VER_MINOR)
+ AC_DEFINE_UNQUOTED(EKHTML_VER_BUGFIX,$EKHTML_VER_BUGFIX)
+ AM_INIT_AUTOMAKE(ekhtml,$EKHTML_VER_MAJOR.$EKHTML_VER_MINOR.$EKHTML_VER_BUGFIX)
+-AM_CONFIG_HEADER(include/ekhtml_config.h:config.in)
++AC_CONFIG_HEADERS([include/ekhtml_config.h:config.in])
+ 
+ AC_PROG_CC
+ AC_C_INLINE
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130106/9a4437c1/attachment.html>


More information about the macports-changes mailing list