[27742] trunk/dports/devel/libsdl_gfx-framework/Portfile
source_changes at macosforge.org
source_changes at macosforge.org
Mon Aug 13 08:21:55 PDT 2007
Revision: 27742
http://trac.macosforge.org/projects/macports/changeset/27742
Author: nox at macports.org
Date: 2007-08-13 08:21:54 -0700 (Mon, 13 Aug 2007)
Log Message:
-----------
libsdl_gfx-framework: Removed a useless reinplace call.
Modified Paths:
--------------
trunk/dports/devel/libsdl_gfx-framework/Portfile
Modified: trunk/dports/devel/libsdl_gfx-framework/Portfile
===================================================================
--- trunk/dports/devel/libsdl_gfx-framework/Portfile 2007-08-13 15:03:28 UTC (rev 27741)
+++ trunk/dports/devel/libsdl_gfx-framework/Portfile 2007-08-13 15:21:54 UTC (rev 27742)
@@ -32,24 +32,30 @@
depends_lib port:libsdl-framework
-universal_variant no
-
xcode.target ${my_name}
xcode.destroot.type framework
+universal_variant no
+# Dummy configure to enable universal variant.
+#use_configure yes
+#configure {}
+
post-extract {
cd ${worksrcpath}
system "unzip \"Other Builds/OSX-PB-Xcode.zip\""
- system "tar -x PB/{English.lproj,Test} --strip-path 1 -zvf \"Other Builds/OSX-PB.tgz\""
+ system "tar -x PB/English.lproj --strip-path 1 -zvf \"Other Builds/OSX-PB.tgz\""
}
post-patch {
- set pbxproj ${worksrcpath}/SDL_gfx.pbproj/project.pbxproj
-
- reinplace -E "/SKIP_INSTALL/d" ${pbxproj}
- reinplace "s|@executable_path/|@executable_path@/|" ${pbxproj}
+ reinplace -E "/SKIP_INSTALL/d" ${worksrcpath}/SDL_gfx.pbproj/project.pbxproj
}
+# Waiting on #12429.
+#variant universal {
+# xcode.build.settings-append "ARCHS=\"ppc i386\""
+# xcode.destroot.settings ${xcode.build.settings}
+#}
+
livecheck.check regex
livecheck.url http://www.ferzkopp.net/joomla/content/view/19/14/
livecheck.regex "${my_name}-(\\d+\\.\\d+(?:\\.\\d+)+)"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070813/a5b5f2dd/attachment.html
More information about the macports-changes
mailing list