[101142] trunk/dports/net/wol

jeremyhu at macports.org jeremyhu at macports.org
Sat Jan 5 00:40:26 PST 2013


Revision: 101142
          https://trac.macports.org/changeset/101142
Author:   jeremyhu at macports.org
Date:     2013-01-05 00:40:26 -0800 (Sat, 05 Jan 2013)
Log Message:
-----------
wol: Support newer automake

Modified Paths:
--------------
    trunk/dports/net/wol/Portfile

Added Paths:
-----------
    trunk/dports/net/wol/files/automake.patch

Modified: trunk/dports/net/wol/Portfile
===================================================================
--- trunk/dports/net/wol/Portfile	2013-01-05 07:21:56 UTC (rev 101141)
+++ trunk/dports/net/wol/Portfile	2013-01-05 08:40:26 UTC (rev 101142)
@@ -18,6 +18,7 @@
 master_sites	sourceforge:project/wake-on-lan/wol/${version}
 
 patchfiles \
+	automake.patch \
 	getline.patch \
 	upstream.fail.patch
 patch.pre_args	-p1

Added: trunk/dports/net/wol/files/automake.patch
===================================================================
--- trunk/dports/net/wol/files/automake.patch	                        (rev 0)
+++ trunk/dports/net/wol/files/automake.patch	2013-01-05 08:40:26 UTC (rev 101142)
@@ -0,0 +1,11 @@
+--- a/configure.ac.orig	2013-01-05 00:36:45.000000000 -0800
++++ b/configure.ac	2013-01-05 00:37:00.000000000 -0800
+@@ -4,7 +4,7 @@ dnl we need at least autoconf 2.52
+ AC_PREREQ(2.52)
+ 
+ AC_INIT(README)
+-AM_CONFIG_HEADER(config.h)
++AC_CONFIG_HEADERS([config.h])
+ AC_CANONICAL_HOST
+ 
+ PACKAGE=wol
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130105/abb11cb8/attachment-0001.html>


More information about the macports-changes mailing list