Re: stunnel fails to build

2016-07-23 Thread Walter Schwarzenfeld
found something: maybe, this could help remove or comment out--with-ssl="${OPENSSLBASE}" and add to the Makefile: CONFIGURE_ENV= OPENSSL_LIBS="-L${OPENSSLLIB} -lcrypto" OPENSSL_CFLAGS="-I${OPENSSLINC}" MAKE_ARGS= LDFLAGS="${LDFLAGS}" ___

Re: stunnel fails to build

2016-07-21 Thread tech-lists
On 21/07/2016 17:48, Walter Schwarzenfeld wrote: > I think you should file a PR. will do, thanks for your suggestion anyway -- J. ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send

Re: stunnel fails to build

2016-07-21 Thread Walter Schwarzenfeld
I think you should file a PR. The try with the Makefile was a "weak" one. I think it is the same problem as appears in other ports with libressl. e.g. (this patch is from 2014 and only an example ) "HAVE_RAND_EGD -.thing"

Re: stunnel fails to build

2016-07-21 Thread tech-lists
On 07/21/16 11:29, Dewayne Geraghty wrote: > After reading about your issue, I updated all of my ports, via svnlite, and > successfully built on yesterday's fresh FreeBSD 10.3 Stable for i386 using > openssl. Unfortunately on the amd64, which uses libressl, I receive: > ===> stunnel-5.35,1 may

Re: stunnel fails to build

2016-07-21 Thread tech-lists
On 07/21/16 11:09, Walter Schwarzenfeld wrote: > Try: > remove --with-ssl="${OPENSSLBASE}" > from the Makefile > and add > to USES= ssl Unfortunately, this didn't work. Here's my amended Makefile: # Created by: Martti Kuparinen # $FreeBSD:

Re: stunnel fails to build

2016-07-21 Thread Dewayne Geraghty
On 21 July 2016 at 18:15, tech-lists wrote: > Hi, > > ports: r418866 > stable/11: r302999 > > I have the following defined in /etc/make.conf - could this be the issue? > > DEFAULT_VERSIONS+= ssl=libressl-devel > > ### > > build fails like this: > >

Re: stunnel fails to build

2016-07-21 Thread Walter Schwarzenfeld
Try: remove --with-ssl="${OPENSSLBASE}" from the Makefile and add to USES= ssl ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

stunnel fails to build

2016-07-21 Thread tech-lists
Hi, ports: r418866 stable/11: r302999 I have the following defined in /etc/make.conf - could this be the issue? DEFAULT_VERSIONS+= ssl=libressl-devel ### build fails like this: /usr/ports/security/stunnel # make MAKE_JOBS_UNSAFE=yes ===> Building for stunnel-5.35,1 Making all in src