[47102] trunk/dports/devel

raimue at macports.org raimue at macports.org
Sat Feb 21 19:15:23 PST 2009


Revision: 47102
          http://trac.macports.org/changeset/47102
Author:   raimue at macports.org
Date:     2009-02-21 19:15:22 -0800 (Sat, 21 Feb 2009)
Log Message:
-----------
devel/libsdl_ttf-framework, devel/libsdl_net-framework:
Install into ${frameworks_dir}, as the libsdl-framework installs there now.
Fixes building. Bumping revision so everyone gets the new location.

Modified Paths:
--------------
    trunk/dports/devel/libsdl_net-framework/Portfile
    trunk/dports/devel/libsdl_ttf-framework/Portfile

Modified: trunk/dports/devel/libsdl_net-framework/Portfile
===================================================================
--- trunk/dports/devel/libsdl_net-framework/Portfile	2009-02-22 03:12:10 UTC (rev 47101)
+++ trunk/dports/devel/libsdl_net-framework/Portfile	2009-02-22 03:15:22 UTC (rev 47102)
@@ -6,6 +6,7 @@
 name            libsdl_net-framework
 set my_name     SDL_net
 version         1.2.7
+revision        1
 platforms       macosx
 categories      devel net
 maintainers     nox openmaintainer
@@ -53,7 +54,7 @@
 
     reinplace -E "/(MACOSX_DEPLOYMENT_TARGET|GCC_VERSION|SDKROOT)(_ppc)? =/d" ${pbxproj}
     reinplace "s|~/Library/Frameworks|./build/Frameworks|g" ${pbxproj}
-    reinplace "s|\$(HOME)/Library/Frameworks|/Library/Frameworks|g" ${pbxproj}
+    reinplace "s|\$(HOME)/Library/Frameworks|${frameworks_dir}|g" ${pbxproj}
 }
 
 livecheck.check regex

Modified: trunk/dports/devel/libsdl_ttf-framework/Portfile
===================================================================
--- trunk/dports/devel/libsdl_ttf-framework/Portfile	2009-02-22 03:12:10 UTC (rev 47101)
+++ trunk/dports/devel/libsdl_ttf-framework/Portfile	2009-02-22 03:15:22 UTC (rev 47102)
@@ -6,6 +6,7 @@
 name            libsdl_ttf-framework
 set my_name     SDL_ttf
 version         2.0.9
+revision        1
 categories      devel graphics
 maintainers     nox openmaintainer
 description     add on library for libSDL for rendering TrueType fonts
@@ -51,7 +52,7 @@
 
     reinplace -E "/(MACOSX_DEPLOYMENT_TARGET|GCC_VERSION|SDKROOT)(_ppc)? =/d" ${pbxproj}
     reinplace "s|~/Library/Frameworks|./build/Frameworks|g" ${pbxproj}
-    reinplace "s|\$(HOME)/Library/Frameworks|/Library/Frameworks|g" ${pbxproj}
+    reinplace "s|\$(HOME)/Library/Frameworks|${frameworks_dir}|g" ${pbxproj}
     reinplace "s|freetype/include|${prefix}/include,${prefix}/include/freetype2|g" ${pbxproj}
     reinplace "s|freetype/lib|${prefix}/lib|g" ${pbxproj}
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090221/6a24f2fa/attachment.html>


More information about the macports-changes mailing list