[150978] trunk/dports/devel/ode/Portfile
mmoll at macports.org
mmoll at macports.org
Thu Aug 4 08:58:49 PDT 2016
Revision: 150978
https://trac.macports.org/changeset/150978
Author: mmoll at macports.org
Date: 2016-08-04 08:58:49 -0700 (Thu, 04 Aug 2016)
Log Message:
-----------
devel/ode: update to version 0.14, enable support for libccd
Modified Paths:
--------------
trunk/dports/devel/ode/Portfile
Modified: trunk/dports/devel/ode/Portfile
===================================================================
--- trunk/dports/devel/ode/Portfile 2016-08-04 15:09:16 UTC (rev 150977)
+++ trunk/dports/devel/ode/Portfile 2016-08-04 15:58:49 UTC (rev 150978)
@@ -4,7 +4,7 @@
PortGroup xcodeversion 1.0
PortGroup bitbucket 1.0
-bitbucket.setup odedevs ode 0.13.1
+bitbucket.setup odedevs ode 0.14
categories devel
platforms darwin
license {LGPL-2.1+ BSD}
@@ -20,14 +20,13 @@
robust and platform independent, with advanced joints, \
contact with friction, and built-in collision detection.
-checksums md5 5733457fc877c6cdf8363c0a8933e74d \
- sha1 2163b2a7b3caa17940165d8aa9b2fed97ac69d39 \
- rmd160 d2b890c9a569b96d0f47c13b74f287f78f9d7a0b
+checksums md5 fe9cffc2b2ddc121023181af360a2eb7 \
+ sha1 ee3854cc76e7ebf463bc2642ceab722b0001d04f \
+ rmd160 24816c5371f78036963756c7872aeee0b67e2e0f
-depends_build-append port:libtool port:autoconf port:automake
+depends_build-append port:libtool port:autoconf port:automake port:libccd
patch {
- reinplace "s|# LIBTOOLIZE=glibtoolize|LIBTOOLIZE=glibtoolize|g" \
- ${worksrcpath}/bootstrap
+ reinplace "s|libtoolize|glibtoolize|g" ${worksrcpath}/bootstrap
}
use_autoconf yes
autoconf.cmd ./bootstrap
@@ -35,7 +34,8 @@
--enable-double-precision \
--enable-release \
--enable-shared \
- --disable-demos
+ --disable-demos \
+ --enable-libccd
build.type gnu
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160804/9aafd464/attachment.html>
More information about the macports-changes
mailing list