[142773] trunk/dports/science/nco

takeshi at macports.org takeshi at macports.org
Sat Dec 12 07:10:31 PST 2015


Revision: 142773
          https://trac.macports.org/changeset/142773
Author:   takeshi at macports.org
Date:     2015-11-22 17:11:03 -0800 (Sun, 22 Nov 2015)
Log Message:
-----------
nco: nawk is incompatible in configure, closing #49738

Modified Paths:
--------------
    trunk/dports/science/nco/Portfile

Added Paths:
-----------
    trunk/dports/science/nco/files/nawk.patch

Modified: trunk/dports/science/nco/Portfile
===================================================================
--- trunk/dports/science/nco/Portfile	2015-11-23 00:55:01 UTC (rev 142772)
+++ trunk/dports/science/nco/Portfile	2015-11-23 01:11:03 UTC (rev 142773)
@@ -48,7 +48,8 @@
                     port:texinfo
 depends_run         port:wget
 
-patchfiles-append   gsl-2.patch
+patchfiles-append   gsl-2.patch \
+                    nawk.patch
 
 configure.env       HAVE_ANTLR=yes ANTLR_ROOT=${prefix} \
                     PATH_TO_NCGEN=${prefix}/bin/ncgen

Added: trunk/dports/science/nco/files/nawk.patch
===================================================================
--- trunk/dports/science/nco/files/nawk.patch	                        (rev 0)
+++ trunk/dports/science/nco/files/nawk.patch	2015-11-23 01:11:03 UTC (rev 142773)
@@ -0,0 +1,11 @@
+--- configure.orig	2015-11-23 09:51:11.000000000 +0900
++++ configure	2015-11-23 09:52:03.000000000 +0900
+@@ -3601,7 +3601,7 @@
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
+ $as_echo "$MKDIR_P" >&6; }
+ 
+-for ac_prog in gawk mawk nawk awk
++for ac_prog in gawk mawk awk
+ do
+   # Extract the first word of "$ac_prog", so it can be a program name with args.
+ set dummy $ac_prog; ac_word=$2
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/10f40699/attachment.html>


More information about the macports-changes mailing list