aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorPatrick Li <pat@FreeBSD.org>2002-06-08 14:08:40 +0800
committerPatrick Li <pat@FreeBSD.org>2002-06-08 14:08:40 +0800
commit76de4b2590182f40f6d1a847b8c1182a3c713892 (patch)
treee55b04a132146df6aa7eddd7a261345cc8f6a5bc /security
parente79d6c641a6ded806ee42da01e7d8d1476ab662e (diff)
downloadfreebsd-ports-gnome-76de4b2590182f40f6d1a847b8c1182a3c713892.tar.gz
freebsd-ports-gnome-76de4b2590182f40f6d1a847b8c1182a3c713892.tar.zst
freebsd-ports-gnome-76de4b2590182f40f6d1a847b8c1182a3c713892.zip
Update to 2.5.1
PR: 39000 Submitted by: KATO Tsuguru <tkato@prontomail.com>
Diffstat (limited to 'security')
-rw-r--r--security/libmcrypt/Makefile11
-rw-r--r--security/libmcrypt/distinfo2
2 files changed, 9 insertions, 4 deletions
diff --git a/security/libmcrypt/Makefile b/security/libmcrypt/Makefile
index 908b408fd0b9..2aa0ee8119da 100644
--- a/security/libmcrypt/Makefile
+++ b/security/libmcrypt/Makefile
@@ -6,18 +6,20 @@
#
PORTNAME= libmcrypt
-PORTVERSION= 2.5.0
+PORTVERSION= 2.5.1
CATEGORIES= security
MASTER_SITES= ftp://mcrypt.hellug.gr/pub/mcrypt/libmcrypt/ \
ftp://ftp.ntua.gr/pub/security/mcrypt/libmcrypt/
MAINTAINER= ports@FreeBSD.org
+BUILD_DEPENDS= autoconf:${PORTSDIR}/devel/autoconf
LIB_DEPENDS= ltdl.1:${PORTSDIR}/devel/libtool
RESTRICTED= "yes - cryptography"
-USE_AUTOCONF= yes
+GNU_CONFIGURE= yes
+CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
INSTALLS_SHLIB= yes
@@ -25,7 +27,10 @@ INSTALLS_SHLIB= yes
MAN3= mcrypt.3
pre-patch:
- @find ${WRKSRC}/modules -name '*.[ch]' | xargs ${PERL} -pi -e \
+ @${FIND} ${WRKSRC}/modules -name '*.[ch]' | ${XARGS} ${PERL} -pi -e \
's|#ifdef USE_LTDL|#if defined\(USE_LTDL\) && !defined\(__FreeBSD__\)|g'
+post-patch:
+ @cd ${WRKSRC}/libltdl && ${LOCALBASE}/bin/autoconf
+
.include <bsd.port.mk>
diff --git a/security/libmcrypt/distinfo b/security/libmcrypt/distinfo
index a5cfabc55328..79bb46962a42 100644
--- a/security/libmcrypt/distinfo
+++ b/security/libmcrypt/distinfo
@@ -1 +1 @@
-MD5 (libmcrypt-2.5.0.tar.gz) = 0d67938f9992f7ebd9906b128e2efd88
+MD5 (libmcrypt-2.5.1.tar.gz) = b260193a725cd77c10f8e12c4a505eac