Date: Tue, 17 Aug 1999 21:40:02 -0700 (PDT) From: "Patrick Bihan-Faou" <patrick@mindstep.com> To: freebsd-ports@FreeBSD.org Subject: Re: ports/13216: stunnel does not build from the port collection Message-ID: <199908180440.VAA07560@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 Bihan-Faou" <patrick@mindstep.com> To: freebsd-gnats-submit@freebsd.org, patrick@server.mindstep.com Cc: Subject: Re: ports/13216: stunnel does not build from the port collection Date: Wed, 18 Aug 1999 00:38:44 -0400 Sorry for the wrong severity/priorities. Here is a patch that uses the USE_AUTOCONF variable. diff -ruN stunnel.orig/Makefile stunnel/Makefile --- stunnel.orig/Makefile Tue Aug 17 22:38:08 1999 +++ stunnel/Makefile Wed Aug 18 00:19:36 1999 @@ -18,8 +18,11 @@ BUILD_DEPENDS= openssl:${PORTSDIR}/security/openssl \ ${PREFIX}/lib/libssl.a:${PORTSDIR}/security/openssl \ - ${PREFIX}/lib/libcrypto.a:${PORTSDIR}/security/openssl + ${PREFIX}/lib/libcrypto.a:${PORTSDIR}/security/openssl \ + autoconf:${PORTSDIR}/devel/autoconf:install RUN_DEPENDS= openssl:${PORTSDIR}/security/openssl + +USE_AUTOCONF= yes .if defined(USA_RESIDENT) && ${USA_RESIDENT} == YES LIB_DEPENDS= rsaref.2:${PORTSDIR}/security/rsaref diff -ruN stunnel.orig/patches/patch-aa stunnel/patches/patch-aa --- stunnel.orig/patches/patch-aa Wed Dec 31 19:00:00 1969 +++ stunnel/patches/patch-aa Tue Aug 17 17:01:32 1999 @@ -0,0 +1,11 @@ +--- configure.in.orig Wed Jun 9 10:57:32 1999 ++++ configure.in Tue Aug 17 16:58:58 1999 +@@ -50,7 +50,7 @@ + + AC_MSG_CHECKING([for RSAref library]) + saved_LIBS="$LIBS" +-LIBS="-lRSAglue -lrsaref $saved_LIBS" ++LIBS="$saved_LIBS -lRSAglue -lrsaref" + AC_TRY_LINK([], [], + [AC_MSG_RESULT(yes); ], + [AC_MSG_RESULT(no)]; LIBS="$saved_LIBS") -- Et les Shadoks pompaient... 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?199908180440.VAA07560>