Adjust TEST_WRKSRC for USES=[cq]make:outsource

Approved by:	rakuco
Differential Revision:	https://reviews.freebsd.org/D8274
This commit is contained in:
Jan Beich 2016-10-18 11:20:01 +00:00
parent f0a6a10c0e
commit e67dc162af
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=424156
6 changed files with 2 additions and 5 deletions

View File

@ -103,6 +103,7 @@ _CMAKE_MSG= "===> Performing out-of-source build"
CONFIGURE_WRKSRC= ${WRKDIR}/.build
BUILD_WRKSRC?= ${CONFIGURE_WRKSRC}
INSTALL_WRKSRC?= ${CONFIGURE_WRKSRC}
TEST_WRKSRC?= ${CONFIGURE_WRKSRC}
.endif
.if !target(do-configure)

View File

@ -90,6 +90,7 @@ _QMAKE_WRKSRC?= ${CONFIGURE_WRKSRC}
CONFIGURE_WRKSRC= ${WRKDIR}/.build
BUILD_WRKSRC= ${CONFIGURE_WRKSRC}
INSTALL_WRKSRC= ${BUILD_WRKSRC}
TEST_WRKSRC= ${BUILD_WRKSRC}
QMAKE_SOURCE_PATH?= ${WRKSRC}
.else
QMAKE_SOURCE_PATH?= # empty

View File

@ -18,7 +18,6 @@ LDFLAGS+= -pthread
USES= cmake:outsource compiler:c++11-lang
USE_LDCONFIG= yes
TEST_TARGET= test
TEST_WRKSRC= ${BUILD_WRKSRC}
USE_GITHUB= yes
GH_ACCOUNT= actor-framework
GH_PROJECT= ${GH_ACCOUNT}

View File

@ -20,7 +20,6 @@ USES= cmake:outsource
PLIST_SUB= VERSION=${PORTVERSION}
TEST_TARGET= test test-api
TEST_WRKSRC= ${BUILD_WRKSRC}
post-patch:
@${REINPLACE_CMD} -e "s,share/pkgconfig,libdata/pkgconfig,g" \

View File

@ -60,8 +60,6 @@ SCHUR_CMAKE_BOOL= SCHUR_SPECIALIZATIONS
TEST_CMAKE_BOOL= BUILD_TESTING
TEST_TEST_TARGET= test ARGS="-V"
TEST_IMPLIES= GFLAGS
# XXX Move to USES=cmake
TEST_VARS= TEST_WRKSRC="${CONFIGURE_WRKSRC}"
LAPACK_DESC= Linear Algebra PACKage
LAPACK_USES= fortran # LDFLAGS

View File

@ -18,7 +18,6 @@ USES= cmake:outsource python:3,test
USE_LDCONFIG= yes
TEST_TARGET= test
TEST_WRKSRC= ${BUILD_WRKSRC}
CMAKE_ARGS= -DCMAKE_INSTALL_MANDIR=${MANPREFIX}/man