ports/54161: security/mcrypt unbrake and update to 2.6.4

Sergey Matveychuk sem at ciam.ru
Mon Jul 7 00:10:18 UTC 2003


>Number:         54161
>Category:       ports
>Synopsis:       security/mcrypt unbrake and update 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:   Sun Jul 06 17:10:14 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Sergey Matveychuk
>Release:        FreeBSD 5.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD sem-home.ciam.ru 5.1-RELEASE FreeBSD 5.1-RELEASE #0: Wed Jun 11 02:03:37 MSD 2003 root at sem-home.ciam.ru:/usr/src/sys/i386/compile/SEM-HOME i386


	
>Description:
	
	unbrake and update security/mcrypt port
	remove useless autoconf and automake because contributed configure
	   script is fine
	add homepage URL
>How-To-Repeat:
	
>Fix:

	

--- mcrypt.patch begins here ---
diff -ruN /usr/ports/security/mcrypt/Makefile mcrypt/Makefile
--- /usr/ports/security/mcrypt/Makefile	Thu May  8 02:50:29 2003
+++ mcrypt/Makefile	Mon Jul  7 03:24:29 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,10 +17,6 @@
 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
@@ -28,15 +24,12 @@
 CONFIGURE_ARGS+=	${CONFIGURE_SHARED}
 CONFIGURE_ARGS+=	--enable-static --with-catgets
 CONFIGURE_ENV+=		CPPFLAGS="-I${LOCALBASE}/include" \
-			LDFLAGS="-L${LOCALBASE}/lib -lintl -lltdl"
+			LDFLAGS="-L${LOCALBASE}/lib -lintl"
 GNU_CONFIGURE=		yes
 DOCS=			FORMAT magic
 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	Wed May  8 01:40:30 2002
+++ mcrypt/distinfo	Mon Jul  7 03:20:16 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 08:16:45 2001
+++ mcrypt/pkg-descr	Mon Jul  7 03:54:51 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