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

(-)b/audio/libmysofa/Makefile (-1 / +10 lines)
Lines 17-22 USE_LDCONFIG= yes Link Here
17
17
18
CPE_VENDOR=	symonics
18
CPE_VENDOR=	symonics
19
19
20
EXTRACT_AFTER_ARGS=	--exclude ${PORTNAME}-${DISTVERSION}/tests \
21
			--exclude ${PORTNAME}-${DISTVERSION}/windows \
22
			--no-same-owner --no-same-permissions
23
20
USE_GITHUB=	yes
24
USE_GITHUB=	yes
21
GH_ACCOUNT=	hoene
25
GH_ACCOUNT=	hoene
22
26
Lines 27-32 OPTIONS_SUB= yes Link Here
27
STATIC_CMAKE_BOOL=	BUILD_STATIC_LIBS
31
STATIC_CMAKE_BOOL=	BUILD_STATIC_LIBS
28
32
29
TEST_BUILD_DEPENDS=	cunit>0:devel/cunit
33
TEST_BUILD_DEPENDS=	cunit>0:devel/cunit
34
TEST_EXTRA_PATCHES=	${PATCHDIR}/extrapatch-tests_compare.sh \
35
			${PATCHDIR}/extrapatch-tests_compareIgnoreNew.sh
30
TEST_CMAKE_BOOL=	BUILD_TESTS
36
TEST_CMAKE_BOOL=	BUILD_TESTS
31
TEST_TEST_TARGET=	test
37
TEST_TEST_TARGET=	test
32
38
Lines 34-40 TEST_TEST_TARGET= test Link Here
34
# directory and the build results are expected to be in build/ relative
40
# directory and the build results are expected to be in build/ relative
35
# to ${WRKSRC}.  USES=cmake does not allow overwriting ${WRKDIR}/.build
41
# to ${WRKSRC}.  USES=cmake does not allow overwriting ${WRKDIR}/.build
36
# as the build directory.
42
# as the build directory.
37
post-patch:
43
post-extract-TEST-on:
44
	${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} \
45
	    -C ${WRKDIR} --include ${PORTNAME}-${DISTVERSION}/tests \
46
	    --no-same-owner --no-same-permissions
38
	@${RLN} ${WRKSRC}/build ${CONFIGURE_WRKSRC}
47
	@${RLN} ${WRKSRC}/build ${CONFIGURE_WRKSRC}
39
48
40
.include <bsd.port.mk>
49
.include <bsd.port.mk>

Return to bug 278785