From nobody@FreeBSD.ORG Tue Apr 20 10:14:57 1999
Return-Path: <nobody@FreeBSD.ORG>
Received: by hub.freebsd.org (Postfix, from userid 32767)
	id 2915715407; Tue, 20 Apr 1999 10:14:57 -0700 (PDT)
Message-Id: <19990420171457.2915715407@hub.freebsd.org>
Date: Tue, 20 Apr 1999 10:14:57 -0700 (PDT)
From: paxvel@iname.com
Sender: nobody@FreeBSD.ORG
To: freebsd-gnats-submit@freebsd.org
Subject: port security/stunnel broken (wants rsaref)
X-Send-Pr-Version: www-1.0

>Number:         11237
>Category:       ports
>Synopsis:       port security/stunnel broken (wants rsaref)
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Apr 20 10:20:01 PDT 1999
>Closed-Date:    Sun May 2 19:09:21 PDT 1999
>Last-Modified:  Sun May  2 19:10:24 PDT 1999
>Originator:     Pavel Andreev
>Release:        FreeBSD 3.1-STABLE
>Organization:
VUMS software, Czech Republic
>Environment:
FreeBSD astra.vumsoft.cz 3.1-STABLE FreeBSD 3.1-STABLE #9: Wed Apr 14 20:37:14 CEST 1999     paxvel@astra.vumsoft.cz:/usr/src/sys/compile/ASTRA  i386
>Description:
in security/stunnel/Makefile, there is
LIB_DEPENDS=   rsaref.2:${PORTSDIR}/security/rsaref
line, and in security/stunnel/patches/patch-aa, there is
LIBS=@LIBS@ -L$(PREFIX)/lib -lssl -lcrypto -lRSAglue -lrsaref
line. these lines prevent non-us users from building the port.
"make" even fetches the rsaref source, i wonder if this fetching is not
a violation of some law.

>How-To-Repeat:
cd /usr/ports/security/stunnel; make
>Fix:
remove the offending line from the Makefile
remove the "-lrsaref" from the patch
i believe openssl has anything stunnel needs, and this will work for 
u.s. users too.

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: steve 
State-Changed-When: Sun May 2 19:09:21 PDT 1999 
State-Changed-Why:  
Fixed, thanks! 
>Unformatted:
