From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Oct 21 09:30:18 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 00CBD16A4E2 for ; Tue, 21 Oct 2003 09:30:18 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E6B4543FCB for ; Tue, 21 Oct 2003 09:30:15 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h9LGUFFY015663 for ; Tue, 21 Oct 2003 09:30:15 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h9LGUF1p015662; Tue, 21 Oct 2003 09:30:15 -0700 (PDT) (envelope-from gnats) Resent-Date: Tue, 21 Oct 2003 09:30:15 -0700 (PDT) Resent-Message-Id: <200310211630.h9LGUF1p015662@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Xavier Beaudouin" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 724E816A4B3 for ; Tue, 21 Oct 2003 09:24:06 -0700 (PDT) Received: from yoko.home.oav.net (kiwi.adsl.isdnet.net [195.154.177.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B43943F93 for ; Tue, 21 Oct 2003 09:24:05 -0700 (PDT) (envelope-from kiwi@plonk.home.oav.net) Received: from plonk.home.oav.net (plonk.home.oav.net [192.168.0.5]) by yoko.home.oav.net (Postfix) with SMTP id 2117311AC05; Tue, 21 Oct 2003 18:24:07 +0200 (CEST) Received: by plonk.home.oav.net (sSMTP sendmail emulation); Tue, 21 Oct 2003 18:23:56 +0200 Message-Id: <20031021162407.2117311AC05@yoko.home.oav.net> Date: Tue, 21 Oct 2003 18:23:56 +0200 From: "Xavier Beaudouin" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: jim@corebsd.or.id Subject: ports/58338: [PATCH] security/nettle: Added Shared library support. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Oct 2003 16:30:18 -0000 X-List-Received-Date: Tue, 21 Oct 2003 16:30:18 -0000 >Number: 58338 >Category: ports >Synopsis: [PATCH] security/nettle: Added Shared library support. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Oct 21 09:30:15 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Xavier Beaudouin >Release: FreeBSD 5.1-CURRENT i386 >Organization: The Caudium Group / Association Kazar >Environment: System: FreeBSD plonk.home.oav.net 5.1-CURRENT FreeBSD 5.1-CURRENT #0: Fri Aug 29 17:07:48 CEST 2003 >Description: Added shared library support mostly for Pike 7.5 crypto toolkit. Port maintainer (jim@corebsd.or.id) is cc'd. Generated with FreeBSD Port Tools 0.26 >How-To-Repeat: >Fix: --- nettle-1.7.patch begins here --- diff -ruN --exclude=CVS /usr/ports/security/nettle.old/Makefile /usr/ports/security/nettle/Makefile --- /usr/ports/security/nettle.old/Makefile Tue Oct 21 18:13:28 2003 +++ /usr/ports/security/nettle/Makefile Tue Oct 21 18:13:53 2003 @@ -23,6 +23,7 @@ CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ MAKEINFO="makeinfo --no-split" +CONFIGURE_ARGS+= --enable-shared LDFLAGS+= -L${LOCALBASE}/lib post-extract: diff -ruN --exclude=CVS /usr/ports/security/nettle.old/pkg-plist /usr/ports/security/nettle/pkg-plist --- /usr/ports/security/nettle.old/pkg-plist Tue Oct 21 18:13:28 2003 +++ /usr/ports/security/nettle/pkg-plist Tue Oct 21 18:19:04 2003 @@ -28,4 +28,7 @@ info/nettle.info @exec install-info %D/info/nettle.info %D/info/dir lib/libnettle.a +lib/libnettle.so.1.0 +lib/libnettle.so.1 +lib/libnettle.so @dirrm include/nettle --- nettle-1.7.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: