Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Nov 2014 23:53:00 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r373385 - in head: devel/ode devel/py-ode games/gillo games/stormbaancoureur games/xmoto graphics/py-soya3d
Message-ID:  <201411242353.sAONr0qS072139@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Mon Nov 24 23:53:00 2014
New Revision: 373385
URL: https://svnweb.freebsd.org/changeset/ports/373385
QAT: https://qat.redports.org/buildarchive/r373385/

Log:
  - Update devel/ode to 0.13
  - Bump dependent ports
  
  PR:		193086
  Submitted by:	pfg
  Approved by:	maintainer timeout (acm, almost 3 months)

Modified:
  head/devel/ode/Makefile
  head/devel/ode/distinfo
  head/devel/ode/pkg-plist
  head/devel/py-ode/Makefile
  head/games/gillo/Makefile
  head/games/stormbaancoureur/Makefile
  head/games/xmoto/Makefile
  head/graphics/py-soya3d/Makefile

Modified: head/devel/ode/Makefile
==============================================================================
--- head/devel/ode/Makefile	Mon Nov 24 23:48:19 2014	(r373384)
+++ head/devel/ode/Makefile	Mon Nov 24 23:53:00 2014	(r373385)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	ode
-PORTVERSION=	0.11.1
+PORTVERSION=	0.13
 PORTREVISION=	2
 PORTEPOCH=	1
 CATEGORIES=	devel
@@ -18,17 +18,14 @@ USES=		tar:bzip2 gmake libtool
 USE_GL=		yes
 GNU_CONFIGURE=	yes
 
-OPTIONS_DEFINE=		GIMPACT GYROSCOPIC DOUBLE OU
-OPTIONS_DEFAULT=	GYROSCOPIC
+OPTIONS_DEFINE=		GIMPACT DOUBLE OU
 
 GIMPACT_DESC=		Enable gimpact instead of opcode support
-GYROSCOPIC_DESC=	Configure ODE to work with gyroscopic term
 DOUBLE_DESC=		Enable double precision (BROKEN with GIMPACT)
 OU_DESC=		Enable Thread-local storage (Experimental)
 
 GIMPACT_CONFIGURE_ON=	--with-trimesh=gimpact
 GIMPACT_CONFIGURE_OFF=	--with-trimesh=opcode
-GYROSCOPIC_CONFIGURE_ENABLE=	gyroscopic
 DOUBLE_CONFIGURE_ENABLE=	double-precision
 OU_CONFIGURE_ENABLE=		ou
 
@@ -49,17 +46,17 @@ post-patch:
 		-e 's|^\( *CPPFLAGS=\)|#\1|' -e 's|^\( *CXXFLAGS=\)|#\1|' \
 		-e 's|CPPFLAGS+=" |CPPFLAGS="$$CPPFLAGS |' \
 		${WRKSRC}/configure
-	@${REINPLACE_CMD} -e 's|__isnanf||g; s|__isnan||g' \
-		${WRKSRC}/configure
-	@${REINPLACE_CMD} -e '/^traplib_PROGRAMS / d' ${WRKSRC}/ode/src/Makefile.in
 	@${FIND} ${WRKSRC} -type f -name Makefile.in -print0 | ${XARGS} -0 ${REINPLACE_CMD} \
 		-e '/^DEFAULT_INCLUDES/ s|$$| -I$$(top_builddir)/include|' \
 		-e '/CFLAGS/ s|-O[12]||'
 	@${FIND} ${WRKSRC} -type f -print0 | ${XARGS} -0 ${REINPLACE_CMD} \
-		-i "" -e 's|malloc.h|stdlib.h|g'
+		-i "" -e 's|<malloc.h>|<stdlib.h>|g'
 
 post-install:
 	${SED} -e '/PACKAGE/ s|^|//|; /VERSION/ s|^|//|' ${WRKSRC}/ode/src/config.h \
 		> ${STAGEDIR}${PREFIX}/include/ode/config.h
 
+regression-test: build
+	@(cd ${WRKSRC} && ${MAKE} check)
+
 .include <bsd.port.post.mk>

Modified: head/devel/ode/distinfo
==============================================================================
--- head/devel/ode/distinfo	Mon Nov 24 23:48:19 2014	(r373384)
+++ head/devel/ode/distinfo	Mon Nov 24 23:53:00 2014	(r373385)
@@ -1,2 +1,2 @@
-SHA256 (ode-0.11.1.tar.bz2) = 877884a86a3d53f3c5f2e35fbd8a3dc23c20249f0636c76f6ef41f6bf57a03a1
-SIZE (ode-0.11.1.tar.bz2) = 1720088
+SHA256 (ode-0.13.tar.bz2) = 34ce3e236e313bf109a0cb5546d2fca462aed99f29a42e62bc1463b803c31ef9
+SIZE (ode-0.13.tar.bz2) = 2008288

Modified: head/devel/ode/pkg-plist
==============================================================================
--- head/devel/ode/pkg-plist	Mon Nov 24 23:48:19 2014	(r373384)
+++ head/devel/ode/pkg-plist	Mon Nov 24 23:53:00 2014	(r373385)
@@ -19,7 +19,11 @@ include/ode/odecpp.h
 include/ode/odecpp_collision.h
 include/ode/odeinit.h
 include/ode/odemath.h
+include/ode/odemath_legacy.h
+include/ode/precision.h
 include/ode/rotation.h
+include/ode/threading.h
+include/ode/threading_impl.h
 include/ode/timer.h
 lib/libode.a
 libdata/pkgconfig/ode.pc

Modified: head/devel/py-ode/Makefile
==============================================================================
--- head/devel/py-ode/Makefile	Mon Nov 24 23:48:19 2014	(r373384)
+++ head/devel/py-ode/Makefile	Mon Nov 24 23:53:00 2014	(r373385)
@@ -3,7 +3,7 @@
 
 PORTNAME=	ode
 PORTVERSION=	1.2.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	devel python
 MASTER_SITES=	SF/py${PORTNAME}/py${PORTNAME}/${PORTVERSION}
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

Modified: head/games/gillo/Makefile
==============================================================================
--- head/games/gillo/Makefile	Mon Nov 24 23:48:19 2014	(r373384)
+++ head/games/gillo/Makefile	Mon Nov 24 23:53:00 2014	(r373385)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gillo
 DISTVERSION=	1.0beta1
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	games
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/1.0beta1
 DISTNAME=	${PORTNAME}-${DISTVERSION}-src

Modified: head/games/stormbaancoureur/Makefile
==============================================================================
--- head/games/stormbaancoureur/Makefile	Mon Nov 24 23:48:19 2014	(r373384)
+++ head/games/stormbaancoureur/Makefile	Mon Nov 24 23:53:00 2014	(r373385)
@@ -3,7 +3,7 @@
 
 PORTNAME=	stormbaancoureur
 PORTVERSION=	2.1.5
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	games
 MASTER_SITES=	http://bram.creative4vision.nl/stormbaancoureur/download/ \
 		http://mirror.amdmi3.ru/distfiles/

Modified: head/games/xmoto/Makefile
==============================================================================
--- head/games/xmoto/Makefile	Mon Nov 24 23:48:19 2014	(r373384)
+++ head/games/xmoto/Makefile	Mon Nov 24 23:53:00 2014	(r373385)
@@ -3,7 +3,7 @@
 
 PORTNAME=	xmoto
 PORTVERSION=	0.5.11
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	games
 MASTER_SITES=	http://download.tuxfamily.org/xmoto/xmoto/${PORTVERSION}/ \
 		http://mirror.amdmi3.ru/distfiles/

Modified: head/graphics/py-soya3d/Makefile
==============================================================================
--- head/graphics/py-soya3d/Makefile	Mon Nov 24 23:48:19 2014	(r373384)
+++ head/graphics/py-soya3d/Makefile	Mon Nov 24 23:53:00 2014	(r373385)
@@ -3,7 +3,7 @@
 
 PORTNAME=	soya3d
 PORTVERSION=	0.14
-PORTREVISION=	9
+PORTREVISION=	10
 CATEGORIES=	graphics python
 MASTER_SITES=	http://download.gna.org/soya/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411242353.sAONr0qS072139>