aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2018-05-24 08:34:15 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2018-05-24 08:34:15 +0000
commit91fb97eed86556fc787b2e4f66140f0072d2f948 (patch)
tree29c14570b4fabdccabd3026262a030dc78201881 /devel
parenta082535af2b526827ff14e14df265935dab5a909 (diff)
- Add LICENSE
- Switch to new test framework Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=470760
Diffstat (limited to 'devel')
-rw-r--r--devel/compiler-rt/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/devel/compiler-rt/Makefile b/devel/compiler-rt/Makefile
index bb7b482d933e..f144ccb95b9d 100644
--- a/devel/compiler-rt/Makefile
+++ b/devel/compiler-rt/Makefile
@@ -9,6 +9,10 @@ MASTER_SITES= LOCAL/brooks
MAINTAINER= brooks@FreeBSD.org
COMMENT= Compiler runtime library with Blocks support
+LICENSE= BSD3CLAUSE MIT
+LICENSE_COMB= dual
+LICENSE_FILE= ${WRKSRC}/LICENSE.TXT
+
BUILD_DEPENDS= cmake:devel/cmake
BROKEN_powerpc64= does not build: undefined reference to fmax
@@ -16,6 +20,8 @@ BROKEN_powerpc64= does not build: undefined reference to fmax
CONFIGURE_WRKSRC= ${WRKDIR}/build
BUILD_WRKSRC= ${WRKDIR}/build
INSTALL_WRKSRC= ${WRKDIR}/build
+TEST_WRKSRC= ${WRKDIR}/build
+TEST_TARGET= test
CMAKE_SOURCE_PATH= ${WRKSRC}
@@ -74,7 +80,4 @@ post-patch:
${WRKSRC}/test/CMakeLists.txt
.endfor
-regression-test:
- cd ${BUILD_WRKSRC} && make test
-
.include <bsd.port.post.mk>