Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/10.4-EOL/devel
In directory 
sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv19597/stable/main/finkinfo/10.4-EOL/devel

Modified Files:
        kde4-buildenv.info 
Log Message:
sync with non-EOL, fixes cmake build issues


Index: kde4-buildenv.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/10.4-EOL/devel/kde4-buildenv.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- kde4-buildenv.info  11 Jul 2011 04:08:31 -0000      1.1
+++ kde4-buildenv.info  30 May 2013 17:59:14 -0000      1.2
@@ -1,13 +1,15 @@
 Package: kde4-buildenv
-Version: 4.3.1
-Revision: 0
+Version: 4.6.0
+Revision: 104
 Description: Scripts for simplifying KDE4 builds
 License: BSD
-Maintainer: Benjamin Reed <kde4-build...@fink.racoonfink.com>
+Maintainer: Benjamin Reed <kde4-build...@fink.raccoonfink.com>
 
+# runtime wants either of {/usr,/FINKPREFIX}/bin/python2.5
+# which is available on OS X 10.[567]
 Depends: <<
-       cmake (>= 2.6.2-1),
-       fink (>= 0.29.7-1)
+       cmake (>= 2.8.10.2-1),
+       fink (>= 0.30.0-1)
 <<
 
 CustomMirror: <<
@@ -18,11 +20,20 @@
        nam-CA: http://www.southofheaven.net/befunk
 <<
 NoSourceDirectory: true
-Source: mirror:custom:%n/%n-%v-%r.sh
-Source-MD5: efee79a2f0332d76b6402d91e64a8dd1
+Source: mirror:custom:%n/%n-%v-1.sh
+Source-MD5: 4174ff7789bff10ec39ffba6724f2a49
 Source2: mirror:custom:%n/normalize-filenames-4.2.3-1.sh
 Source2-MD5: aa5d58694004df09f486abc9907f7e0a
 
+PatchScript: <<
+       ### This package sets "-DCMAKE_OSX_SYSROOT:PATH=/"
+       ### cmake 2.8.10.2+ sets CMAKE_OSX_DEPLOYMENT_TARGET to a versioned 
value
+       ### and it no longer likes the mismatch between the two defines.
+       ### So therefore, we now force CMAKE_OSX_DEPLOYMENT_TARGET
+       ### to empty as well.
+       perl -pi -e "s|-DCMAKE_OSX_SYSROOT:PATH=/|$& 
-DCMAKE_OSX_DEPLOYMENT_TARGET:STRING=\'\'|g" %b/kde4-buildenv-%v-1.sh
+<<
+UseMaxBuildJobs: true
 CompileScript: echo "none"
 
 InstallScript: <<


------------------------------------------------------------------------------
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with <2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to