aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoracm <acm@FreeBSD.org>2011-04-08 14:34:13 +0800
committeracm <acm@FreeBSD.org>2011-04-08 14:34:13 +0800
commitae7e6cff88e764e59a9433d464f2dc824e077c9e (patch)
tree73fa4ba8f0820ebcff5eb8262c05fd7d9b40bef2
parente4e8d37789b2887c6983662f0202c896bbbe23c0 (diff)
downloadfreebsd-ports-gnome-ae7e6cff88e764e59a9433d464f2dc824e077c9e.tar.gz
freebsd-ports-gnome-ae7e6cff88e764e59a9433d464f2dc824e077c9e.tar.zst
freebsd-ports-gnome-ae7e6cff88e764e59a9433d464f2dc824e077c9e.zip
- Update to 0.11.1
- Fix double precision detection [1] PR: 155446 Submitted by: Fernando Herrero <fhcarron _ at _terra.es> [1]
-rw-r--r--devel/ode/Makefile6
-rw-r--r--devel/ode/distinfo5
2 files changed, 5 insertions, 6 deletions
diff --git a/devel/ode/Makefile b/devel/ode/Makefile
index c8eec7c7f666..33349b4d75cd 100644
--- a/devel/ode/Makefile
+++ b/devel/ode/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= ode
-PORTVERSION= 0.11
+PORTVERSION= 0.11.1
PORTEPOCH= 1
CATEGORIES= devel
MASTER_SITES= SF/opende/ODE/${PORTVERSION}
@@ -21,8 +21,7 @@ USE_GL= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LIBS="-L${LOCALBASE}/lib"
+CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib"
OPTIONS= GIMPACT "Enable gimpact instead of opcode support" off \
GYROSCOPIC "Configure ODE to work with gyroscopic term" on \
@@ -64,6 +63,7 @@ CONFIGURE_ARGS+= --disable-ou
post-patch:
@${REINPLACE_CMD} -e '/if test/ s|==|=|' -e 's|^\( *CFLAGS=\)|#\1|;' \
-e 's|^\( *CPPFLAGS=\)|#\1|' -e 's|^\( *CXXFLAGS=\)|#\1|' \
+ -e 's|CPPFLAGS+=" |CPPFLAGS="$$CPPFLAGS |' \
${WRKSRC}/configure
@${REINPLACE_CMD} -e 's|__isnanf||g; s|__isnan||g' -e 's|-lpthread|${PTHREAD_LIBS}|g' \
${WRKSRC}/configure
diff --git a/devel/ode/distinfo b/devel/ode/distinfo
index b6ffeb634392..507fceb7d94a 100644
--- a/devel/ode/distinfo
+++ b/devel/ode/distinfo
@@ -1,3 +1,2 @@
-MD5 (ode-0.11.tar.bz2) = ce59bf1e2ea78d92f08e973a99c3069a
-SHA256 (ode-0.11.tar.bz2) = da20f1c58a4d2f7ee31f0e8b64457f8c93b7b1c279b29a7812896b7967a4f64d
-SIZE (ode-0.11.tar.bz2) = 1639448
+SHA256 (ode-0.11.1.tar.bz2) = 877884a86a3d53f3c5f2e35fbd8a3dc23c20249f0636c76f6ef41f6bf57a03a1
+SIZE (ode-0.11.1.tar.bz2) = 1720088