svn commit: r361123 - head/security/beecrypt
Tijl Coosemans
tijl at FreeBSD.org
Mon Jul 7 19:27:07 UTC 2014
Author: tijl
Date: Mon Jul 7 19:27:06 2014
New Revision: 361123
URL: http://svnweb.freebsd.org/changeset/ports/361123
QAT: https://qat.redports.org/buildarchive/r361123/
Log:
- Convert to USES=libtool
- Add INSTALL_TARGET=install-strip
- Remove use of PTHREAD_LIBS
Modified:
head/security/beecrypt/Makefile
head/security/beecrypt/pkg-plist
Modified: head/security/beecrypt/Makefile
==============================================================================
--- head/security/beecrypt/Makefile Mon Jul 7 19:19:09 2014 (r361122)
+++ head/security/beecrypt/Makefile Mon Jul 7 19:27:06 2014 (r361123)
@@ -1,8 +1,9 @@
# Created by: Ying-Chieh Liao <ijliao at FreeBSD.org>
# $FreeBSD$
+
PORTNAME= beecrypt
PORTVERSION= 4.2.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= security
MASTER_SITES= SF
PATCHFILES= mpntrbits.patch
@@ -11,9 +12,10 @@ PATCH_SITES= http://sourceforge.net/p/be
MAINTAINER= mi at aldan.algebra.com
COMMENT= BeeCrypt is an open source cryptography library
-USE_AUTOTOOLS= libtool
GNU_CONFIGURE= yes
-CONFIGURE_ARGS+=--without-java
+CONFIGURE_ARGS= --without-java --without-python
+INSTALL_TARGET= install-strip
+USES= libtool
USE_LDCONFIG= yes
OPTIONS_DEFINE= OPENMP
@@ -22,7 +24,6 @@ OPENMP_CONFIGURE_ENABLE= openmp
.include <bsd.port.options.mk>
post-patch:
- @${REINPLACE_CMD} -e "s|-pthread|${PTHREAD_LIBS}|g" ${WRKSRC}/configure
.if ${PORT_OPTIONS:MOPENMP}
@${ECHO_MSG} "Configuring for OpenMP support"
@${ECHO_MSG} "Any ports depending on beecrypt must be configured for OpenMP too."
@@ -37,6 +38,7 @@ CPPFLAGS+= -DOPTIMIZE_${o:tu}
.endfor
regression-test test check: build
- ${MAKE} -C ${WRKSRC} check
+ @(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_FLAGS} \
+ ${MAKEFILE} ${MAKE_ARGS} check)
.include <bsd.port.mk>
Modified: head/security/beecrypt/pkg-plist
==============================================================================
--- head/security/beecrypt/pkg-plist Mon Jul 7 19:19:09 2014 (r361122)
+++ head/security/beecrypt/pkg-plist Mon Jul 7 19:27:06 2014 (r361123)
@@ -54,7 +54,7 @@ include/beecrypt/sha512.h
include/beecrypt/timestamp.h
include/beecrypt/win.h
lib/libbeecrypt.a
-lib/libbeecrypt.la
lib/libbeecrypt.so
lib/libbeecrypt.so.7
+lib/libbeecrypt.so.7.0.0
@dirrm include/beecrypt
More information about the svn-ports-all
mailing list