View | Details | Raw Unified | Return to bug 207575
Collapse All | Expand All

(-)assimp/Makefile (-7 / +17 lines)
Lines 2-12 Link Here
2
# $FreeBSD: head/multimedia/assimp/Makefile 386312 2015-05-14 10:15:04Z mat $
2
# $FreeBSD: head/multimedia/assimp/Makefile 386312 2015-05-14 10:15:04Z mat $
3
3
4
PORTNAME=	assimp
4
PORTNAME=	assimp
5
PORTVERSION=	3.0
5
PORTVERSION=	3.1.1
6
PORTREVISION=	5
6
DISTVERSIONSUFFIX=	_no_test_models
7
CATEGORIES=	multimedia
7
CATEGORIES=	multimedia
8
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}-3.0
8
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}-3.1
9
DISTNAME=	${PORTNAME}--${PORTVERSION}.1270-source-only
10
9
11
MAINTAINER=	yuri@tsoft.com
10
MAINTAINER=	yuri@tsoft.com
12
COMMENT=	Library to import various 3D model formats in a uniform manner
11
COMMENT=	Library to import various 3D model formats in a uniform manner
Lines 14-30 Link Here
14
LICENSE=	BSD3CLAUSE
13
LICENSE=	BSD3CLAUSE
15
LICENSE_FILE=	${WRKSRC}/LICENSE
14
LICENSE_FILE=	${WRKSRC}/LICENSE
16
15
17
LIB_DEPENDS=	libboost_filesystem.so:${PORTSDIR}/devel/boost-libs
16
WRKSRC=	${WRKDIR}/${PORTNAME}-${PORTVERSION}
18
17
19
USES=		cmake pkgconfig zip
18
USES=		cmake pkgconfig zip
20
USE_GCC=	yes	# GCC 4.2 causes compiler warnings
21
USE_LDCONFIG=	yes
19
USE_LDCONFIG=	yes
22
20
23
# CMAKE_ARGS instructs cmake to skip runtime path removal during install
21
# CMAKE_ARGS instructs cmake to skip runtime path removal during install
24
CMAKE_ARGS+=	"-DCMAKE_SKIP_RPATH=ON"
22
CMAKE_ARGS+=	"-DCMAKE_SKIP_RPATH=ON"
25
23
24
OPTIONS_DEFINE=	BOOST
25
OPTIONS_DEFAULT=	BOOST
26
BOOST_LIB_DEPENDS=	libboost_filesystem.so:${PORTSDIR}/devel/boost-libs
27
BOOST_CMAKE_ON=	-DASSIMP_ENABLE_BOOST_WORKAROUND:BOOL=OFF
28
29
.include <bsd.port.options.mk>
30
31
.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000054
32
# GCC 4.2 causes compiler warnings
33
USE_GCC=	yes
34
.endif
35
26
post-patch:
36
post-patch:
27
	@${REINPLACE_CMD} 's|$${LIB_INSTALL_DIR}/pkgconfig|libdata/pkgconfig|' \
37
	@${REINPLACE_CMD} 's|$${ASSIMP_LIB_INSTALL_DIR}/pkgconfig|libdata/pkgconfig|' \
28
		${WRKSRC}/CMakeLists.txt
38
		${WRKSRC}/CMakeLists.txt
29
39
30
.include <bsd.port.mk>
40
.include <bsd.port.mk>
(-)assimp/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (assimp--3.0.1270-source-only.zip) = ac29beb596db97df57451a5503afaf2d8b4366522842a6914da89644927a1423
1
SHA256 (assimp-3.1.1_no_test_models.zip) = da9827876f10a8b447270368753392cfd502e70a2e9d1361554e5dfcb1fede9e
2
SIZE (assimp--3.0.1270-source-only.zip) = 4042147
2
SIZE (assimp-3.1.1_no_test_models.zip) = 6626442
(-)assimp/pkg-plist (-3 / +4 lines)
Lines 30-35 Link Here
30
include/assimp/matrix4x4.h
30
include/assimp/matrix4x4.h
31
include/assimp/matrix4x4.inl
31
include/assimp/matrix4x4.inl
32
include/assimp/mesh.h
32
include/assimp/mesh.h
33
include/assimp/metadata.h
33
include/assimp/postprocess.h
34
include/assimp/postprocess.h
34
include/assimp/quaternion.h
35
include/assimp/quaternion.h
35
include/assimp/quaternion.inl
36
include/assimp/quaternion.inl
Lines 41-49 Link Here
41
include/assimp/vector3.h
42
include/assimp/vector3.h
42
include/assimp/vector3.inl
43
include/assimp/vector3.inl
43
include/assimp/version.h
44
include/assimp/version.h
44
lib/cmake/assimp-3.0/assimp-config-version.cmake
45
lib/cmake/assimp-3.1/assimp-config-version.cmake
45
lib/cmake/assimp-3.0/assimp-config.cmake
46
lib/cmake/assimp-3.1/assimp-config.cmake
46
lib/libassimp.so
47
lib/libassimp.so
47
lib/libassimp.so.3
48
lib/libassimp.so.3
48
lib/libassimp.so.3.0.1264
49
lib/libassimp.so.3.1.1
49
libdata/pkgconfig/assimp.pc
50
libdata/pkgconfig/assimp.pc

Return to bug 207575