View | Details | Raw Unified | Return to bug 230359 | Differences between
and this patch

Collapse All | Expand All

(-)devel/ode/Makefile (-6 / +5 lines)
Lines 2-12 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	ode
4
PORTNAME=	ode
5
PORTVERSION=	0.13
5
DISTVERSION=	0.15.2
6
PORTREVISION=	4
7
PORTEPOCH=	1
6
PORTEPOCH=	1
8
CATEGORIES=	devel
7
CATEGORIES=	devel
9
MASTER_SITES=	SF/opende/ODE/${PORTVERSION}
8
MASTER_SITES=	https://bitbucket.org/odedevs/${PORTNAME}/downloads/
10
9
11
MAINTAINER=	acm@FreeBSD.org
10
MAINTAINER=	acm@FreeBSD.org
12
COMMENT=	Articulated rigid body dynamics library
11
COMMENT=	Articulated rigid body dynamics library
Lines 14-23 Link Here
14
LICENSE=	LGPL21 BSD3CLAUSE
13
LICENSE=	LGPL21 BSD3CLAUSE
15
LICENSE_COMB=	dual
14
LICENSE_COMB=	dual
16
15
17
USES=		tar:bzip2 libtool pathfix
16
USES=		libtool pathfix
18
USE_GL=		yes
17
USE_GL=		yes
19
GNU_CONFIGURE=	yes
18
GNU_CONFIGURE=	yes
20
CONFIGURE_ARGS=	--enable-shared
19
CONFIGURE_ARGS=	--enable-shared --disable-static
21
TEST_TARGET=	check
20
TEST_TARGET=	check
22
21
23
OPTIONS_DEFINE=		GIMPACT DOUBLE OU
22
OPTIONS_DEFINE=		GIMPACT DOUBLE OU
Lines 49-55 Link Here
49
		${WRKSRC}/build/config-default.h ${WRKSRC}/ou/src/ou/malloc.cpp
48
		${WRKSRC}/build/config-default.h ${WRKSRC}/ou/src/ou/malloc.cpp
50
49
51
post-install:
50
post-install:
52
	${SED} -e '/PACKAGE/ s|^|//|; /VERSION/ s|^|//|' ${WRKSRC}/ode/src/config.h \
51
	@${SED} -e '/PACKAGE/ s|^|//|; /VERSION/ s|^|//|' ${WRKSRC}/ode/src/config.h \
53
		> ${STAGEDIR}${PREFIX}/include/ode/config.h
52
		> ${STAGEDIR}${PREFIX}/include/ode/config.h
54
53
55
.include <bsd.port.mk>
54
.include <bsd.port.mk>
(-)devel/ode/distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (ode-0.13.tar.bz2) = 34ce3e236e313bf109a0cb5546d2fca462aed99f29a42e62bc1463b803c31ef9
1
TIMESTAMP = 1533411169
2
SIZE (ode-0.13.tar.bz2) = 2008288
2
SHA256 (ode-0.15.2.tar.gz) = 2eaebb9f8b7642815e46227956ca223806f666acd11e31708bd030028cf72bac
3
SIZE (ode-0.15.2.tar.gz) = 2520248
(-)devel/ode/pkg-plist (-3 / +3 lines)
Lines 25-32 Link Here
25
include/ode/threading.h
25
include/ode/threading.h
26
include/ode/threading_impl.h
26
include/ode/threading_impl.h
27
include/ode/timer.h
27
include/ode/timer.h
28
lib/libode.a
28
include/ode/version.h
29
lib/libode.so
29
lib/libode.so
30
lib/libode.so.3
30
lib/libode.so.6
31
lib/libode.so.3.1.0
31
lib/libode.so.6.1.2
32
libdata/pkgconfig/ode.pc
32
libdata/pkgconfig/ode.pc

Return to bug 230359