[117489] trunk/dports/net/libdnet

ryandesign at macports.org ryandesign at macports.org
Fri Feb 28 20:46:46 PST 2014


Revision: 117489
          https://trac.macports.org/changeset/117489
Author:   ryandesign at macports.org
Date:     2014-02-28 20:46:46 -0800 (Fri, 28 Feb 2014)
Log Message:
-----------
libdnet: fix autoreconf so it works with both MacPorts 2.2.1 and trunk by explicitly setting both pre_args and args (#42655). Rename configure.in to configure.ac to avoid a warning.

Modified Paths:
--------------
    trunk/dports/net/libdnet/Portfile
    trunk/dports/net/libdnet/files/patch-automake-1.13.diff

Modified: trunk/dports/net/libdnet/Portfile
===================================================================
--- trunk/dports/net/libdnet/Portfile	2014-03-01 01:06:22 UTC (rev 117488)
+++ trunk/dports/net/libdnet/Portfile	2014-03-01 04:46:46 UTC (rev 117489)
@@ -28,8 +28,15 @@
                     sha1    71302be302e84fc19b559e811951b5d600d976f8 \
                     rmd160  4b849f07c3513522fda65af067928b7e6d504aab
 
+post-extract {
+    move ${worksrcpath}/configure.in ${worksrcpath}/configure.ac
+}
+
 patchfiles          patch-automake-1.13.diff
 
 # build shared libraries for the correct suffix; use archflags; fix mandir
 use_autoreconf      yes
-autoreconf.args     -I config
+# simplify once MacPorts 2.3 is released
+autoreconf.pre_args
+autoreconf.args     --install --verbose
+autoreconf.args-append  -I config

Modified: trunk/dports/net/libdnet/files/patch-automake-1.13.diff
===================================================================
--- trunk/dports/net/libdnet/files/patch-automake-1.13.diff	2014-03-01 01:06:22 UTC (rev 117488)
+++ trunk/dports/net/libdnet/files/patch-automake-1.13.diff	2014-03-01 04:46:46 UTC (rev 117489)
@@ -1,5 +1,5 @@
---- configure.in.orig	2007-01-20 03:39:21.000000000 -0800
-+++ configure.in	2012-12-30 13:44:39.000000000 -0800
+--- configure.ac.orig	2007-01-20 03:39:21.000000000 -0800
++++ configure.ac	2012-12-30 13:44:39.000000000 -0800
 @@ -10,7 +10,7 @@
  AC_SUBST(ac_aux_dir)
  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140228/af23b708/attachment.html>


More information about the macports-changes mailing list