Subject: Re: pkg/27632
To: None <jlam@netbsd.org, gnats-admin@netbsd.org, pkgsrc-bugs@netbsd.org>
From: Johnny C. Lam <jlam@NetBSD.org>
List: pkgsrc-bugs
Date: 03/20/2005 04:34:01
The following reply was made to PR pkg/27632; it has been noted by GNATS.

From: "Johnny C. Lam" <jlam@NetBSD.org>
To: diro@nixsys.bz
Cc: pkgsrc-bugs@netbsd.org, gnats-bugs@netbsd.org
Subject: Re: pkg/27632
Date: Sun, 20 Mar 2005 04:33:04 +0000

 On Fri, Mar 18, 2005 at 08:45:29PM -0500, diro@nixsys.bz wrote:
 > On Tue, Mar 15, 2005 at 01:07:09PM +0000, wiz@netbsd.org wrote:
 > > Synopsis: SSL* vars don't seem to hold in net/ntp4
 > > 
 > > Responsible-Changed-From-To: pkg-manager->jlam
 > > Responsible-Changed-By: wiz@netbsd.org
 > > Responsible-Changed-When: Tue, 15 Mar 2005 13:07:09 +0000
 > > Responsible-Changed-Why:
 > > The openssl buildlink3.mk file overwrites SSLBASE with
 > > ${BUILDLINK_PREFIX.openssl}. Perhaps this should be made
 > > overridable by the user?
 > > Over to maintainer of openssl.
 > 
 > Seemed to me the whole point of having those variables definable in the first place... ;)
 
 SSL* are not meant to be set by the user.  They are read-only variables
 and explains why they are set using "=" instead of "?=".  If you wish
 to customize the PKG_SYSCONFDIR for openssl, then please set:
 
 	PKG_SYSCONFDIR.openssl=	${PKG_SYSCONFBASE}/openssl
 
 in /etc/mk.conf.  This will cascade and set SSLCERTS and SSLKEYS to the
 correct values.
 
 A more pertinent PR would be one that requests that the default
 PKG_SYSCONFDIR for openssl on NetBSD be changed from /etc/openssl to
 the usual pkgsrc defaults.
 
 	Cheers,
 
 	-- Johnny Lam <jlam@NetBSD.org>