From owner-freebsd-ports Tue Sep 17 10:30:46 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E3D7337B404 for ; Tue, 17 Sep 2002 10:30:23 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3AF5143E7B for ; Tue, 17 Sep 2002 10:30:19 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8HHUICo017908 for ; Tue, 17 Sep 2002 10:30:19 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8HHUI4k017907; Tue, 17 Sep 2002 10:30:18 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2237B37B425 for ; Tue, 17 Sep 2002 10:24:20 -0700 (PDT) Received: from www.freebsd.org (www.FreeBSD.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 155D944086 for ; Tue, 17 Sep 2002 10:00:45 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.4/8.12.4) with ESMTP id g8HH0iOT022137 for ; Tue, 17 Sep 2002 10:00:44 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.4/8.12.4/Submit) id g8HH0iQd022136; Tue, 17 Sep 2002 10:00:44 -0700 (PDT) Message-Id: <200209171700.g8HH0iQd022136@www.freebsd.org> Date: Tue, 17 Sep 2002 10:00:44 -0700 (PDT) From: KATO Tsuguru To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/42896: Update port: security/nettle Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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 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