[76512] trunk/dports/science/playerstage-player/Portfile
Revision: 76512 http://trac.macports.org/changeset/76512 Author: jmr@macports.org Date: 2011-02-26 12:14:57 -0800 (Sat, 26 Feb 2011) Log Message: ----------- playerstage-player: update to 3.0.2, fixes build failure (#26048, #27733), still segfaults as per #23179 Modified Paths: -------------- trunk/dports/science/playerstage-player/Portfile Modified: trunk/dports/science/playerstage-player/Portfile =================================================================== --- trunk/dports/science/playerstage-player/Portfile 2011-02-26 20:09:50 UTC (rev 76511) +++ trunk/dports/science/playerstage-player/Portfile 2011-02-26 20:14:57 UTC (rev 76512) @@ -4,8 +4,7 @@ PortGroup cmake 1.0 name playerstage-player -version 3.0.0 -revision 1 +version 3.0.2 categories science platforms darwin maintainers ai.sri.com:vincent @@ -22,9 +21,9 @@ distname player-${version} -checksums md5 5beee8655754559d5b80d9fcfbd3dd69 \ - sha1 5f24d7cd0565f98bf7a2615694304cf90e8fb679 \ - rmd160 3a07213b51e8cc9ccd68a75c539a0fb9056b5127 +checksums md5 b92b5ea028e6bfc49351849f420167db \ + sha1 34931ca57148db01202afd08fdc647cc5fdc884c \ + rmd160 f77444bfeee5a0494165ed6a65dd69b3a01bb260 depends_build port:libtool port:pkgconfig @@ -35,8 +34,8 @@ port:gsl \ port:python26 \ port:swig-python \ - port:swig-ruby -# port:jpeg + port:swig-ruby \ + port:jpeg # Some of the utils can't find the boost headers... patchfiles patch-CMakeLists.txt @@ -46,3 +45,8 @@ ${worksrcpath}/utils/playerprint/CMakeLists.txt \ ${worksrcpath}/utils/playerprop/CMakeLists.txt } + +# make sure we use python26 +configure.args-append -DPython_ADDITIONAL_VERSIONS=2.6 + +use_parallel_build no
participants (1)
-
jmr@macports.org