[47147] trunk/dports/devel/libgpg-error

blb at macports.org blb at macports.org
Sun Feb 22 13:44:37 PST 2009


Revision: 47147
          http://trac.macports.org/changeset/47147
Author:   blb at macports.org
Date:     2009-02-22 13:44:35 -0800 (Sun, 22 Feb 2009)
Log Message:
-----------
devel/libgpg-error - prefer awk to nawk in configure, as nawk fails for
libgpg-error; ticket #18595

Modified Paths:
--------------
    trunk/dports/devel/libgpg-error/Portfile

Added Paths:
-----------
    trunk/dports/devel/libgpg-error/files/
    trunk/dports/devel/libgpg-error/files/patch-configure.diff

Modified: trunk/dports/devel/libgpg-error/Portfile
===================================================================
--- trunk/dports/devel/libgpg-error/Portfile	2009-02-22 20:52:17 UTC (rev 47146)
+++ trunk/dports/devel/libgpg-error/Portfile	2009-02-22 21:44:35 UTC (rev 47147)
@@ -25,8 +25,10 @@
                 sha1    bf8c6babe1e28cae7dd6374ca24ddcc42d57e902 \
                 rmd160  6f9004baf8e707b5995a276b5a454102405a6afc
 
+patchfiles      patch-configure.diff
+
 test.run        yes
-test.target	check
+test.target     check
 
 post-destroot {
     set docdir ${prefix}/share/doc/${name}-${version}

Added: trunk/dports/devel/libgpg-error/files/patch-configure.diff
===================================================================
--- trunk/dports/devel/libgpg-error/files/patch-configure.diff	                        (rev 0)
+++ trunk/dports/devel/libgpg-error/files/patch-configure.diff	2009-02-22 21:44:35 UTC (rev 47147)
@@ -0,0 +1,20 @@
+--- configure.orig	2008-11-26 06:34:04.000000000 -0700
++++ configure	2009-02-22 14:42:08.000000000 -0700
+@@ -2223,7 +2223,7 @@
+   */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
+ esac
+ 
+-for ac_prog in gawk mawk nawk awk
++for ac_prog in gawk mawk awk nawk
+ do
+   # Extract the first word of "$ac_prog", so it can be a program name with args.
+ set dummy $ac_prog; ac_word=$2
+@@ -4055,7 +4055,7 @@
+ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+ ac_compiler_gnu=$ac_cv_c_compiler_gnu
+ 
+-for ac_prog in gawk mawk nawk awk
++for ac_prog in gawk mawk awk nawk
+ 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: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090222/c5858f28/attachment.html>


More information about the macports-changes mailing list