Re: what to do when base openssl isn't suitable

2016-07-02 Thread abi
I tried to build www/nginx today, however it seems ignoring DEFAULT_VERSIONS knob. Old style knobs works. On 02.07.2016 19:10, Don Lewis wrote: On 2 Jul, Gerard Seibert wrote: I have to admit that this whole discussion has gotten me confused. I use "openssl" from ports, always have and probab

Re: what to do when base openssl isn't suitable

2016-07-02 Thread Don Lewis
On 2 Jul, Shane Ambler wrote: > On 02/07/2016 04:29, Don Lewis wrote: >> I've got a port that does not work with base openssl because it looks >> for libssl.pc. Other than that, I don't think it is picky about what >> flavor of ports ssl is installed. > > If it is looking for libssl.pc then it i

Re: what to do when base openssl isn't suitable

2016-07-02 Thread Don Lewis
On 2 Jul, Gerard Seibert wrote: > I have to admit that this whole discussion has gotten me confused. I > use "openssl" from ports, always have and probably always will. I use > to use the now apparently depreciate statement in the /etc/make.conf > file: > > WITH_OPENSSL_PORT=YES That's what I've

Re: what to do when base openssl isn't suitable

2016-07-02 Thread Matthew Seaman
On 02/07/2016 11:45, Gerard Seibert wrote: > I have to admit that this whole discussion has gotten me confused. I > use "openssl" from ports, always have and probably always will. I use > to use the now apparently depreciate statement in the /etc/make.conf > file: > > WITH_OPENSSL_PORT=YES > > Fr

Re: what to do when base openssl isn't suitable

2016-07-02 Thread Shane Ambler
On 02/07/2016 04:29, Don Lewis wrote: I've got a port that does not work with base openssl because it looks for libssl.pc. Other than that, I don't think it is picky about what flavor of ports ssl is installed. If it is looking for libssl.pc then it is using pkg-config to get the CFLAGS/CXXFLA

Re: what to do when base openssl isn't suitable

2016-07-02 Thread Gerard Seibert
I have to admit that this whole discussion has gotten me confused. I use "openssl" from ports, always have and probably always will. I use to use the now apparently depreciate statement in the /etc/make.conf file: WITH_OPENSSL_PORT=YES >From what I am reading, I would replace that line with the f