Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/x11 In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv24586
Modified Files: blt-x86_64.info Log Message: fix blt for pymol apbstools on 10.9 using FreeBSD approach of building against tcl/tk 8.6.0 internal headers Index: blt-x86_64.info =================================================================== RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/x11/blt-x86_64.info,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- blt-x86_64.info 15 Jul 2013 17:24:33 -0000 1.8 +++ blt-x86_64.info 20 Aug 2013 16:21:19 -0000 1.9 @@ -1,10 +1,10 @@ Package: blt Version: 2.4z -Revision: 157 +Revision: 158 Maintainer: William Scott <wgsc...@users.sourceforge.net> Architecture: x86_64 BuildDepends: << - fink (>= 0.24.12), + fink (>= 0.30.0), libjpeg9, tcltk-dev (>= 8.4.1-1), x11-dev @@ -20,10 +20,20 @@ SourceDirectory: %N%v PatchFile: %n-x86_64.patch PatchFile-MD5: ba37fedb7ee1b9e71f241f64648fabee +PatchFile2: %n-tcltk86.patch +PatchFile2-MD5: e72c80ee5a93fd2610a3036adc1c6eb9 SetCFLAGS: -O3 -fno-common -Wall -fno-strict-aliasing NoSetMAKEFLAGS: true SetMAKEFLAGS: -j1 ConfigureParams: --mandir=%p/share/man --x-includes=/usr/X11R6/include --x-libraries=/usr/X11R6/lib --with-tcllibs=%p/lib --with-tklibs=%p/lib --enable-jpeg +PatchScript:<< + #!/bin/sh -ev + patch -p1 < %{PatchFile} + if [[ $(sw_vers -productVersion | cut -d. -f1-2) > 10.8 ]]; then + patch -p1 < %{PatchFile2} + perl -pi -e 's|FINITE|isfinite|g' src/bltVector.c src/bltVecMath.c src/bltGrElem.c src/bltGrLine.c + fi +<< InstallScript: << #!/bin/sh -ev mkdir -p %i/share/man @@ -72,6 +82,11 @@ Patches and hand-tweaks for some OS X platform-dependent stuff. +Fix blt usage in pymol apbstools by using FreeBSD patch from +http://svnweb.freebsd.org/ports/head/x11-toolkits/blt/files/patch-use-tkInt?revision=300897 +and adding tcl/tk 8.6.0 internal headers for build on 10.9 and later. +Also added misc patches to eliminate warnings on Clang 5.0. + Formerly maintained by Matt Stephenson and Jack Howarth. << DescPackaging: << ------------------------------------------------------------------------------ Introducing Performance Central, a new site from SourceForge and AppDynamics. Performance Central is your source for news, insights, analysis and resources for efficient Application Performance Management. Visit us today! http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk _______________________________________________ Fink-commits mailing list Fink-commits@lists.sourceforge.net http://news.gmane.org/gmane.os.apple.fink.cvs