From owner-freebsd-ports Tue Feb 2 22:50:07 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA07920 for freebsd-ports-outgoing; Tue, 2 Feb 1999 22:50:07 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA07848 for ; Tue, 2 Feb 1999 22:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id WAA85907; Tue, 2 Feb 1999 22:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from nobody@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA07242; Tue, 2 Feb 1999 22:46:45 -0800 (PST) (envelope-from nobody) Message-Id: <199902030646.WAA07242@hub.freebsd.org> Date: Tue, 2 Feb 1999 22:46:45 -0800 (PST) From: martti.kuparinen@ericsson.com To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: ports/9890: Fix for broken ports/security/stunnel Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 9890 >Category: ports >Synopsis: Fix for broken ports/security/stunnel >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Feb 2 22:50:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Martti Kuparinen >Release: FreeBSD 3.0-STABLE >Organization: Oy L M Ericsson Ab >Environment: FreeBSD ws78 3.0-STABLE FreeBSD 3.0-STABLE #0: Tue Feb 2 12:25:37 EET 1999 root@ws78:/usr/src/sys/compile/WS78 i386 >Description: The security/stunnel port won't compile on 3.0-STABLE. The current patch-aa file insists on using the "-lRSAglue -lrsaref" flags while these libs may not to exist. Can someone verify this fix with a "USA_RESIDENT=YES" compiled SSLeay installation. >How-To-Repeat: >Fix: Apply the following patch while in ports/security/stunnel: *** patches/patch-aa.orig Wed Feb 3 08:12:09 1999 --- patches/patch-aa Wed Feb 3 08:32:31 1999 *************** *** 14,20 **** -CFLAGS=@CFLAGS@ -Wall -I/usr/local/ssl/include -LIBS=@LIBS@ -L/usr/local/ssl/lib -lssl -lcrypto +CFLAGS=@CFLAGS@ -Wall -I$(PREFIX)/include ! +LIBS=@LIBS@ -L$(PREFIX)/lib -lssl -lcrypto -lRSAglue -lrsaref + +all: stunnel --- 14,20 ---- -CFLAGS=@CFLAGS@ -Wall -I/usr/local/ssl/include -LIBS=@LIBS@ -L/usr/local/ssl/lib -lssl -lcrypto +CFLAGS=@CFLAGS@ -Wall -I$(PREFIX)/include ! +LIBS=@LIBS@ -L$(PREFIX)/lib -lssl -lcrypto + +all: stunnel >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message