[29885] trunk/dports/gnome/gnome-utils/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Sun Oct 14 05:54:29 PDT 2007


Revision: 29885
          http://trac.macosforge.org/projects/macports/changeset/29885
Author:   boeyms at macports.org
Date:     2007-10-14 05:54:29 -0700 (Sun, 14 Oct 2007)

Log Message:
-----------
gnome-utils: wrap darwin 7 reinplace in post-patch phase to avoid portindex errors.

Modified Paths:
--------------
    trunk/dports/gnome/gnome-utils/Portfile

Modified: trunk/dports/gnome/gnome-utils/Portfile
===================================================================
--- trunk/dports/gnome/gnome-utils/Portfile	2007-10-14 12:51:47 UTC (rev 29884)
+++ trunk/dports/gnome/gnome-utils/Portfile	2007-10-14 12:54:29 UTC (rev 29885)
@@ -35,5 +35,7 @@
 
 platform darwin 7 {
 	depends_lib-append lib:libgnuregex:gnuregex
-	reinplace "s|gnuregex.h|regex.h|g" ${worksrcpath}/gsearchtool/gsearchtool-support.c
+	post-patch {
+		reinplace "s|gnuregex.h|regex.h|g" ${worksrcpath}/gsearchtool/gsearchtool-support.c
+	}
 }

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071014/0d45ba50/attachment-0001.html


More information about the macports-changes mailing list