[104255] trunk/dports/net/libpcapnav

ryandesign at macports.org ryandesign at macports.org
Fri Mar 22 01:50:20 PDT 2013


Revision: 104255
          https://trac.macports.org/changeset/104255
Author:   ryandesign at macports.org
Date:     2013-03-22 01:50:20 -0700 (Fri, 22 Mar 2013)
Log Message:
-----------
libpcapnav: fix autoreconf failure with automake 1.13 and later (#38473)

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

Added Paths:
-----------
    trunk/dports/net/libpcapnav/files/
    trunk/dports/net/libpcapnav/files/patch-automake-1.13.diff

Modified: trunk/dports/net/libpcapnav/Portfile
===================================================================
--- trunk/dports/net/libpcapnav/Portfile	2013-03-22 08:23:49 UTC (rev 104254)
+++ trunk/dports/net/libpcapnav/Portfile	2013-03-22 08:50:20 UTC (rev 104255)
@@ -28,6 +28,12 @@
 
 depends_lib      port:libpcap
 
+post-extract {
+    move ${worksrcpath}/configure.in ${worksrcpath}/configure.ac
+}
+
+patchfiles       patch-automake-1.13.diff
+
 # build with correct architectures
 use_autoreconf   yes
 

Added: trunk/dports/net/libpcapnav/files/patch-automake-1.13.diff
===================================================================
--- trunk/dports/net/libpcapnav/files/patch-automake-1.13.diff	                        (rev 0)
+++ trunk/dports/net/libpcapnav/files/patch-automake-1.13.diff	2013-03-22 08:50:20 UTC (rev 104255)
@@ -0,0 +1,11 @@
+--- configure.ac.orig	2007-06-04 20:03:43.000000000 -0500
++++ configure.ac	2013-03-22 03:45:02.000000000 -0500
+@@ -1,7 +1,7 @@
+ AC_INIT
+ AC_CONFIG_SRCDIR([src/pcapnav.h])
+ AM_INIT_AUTOMAKE(libpcapnav, 0.8)
+-AM_CONFIG_HEADER(config.h)
++AC_CONFIG_HEADERS([config.h])
+ 
+ dnl Commands for funkier shtool output:
+ BLD_ON=`./shtool echo -n -e %B`
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130322/456d741a/attachment.html>


More information about the macports-changes mailing list