svn commit: r464663 - head/devel/ossp-xds
Dmitry Marakasov
amdmi3 at FreeBSD.org
Fri Mar 16 08:33:16 UTC 2018
Author: amdmi3
Date: Fri Mar 16 08:33:15 2018
New Revision: 464663
URL: https://svnweb.freebsd.org/changeset/ports/464663
Log:
- Add LICENSE
- Switch to new test framework
Approved by: portmgr blanket
Modified:
head/devel/ossp-xds/Makefile
Modified: head/devel/ossp-xds/Makefile
==============================================================================
--- head/devel/ossp-xds/Makefile Fri Mar 16 08:32:53 2018 (r464662)
+++ head/devel/ossp-xds/Makefile Fri Mar 16 08:33:15 2018 (r464663)
@@ -11,15 +11,15 @@ PKGNAMEPREFIX= ossp-
MAINTAINER= ports at FreeBSD.org
COMMENT= Generic and extensible framework for serialization
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
USES= libtool
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
+TEST_TARGET= check # XXX: 20 of 26 tests fail
post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libxds.so
-
-regression-test: build
- @${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_FLAGS} ${MAKEFILE} \
- ${MAKE_ARGS} check -C ${WRKSRC}
+ @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libxds.so
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list