[45193] trunk/dports/devel/libsdl_gfx-framework/Portfile

raimue at macports.org raimue at macports.org
Sat Jan 10 01:55:52 PST 2009


Revision: 45193
          http://trac.macports.org/changeset/45193
Author:   raimue at macports.org
Date:     2009-01-10 01:55:50 -0800 (Sat, 10 Jan 2009)
Log Message:
-----------
devel/libsdl_gfx-framework:
Add 'z' option to tar for compatibility with older versions of tar, e.g. on Tiger, see #17946

Modified Paths:
--------------
    trunk/dports/devel/libsdl_gfx-framework/Portfile

Modified: trunk/dports/devel/libsdl_gfx-framework/Portfile
===================================================================
--- trunk/dports/devel/libsdl_gfx-framework/Portfile	2009-01-10 09:22:13 UTC (rev 45192)
+++ trunk/dports/devel/libsdl_gfx-framework/Portfile	2009-01-10 09:55:50 UTC (rev 45193)
@@ -32,7 +32,7 @@
 
 post-extract {
     system "unzip \"$worksrcpath/Other Builds/OSX-PB-XCode.zip\" -d $worksrcpath"
-    system "tar xf \"$worksrcpath/Other Builds/OSX-PB.tgz\" -C $worksrcpath"
+    system "tar xzf \"$worksrcpath/Other Builds/OSX-PB.tgz\" -C $worksrcpath"
     move $worksrcpath/PB/English.lproj $worksrcpath
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090110/a58c7871/attachment.html>


More information about the macports-changes mailing list