Date: Thu, 27 Jun 2019 17:17:36 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r505211 - head/security/beecrypt Message-ID: <201906271717.x5RHHa9W038227@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Thu Jun 27 17:17:36 2019 New Revision: 505211 URL: https://svnweb.freebsd.org/changeset/ports/505211 Log: - Add LICENSE - Switch to new test framework Approved by: portmgr blanket Modified: head/security/beecrypt/Makefile Modified: head/security/beecrypt/Makefile ============================================================================== --- head/security/beecrypt/Makefile Thu Jun 27 17:12:58 2019 (r505210) +++ head/security/beecrypt/Makefile Thu Jun 27 17:17:36 2019 (r505211) @@ -13,6 +13,9 @@ PATCH_SITES= http://sourceforge.net/p/beecrypt/patches MAINTAINER= mi@aldan.algebra.com COMMENT= BeeCrypt is an open source cryptography library +LICENSE= LGPL21+ +LICENSE_FILE= ${WRKSRC}/COPYING.LIB + BROKEN_powerpc64= Does not build: Error: unsupported relocation against r3 GNU_CONFIGURE= yes @@ -20,6 +23,7 @@ CONFIGURE_ARGS= --without-java --without-python INSTALL_TARGET= install-strip USES= libtool USE_LDCONFIG= yes +TEST_TARGET= check OPTIONS_DEFINE= OPENMP OPENMP_CONFIGURE_ENABLE= openmp @@ -39,9 +43,5 @@ post-patch: CPPFLAGS+= -DOPTIMIZE_${o:tu} .endif .endfor - -regression-test test check: build - @(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_FLAGS} \ - ${MAKEFILE} ${MAKE_ARGS} check) .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906271717.x5RHHa9W038227>