[142612] trunk/dports/aqua/emacs-app

ryandesign at macports.org ryandesign at macports.org
Sat Dec 12 06:29:41 PST 2015


Revision: 142612
          https://trac.macports.org/changeset/142612
Author:   ryandesign at macports.org
Date:     2015-11-16 17:31:12 -0800 (Mon, 16 Nov 2015)
Log Message:
-----------
emacs-app: fix configure failure when nawk is installed

Modified Paths:
--------------
    trunk/dports/aqua/emacs-app/Portfile

Added Paths:
-----------
    trunk/dports/aqua/emacs-app/files/nawk.patch

Modified: trunk/dports/aqua/emacs-app/Portfile
===================================================================
--- trunk/dports/aqua/emacs-app/Portfile	2015-11-17 00:54:53 UTC (rev 142611)
+++ trunk/dports/aqua/emacs-app/Portfile	2015-11-17 01:31:12 UTC (rev 142612)
@@ -36,7 +36,8 @@
                     port:libxml2 \
                     port:gnutls
 
-patchfiles          patch-src_emacs.c.diff
+patchfiles          nawk.patch \
+                    patch-src_emacs.c.diff
 
 post-patch {
     reinplace "s|__PREFIX__|${prefix}|" ${worksrcpath}/src/emacs.c

Added: trunk/dports/aqua/emacs-app/files/nawk.patch
===================================================================
--- trunk/dports/aqua/emacs-app/files/nawk.patch	                        (rev 0)
+++ trunk/dports/aqua/emacs-app/files/nawk.patch	2015-11-17 01:31:12 UTC (rev 142612)
@@ -0,0 +1,11 @@
+--- configure.orig	2015-04-08 12:11:56.000000000 -0500
++++ configure	2015-11-16 19:21:35.000000000 -0600
+@@ -4067,7 +4067,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/1b8baaeb/attachment.html>


More information about the macports-changes mailing list