From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 20 15:30:13 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org 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 3779016A420 for ; Mon, 20 Feb 2006 15:30:13 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9DBA343D67 for ; Mon, 20 Feb 2006 15:30:12 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k1KFUCKW002903 for ; Mon, 20 Feb 2006 15:30:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k1KFUChj002902; Mon, 20 Feb 2006 15:30:12 GMT (envelope-from gnats) Date: Mon, 20 Feb 2006 15:30:12 GMT Message-Id: <200602201530.k1KFUChj002902@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: "Michael Scheidell" Cc: Subject: Re: ports/93595: ruby 1.8_4_1 doesn't like openssl overrite base X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Michael Scheidell List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Feb 2006 15:30:13 -0000 The following reply was made to PR ports/93595; it has been noted by GNATS. From: "Michael Scheidell" To: Cc: Subject: Re: ports/93595: ruby 1.8_4_1 doesn't like openssl overrite base Date: Mon, 20 Feb 2006 10:20:44 -0500 This is a multi-part message in MIME format. ------=_NextPart_000_0002_01C63607.4F3B38B0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I don't know what this will break, but this fixed it for me: http://www.freebsd.org/cgi/query-pr.cgi?pr=3D93595 in /usr/ports/Mk: diff -bBru bsd.openssl.mk.orig bsd.openssl.mk --- bsd.openssl.mk.orig Fri Nov 11 20:00:11 2005 +++ bsd.openssl.mk Mon Feb 20 10:16:14 2006 @@ -57,7 +57,7 @@ WITH_OPENSSL_BASE=3Dyes .endif -.if defined(WITH_OPENSSL_BASE) +.if defined(WITH_OPENSSL_BASE) || defined(OPENSSL_OVERWRITE_BASE) OPENSSLBASE=3D /usr OPENSSLDIR=3D /etc/ssl ------=_NextPart_000_0002_01C63607.4F3B38B0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
I don't know what this will break, but = this fixed=20 it for me:
http://www.fr= eebsd.org/cgi/query-pr.cgi?pr=3D93595
 
in /usr/ports/Mk:
 
diff -bBru bsd.openssl.mk.orig=20 bsd.openssl.mk
--- bsd.openssl.mk.orig Fri Nov 11 20:00:11 = 2005
+++=20 bsd.openssl.mk      Mon Feb 20 10:16:14 = 2006
@@=20 -57,7 +57,7 = @@
 WITH_OPENSSL_BASE=3Dyes
 .endif
 
-.if defined(WITH_OPENSSL_BASE)
+.if = defined(WITH_OPENSSL_BASE) ||=20 defined(OPENSSL_OVERWRITE_BASE)
 OPENSSLBASE=3D   =        =20 /usr
 OPENSSLDIR=3D       &nbs= p;   =20 /etc/ssl
 
 
 
------=_NextPart_000_0002_01C63607.4F3B38B0--