ports/55102: [Update port] unbreak security/mcrypt and upgrade to 2.6.4

Ying-Chieh Chen yinjieh at csie.nctu.edu.tw
Thu Jul 31 09:00:33 UTC 2003


>Number:         55102
>Category:       ports
>Synopsis:       [Update port] unbreak security/mcrypt and upgrade to 2.6.4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jul 31 02:00:29 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Ying-Chieh Chen
>Release:        FreeBSD 4.8-RELEASE i386
>Organization:
yinjieh vmware lab
>Environment:
System: FreeBSD stable.yinjieh.com 4.8-RELEASE FreeBSD 4.8-RELEASE #0: Thu Apr 3 10:53:38 GMT 2003 root at freebsd-stable.sentex.ca:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:

	Unbreak ports/security/mcrypt and upgrade to 2.6.4

	Changes are as follows:
	o remove BUILD_DEPENDS
	o add devel/libltdl as LIB_DEPENDS
	o delete pre-configure target:
	o Update distinfo file
	o add WWW: line in pkg-descr

	If the maintaier of this port thinks this patch is ok, please reply.
	Thanks!

>How-To-Repeat:
	
>Fix:

	

--- mcrypt.patch begins here ---
diff -ruN /usr/ports/security/mcrypt/Makefile mcrypt/Makefile
--- /usr/ports/security/mcrypt/Makefile	Sat Jun  7 02:38:46 2003
+++ mcrypt/Makefile	Thu Jul 31 13:55:46 2003
@@ -8,7 +8,7 @@
 #
 
 PORTNAME=	mcrypt
-PORTVERSION=	2.5.13
+PORTVERSION=	2.6.4
 CATEGORIES=    	security
 MASTER_SITES=	ftp://argeas.cs-net.gr/pub/unix/mcrypt/ \
 		ftp://mcrypt.hellug.gr/pub/mcrypt/ \
@@ -17,13 +17,10 @@
 MAINTAINER=	trevor at FreeBSD.org
 COMMENT=	Replacement for crypt(1)
 
-BROKEN=		"Does not configure"
-
-BUILD_DEPENDS=	autoconf:${PORTSDIR}/devel/autoconf \
-		automake:${PORTSDIR}/devel/automake
 LIB_DEPENDS=	mcrypt.8:${PORTSDIR}/security/libmcrypt/ \
 		mhash.2:${PORTSDIR}/security/mhash/ \
-		intl.4:${PORTSDIR}/devel/gettext
+		intl.4:${PORTSDIR}/devel/gettext \
+		ltdl.4:${PORTSDIR}/devel/libltdl
 
 CONFIGURE_ARGS+=	${CONFIGURE_SHARED}
 CONFIGURE_ARGS+=	--enable-static --with-catgets
@@ -34,9 +31,6 @@
 MAN1=			mcrypt.1
 PKGMESSAGE=		${WRKDIR}/pkg-message
 PLIST=			${WRKDIR}/pkg-plist
-
-pre-configure:
-	cd ${WRKSRC} && automake -i && autoconf
 
 pre-install:
 	${ECHO_CMD} bin/${PORTNAME} > ${PLIST}
diff -ruN /usr/ports/security/mcrypt/distinfo mcrypt/distinfo
--- /usr/ports/security/mcrypt/distinfo	Sun May  5 16:14:06 2002
+++ mcrypt/distinfo	Thu Jul 31 10:57:59 2003
@@ -1 +1 @@
-MD5 (mcrypt-2.5.13.tar.gz) = b723081362fadede12aa2dbe2e12fa22
+MD5 (mcrypt-2.6.4.tar.gz) = 5a011846fd0f166428c8d97359aaa6b3
diff -ruN /usr/ports/security/mcrypt/pkg-descr mcrypt/pkg-descr
--- /usr/ports/security/mcrypt/pkg-descr	Fri Mar 23 13:16:45 2001
+++ mcrypt/pkg-descr	Thu Jul 31 14:03:26 2003
@@ -3,3 +3,5 @@
 3-WAY, SAFER, LOKI97, GOST, RC2, RC6, MARS, IDEA, RIJNDAEL, SERPENT,
 CAST, ARCFOUR and WAKE), and is compatibile with UNIX crypt(1) and
 with des(1) from Solaris.
+
+WWW: http://mcrypt.hellug.gr/
--- mcrypt.patch ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list