Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Aug 1999 22:40:01 -0700 (PDT)
From:      patrick@server.mindstep.com
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/13216: stunnel does not build from the port collection
Message-ID:  <199908180540.WAA11293@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/13216; it has been noted by GNATS.

From: patrick@server.mindstep.com
To: freebsd-gnats-submit@freebsd.org
Cc: patrick@mindstep.com
Subject: Re: ports/13216: stunnel does not build from the port collection
Date: Wed, 18 Aug 1999 01:36:25 -0400 (EDT)

 Corrected patch for the port's Makefile. This patch uses the 
 "USE_AUTOCONF" feature but removes the bogus "BUILD_DEPEND" on
 autoconf.
 
 --- stunnel.orig/Makefile	Tue Aug 17 22:38:08 1999
 +++ stunnel/Makefile	Wed Aug 18 01:34:22 1999
 @@ -21,6 +21,8 @@
  		${PREFIX}/lib/libcrypto.a:${PORTSDIR}/security/openssl
  RUN_DEPENDS=	openssl:${PORTSDIR}/security/openssl
  
 +USE_AUTOCONF=	yes
 +
  .if defined(USA_RESIDENT) && ${USA_RESIDENT} == YES
  LIB_DEPENDS=	rsaref.2:${PORTSDIR}/security/rsaref
  MAKE_ENV+=	EXTRA_SSL_LIBS="-lRSAglue -lrsaref"
 
 


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?199908180540.WAA11293>