Date: Tue, 17 Sep 2002 10:00:44 -0700 (PDT) From: KATO Tsuguru <tkato@prontomail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/42896: Update port: security/nettle Message-ID: <200209171700.g8HH0iQd022136@www.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 42896 >Category: ports >Synopsis: Update port: security/nettle >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Sep 17 10:30:18 PDT 2002 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.6.2-RELEASE i386 >Organization: >Environment: >Description: - Support CFLAGS/CXXFLAGS properly - Pass "--no-split" flag to makeinfo >How-To-Repeat: >Fix: diff -urN /usr/ports/security/nettle/Makefile security/nettle/Makefile --- /usr/ports/security/nettle/Makefile Tue Sep 10 20:26:41 2002 +++ security/nettle/Makefile Sun Sep 15 09:42:22 2002 @@ -8,7 +8,7 @@ PORTNAME= nettle PORTVERSION= 1.5 -PORTREVISIOIN= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= http://www.lysator.liu.se/~nisse/archive/ \ ftp://ftp.lysator.liu.se/pub/security/lsh/ @@ -17,10 +17,14 @@ LIB_DEPENDS= gmp.6:${PORTSDIR}/math/libgmp4 -USE_LIBTOOL= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" USE_GMAKE= yes +GNU_CONFIGURE= yes +CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" \ + MAKEINFO="makeinfo --no-split" + +post-extract: + @${RM} -f ${WRKSRC}/nettle.info* .include <bsd.port.mk> diff -urN /usr/ports/security/nettle/pkg-plist security/nettle/pkg-plist --- /usr/ports/security/nettle/pkg-plist Fri Feb 1 20:17:36 2002 +++ security/nettle/pkg-plist Sun Sep 15 09:41:55 2002 @@ -1,10 +1,8 @@ include/nettle/aes.h include/nettle/arcfour.h include/nettle/blowfish.h -@dirrm include/nettle @unexec install-info --delete %D/info/nettle.info %D/info/dir info/nettle.info -info/nettle.info-1 -info/nettle.info-2 @exec install-info %D/info/nettle.info %D/info/dir lib/libnettle.a +@dirrm include/nettle >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200209171700.g8HH0iQd022136>