Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Feb 2006 15:30:12 GMT
From:      "Michael Scheidell" <scheidell@secnap.net>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/93595: ruby 1.8_4_1 doesn't like openssl overrite base
Message-ID:  <200602201530.k1KFUChj002902@freefall.freebsd.org>

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

From: "Michael Scheidell" <scheidell@secnap.net>
To: <bug-followup@FreeBSD.org>
Cc: <dinoex@FreeBSD.org>
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
 
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
 <HTML><HEAD>
 <META http-equiv=3DContent-Type content=3D"text/html; =
 charset=3Diso-8859-1">
 <META content=3D"MSHTML 6.00.2900.2802" name=3DGENERATOR>
 <STYLE></STYLE>
 </HEAD>
 <BODY bgColor=3D#ffffff>
 <DIV><FONT face=3DArial size=3D2>I don't know what this will break, but =
 this fixed=20
 it for me:</FONT></DIV>
 <DIV><FONT face=3DArial size=3D2><A=20
 href=3D"http://www.freebsd.org/cgi/query-pr.cgi?pr=3D93595">http://www.fr=
 eebsd.org/cgi/query-pr.cgi?pr=3D93595</A></FONT></DIV>
 <DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
 <DIV><FONT face=3DArial size=3D2>in /usr/ports/Mk:</FONT></DIV>
 <DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
 <DIV><FONT face=3DArial size=3D2>diff -bBru bsd.openssl.mk.orig=20
 bsd.openssl.mk<BR>--- bsd.openssl.mk.orig Fri Nov 11 20:00:11 =
 2005<BR>+++=20
 bsd.openssl.mk&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Mon Feb 20 10:16:14 =
 2006<BR>@@=20
 -57,7 +57,7 =
 @@<BR>&nbsp;WITH_OPENSSL_BASE=3Dyes<BR>&nbsp;.endif</FONT></DIV>
 <DIV>&nbsp;</DIV>
 <DIV><FONT face=3DArial size=3D2>-.if defined(WITH_OPENSSL_BASE)<BR>+.if =
 
 defined(WITH_OPENSSL_BASE) ||=20
 defined(OPENSSL_OVERWRITE_BASE)<BR>&nbsp;OPENSSLBASE=3D&nbsp;&nbsp;&nbsp;=
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
 /usr<BR>&nbsp;OPENSSLDIR=3D&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
 p;&nbsp;&nbsp;&nbsp;=20
 /etc/ssl</FONT></DIV>
 <DIV>&nbsp;</DIV>
 <DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
 <DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV></BODY></HTML>
 
 ------=_NextPart_000_0002_01C63607.4F3B38B0--
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200602201530.k1KFUChj002902>