diff --git a/devel/ode/Makefile b/devel/ode/Makefile index eaebdf2e8f8..0e2a7c5b366 100644 --- a/devel/ode/Makefile +++ b/devel/ode/Makefile @@ -1,15 +1,15 @@ -# $OpenBSD: Makefile,v 1.5 2011/09/11 12:11:05 armani Exp $ +# $OpenBSD: Makefile,v 1.6 2012/10/09 07:36:49 kirby Exp $ COMMENT = high performance library for simulating rigid body dynamics -SHARED_LIBS += ode 0.0 # .2.1 -DISTNAME = ode-0.11.1 -REVISION = 2 +SHARED_LIBS += ode 1.0 # 3.0 +DISTNAME = ode-0.12 CATEGORIES = devel HOMEPAGE = http://www.ode.org/ +MAINTAINER = Kirill Bychkov + MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=opende/} -EXTRACT_SUFX = .tar.bz2 # LGPLv2.1 PERMIT_PACKAGE_CDROM = Yes @@ -17,8 +17,8 @@ PERMIT_PACKAGE_FTP = Yes PERMIT_DISTFILES_CDROM =Yes PERMIT_DISTFILES_FTP = Yes -WANTLIB += GL GLU ICE SM X11 Xau Xdamage Xdmcp Xext Xfixes Xxf86vm c drm m -WANTLIB += pthread pthread-stubs stdc++ xcb +WANTLIB += GL GLU X11 Xdamage Xext Xfixes Xxf86vm c drm m +WANTLIB += pthread stdc++ xcb USE_LIBTOOL = Yes @@ -33,7 +33,7 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/LICENSE.TXT ${PREFIX}/share/doc/ode/LICENSE ${INSTALL_DATA} ${WRKSRC}/README.txt ${PREFIX}/share/doc/ode/README ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/ode/ - ${INSTALL_DATA} ${WRKSRC}/ode/demo/.libs/demo_* \ + ${INSTALL_PROGRAM} ${WRKSRC}/ode/demo/.libs/demo_* \ ${PREFIX}/share/examples/ode/ ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/ode/textures/ ${INSTALL_DATA} ${WRKSRC}/drawstuff/textures/* \ diff --git a/devel/ode/distinfo b/devel/ode/distinfo index 4cab2810656..4c665f53140 100644 --- a/devel/ode/distinfo +++ b/devel/ode/distinfo @@ -1,5 +1,2 @@ -MD5 (ode-0.11.1.tar.bz2) = cSV5r6vCoVqlbjmfdhcUdw== -RMD160 (ode-0.11.1.tar.bz2) = z7+0SERjYenCfI470nqK4IUCNNY= -SHA1 (ode-0.11.1.tar.bz2) = WszTQcazaDXUm+uSfjknK/eIaWI= -SHA256 (ode-0.11.1.tar.bz2) = h3iEqGo9U/PF8uNfvYo9wjwgJJ8GNsdvbvQfa/V6A6E= -SIZE (ode-0.11.1.tar.bz2) = 1720088 +SHA256 (ode-0.12.tar.gz) = k97A/fUrMkR8JYc5Xi2Vkdqbu5hL/dWbJJI6s2sWNeU= +SIZE (ode-0.12.tar.gz) = 2279716 diff --git a/devel/ode/patches/patch-ode_demo_Makefile_in b/devel/ode/patches/patch-ode_demo_Makefile_in index 6c580d10aa6..91ccf17eb66 100644 --- a/devel/ode/patches/patch-ode_demo_Makefile_in +++ b/devel/ode/patches/patch-ode_demo_Makefile_in @@ -1,7 +1,7 @@ -$OpenBSD: patch-ode_demo_Makefile_in,v 1.1 2009/08/06 10:59:21 jasper Exp $ ---- ode/demo/Makefile.in.orig Tue Aug 4 17:53:23 2009 -+++ ode/demo/Makefile.in Tue Aug 4 17:54:36 2009 -@@ -459,7 +459,7 @@ top_build_prefix = @top_build_prefix@ +$OpenBSD: patch-ode_demo_Makefile_in,v 1.2 2012/10/09 07:36:50 kirby Exp $ +--- ode/demo/Makefile.in.orig Sun Feb 12 02:15:05 2012 ++++ ode/demo/Makefile.in Sun May 13 11:14:46 2012 +@@ -475,7 +475,7 @@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AM_CPPFLAGS = -I$(abs_top_srcdir)/include \ diff --git a/devel/ode/pkg/PLIST b/devel/ode/pkg/PLIST index 6a596bfa538..f37ee59ba56 100644 --- a/devel/ode/pkg/PLIST +++ b/devel/ode/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $OpenBSD: PLIST,v 1.2 2009/08/06 10:59:21 jasper Exp $ +@comment $OpenBSD: PLIST,v 1.3 2012/10/09 07:36:50 kirby Exp $ bin/ode-config include/ode/ include/ode/collision.h @@ -20,6 +20,7 @@ include/ode/odecpp.h include/ode/odecpp_collision.h include/ode/odeinit.h include/ode/odemath.h +include/ode/odemath_legacy.h include/ode/rotation.h include/ode/timer.h lib/libode.a @@ -31,39 +32,40 @@ share/doc/ode/ share/doc/ode/LICENSE share/doc/ode/README share/examples/ode/ -share/examples/ode/demo_I -share/examples/ode/demo_basket -share/examples/ode/demo_boxstack -share/examples/ode/demo_buggy -share/examples/ode/demo_cards -share/examples/ode/demo_chain1 -share/examples/ode/demo_chain2 -share/examples/ode/demo_collision -share/examples/ode/demo_convex_cd -share/examples/ode/demo_crash -share/examples/ode/demo_cyl -share/examples/ode/demo_cylvssphere -share/examples/ode/demo_feedback -share/examples/ode/demo_friction -share/examples/ode/demo_gyroscopic -share/examples/ode/demo_heightfield -share/examples/ode/demo_hinge -share/examples/ode/demo_jointPR -share/examples/ode/demo_jointPU -share/examples/ode/demo_joints -share/examples/ode/demo_kinematic -share/examples/ode/demo_motion -share/examples/ode/demo_motor -share/examples/ode/demo_moving_convex -share/examples/ode/demo_moving_trimesh -share/examples/ode/demo_ode -share/examples/ode/demo_piston -share/examples/ode/demo_plane2d -share/examples/ode/demo_slider -share/examples/ode/demo_space -share/examples/ode/demo_space_stress -share/examples/ode/demo_step -share/examples/ode/demo_trimesh +@bin share/examples/ode/demo_I +@bin share/examples/ode/demo_basket +@bin share/examples/ode/demo_boxstack +@bin share/examples/ode/demo_buggy +@bin share/examples/ode/demo_cards +@bin share/examples/ode/demo_chain1 +@bin share/examples/ode/demo_chain2 +@bin share/examples/ode/demo_collision +@bin share/examples/ode/demo_convex_cd +@bin share/examples/ode/demo_crash +@bin share/examples/ode/demo_cyl +@bin share/examples/ode/demo_cylvssphere +@bin share/examples/ode/demo_feedback +@bin share/examples/ode/demo_friction +@bin share/examples/ode/demo_gyroscopic +@bin share/examples/ode/demo_heightfield +@bin share/examples/ode/demo_hinge +@bin share/examples/ode/demo_jointPR +@bin share/examples/ode/demo_jointPU +@bin share/examples/ode/demo_joints +@bin share/examples/ode/demo_kinematic +@bin share/examples/ode/demo_motion +@bin share/examples/ode/demo_motor +@bin share/examples/ode/demo_moving_convex +@bin share/examples/ode/demo_moving_trimesh +@bin share/examples/ode/demo_ode +@bin share/examples/ode/demo_piston +@bin share/examples/ode/demo_plane2d +@bin share/examples/ode/demo_slider +@bin share/examples/ode/demo_space +@bin share/examples/ode/demo_space_stress +@bin share/examples/ode/demo_step +@bin share/examples/ode/demo_tracks +@bin share/examples/ode/demo_trimesh share/examples/ode/textures/ share/examples/ode/textures/checkered.ppm share/examples/ode/textures/ground.ppm