[37524] trunk/dports/sysutils/grep

ryandesign at macports.org ryandesign at macports.org
Wed Jun 11 02:59:00 PDT 2008


Revision: 37524
          http://trac.macosforge.org/projects/macports/changeset/37524
Author:   ryandesign at macports.org
Date:     2008-06-11 02:58:59 -0700 (Wed, 11 Jun 2008)

Log Message:
-----------
grep: fix install failure; fixes #13343 (maintainer timeout)

Modified Paths:
--------------
    trunk/dports/sysutils/grep/Portfile

Added Paths:
-----------
    trunk/dports/sysutils/grep/files/
    trunk/dports/sysutils/grep/files/patch-po-Makefile.in.in.diff

Modified: trunk/dports/sysutils/grep/Portfile
===================================================================
--- trunk/dports/sysutils/grep/Portfile	2008-06-11 09:12:21 UTC (rev 37523)
+++ trunk/dports/sysutils/grep/Portfile	2008-06-11 09:58:59 UTC (rev 37524)
@@ -17,6 +17,9 @@
 checksums       md5 27061ce1fde82876970b6549a156da8b \
                 sha1 53227ca9a01d5548448372f9b2e9111adf159f3b \
                 rmd160 dafa692fd67dfcd1c94115e9831d291b29fa7729
+
+patchfiles      patch-po-Makefile.in.in.diff
+
 configure.args  --infodir=${prefix}/share/info \
                 --mandir=${prefix}/share/man
 

Added: trunk/dports/sysutils/grep/files/patch-po-Makefile.in.in.diff
===================================================================
--- trunk/dports/sysutils/grep/files/patch-po-Makefile.in.in.diff	                        (rev 0)
+++ trunk/dports/sysutils/grep/files/patch-po-Makefile.in.in.diff	2008-06-11 09:58:59 UTC (rev 37524)
@@ -0,0 +1,11 @@
+--- po/Makefile.in.in	2006-11-24 17:53:21.000000000 -0600
++++ po/Makefile.in.in	2008-06-11 04:57:52.000000000 -0500
+@@ -35,7 +35,7 @@
+ XGETTEXT = PATH=../src:$$PATH @XGETTEXT@
+ MSGMERGE = PATH=../src:$$PATH msgmerge
+ MKDIR_P = @MKDIR_P@
+-mkdir_p = @mkdir_p@
++mkdir_p = @MKDIR_P@
+ 
+ DEFS = @DEFS@
+ CFLAGS = @CFLAGS@

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080611/7a2559b5/attachment-0001.htm 


More information about the macports-changes mailing list