pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/44577 openssl builtin detection, getting closer



The following reply was made to PR pkg/44577; it has been noted by GNATS.

From: John Marino <marino%netbsd.org@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: pkg/44577 openssl builtin detection, getting closer
Date: Wed, 16 Nov 2011 07:53:18 +0100

 On 11/15/2011 8:46 AM, John Marino wrote:
 >
 > By the way, the value of the definition of BUILTIN_PKG.openssl is 
 > "openssl-1.0.0e" which is what it would be if builtin.mk was getting 
 > included twice.  Despite that damning evidence, I don't think it is 
 > getting included twice from all the .if/.endif checks I put in to test 
 > the theory.
 >
 > Is there any kind of variable cache in pkgsrc?  Anything that could 
 > explain how this variable is already defined?
 > John
 >
 
 To support my assertion, I replaced security/openssl/builtin.mk with a 
 dummy file.  Later, I replaced
 security/openssl/buildlink3.mk with a dummy file.  In both cases, 
 executing "bmake -V '${BUILTIN_PKG.openssl}'
 from the directory security/heimdal afterwards returned "openssl-1.0.0e".
 
 I think this proves BUILTIN_PKG.openssl has the possibility of being 
 defined outside of the openssl builtin logic
 in both NetBSD and DragonFly.  Can I have some assistance on figuring 
 out how?
 
 John
 
 


Home | Main Index | Thread Index | Old Index