svn commit: r470824 - head/devel/umem

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri May 25 08:34:17 UTC 2018


Author: amdmi3
Date: Fri May 25 08:34:16 2018
New Revision: 470824
URL: https://svnweb.freebsd.org/changeset/ports/470824

Log:
  - Add LICENSE
  - Switch to new test framework

Modified:
  head/devel/umem/Makefile

Modified: head/devel/umem/Makefile
==============================================================================
--- head/devel/umem/Makefile	Fri May 25 07:51:05 2018	(r470823)
+++ head/devel/umem/Makefile	Fri May 25 08:34:16 2018	(r470824)
@@ -10,17 +10,18 @@ MASTER_SITES=	https://labs.omniti.com/portableumem/rel
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Port of the Solaris memory allocator
 
+LICENSE=	CDDL
+LICENSE_FILE=	${WRKSRC}/OPENSOLARIS.LICENSE
+
 USES=		libtool tar:bzip2
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 ONLY_FOR_ARCHS=	i386 amd64
 MAKE_JOBS_UNSAFE=	yes
 INSTALL_TARGET=	install-strip
+TEST_TARGET=	check  # XXX: 1 of 4 tests fail
 
 post-patch:
 	@${REINPLACE_CMD} -e 's/ -ldl//g' ${WRKSRC}/Makefile.in
-
-regression-test: build
-	@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} check
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list