[142650] trunk/dports/editors/nano

ryandesign at macports.org ryandesign at macports.org
Sat Dec 12 06:39:19 PST 2015


Revision: 142650
          https://trac.macports.org/changeset/142650
Author:   ryandesign at macports.org
Date:     2015-11-18 10:28:12 -0800 (Wed, 18 Nov 2015)
Log Message:
-----------
nano: fix configure failure when nawk is installed

Modified Paths:
--------------
    trunk/dports/editors/nano/Portfile

Added Paths:
-----------
    trunk/dports/editors/nano/files/
    trunk/dports/editors/nano/files/nawk.patch

Modified: trunk/dports/editors/nano/Portfile
===================================================================
--- trunk/dports/editors/nano/Portfile	2015-11-18 18:26:15 UTC (rev 142649)
+++ trunk/dports/editors/nano/Portfile	2015-11-18 18:28:12 UTC (rev 142650)
@@ -30,6 +30,8 @@
                 port:ncurses \
                 port:zlib
 
+patchfiles      nawk.patch
+
 configure.args  --disable-wrapping-as-root \
                 --enable-nanorc \
                 --enable-utf8

Added: trunk/dports/editors/nano/files/nawk.patch
===================================================================
--- trunk/dports/editors/nano/files/nawk.patch	                        (rev 0)
+++ trunk/dports/editors/nano/files/nawk.patch	2015-11-18 18:28:12 UTC (rev 142650)
@@ -0,0 +1,11 @@
+--- configure.orig	2015-07-05 02:45:16.000000000 -0500
++++ configure	2015-11-18 12:26:15.000000000 -0600
+@@ -2724,7 +2724,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/e961ee4a/attachment.html>


More information about the macports-changes mailing list