Thank you for this. I'm gonna send the update to 1.5.11 with this.
On 16/04, Daniel Jakots wrote: ; Hi, ; ; haproxy wasn't compiled with ssl support and make port-lib-depends-check ; returned: ; haproxy-1.5.6(net/haproxy): ; Extra: pcre.3 pcreposix.1 ; ; So fix these and remove the need of the patch 'patch-Makefile'. ; ; I didn't succeed with cvs rm, so you'll have to rm it manually. ; ; I tested on amd64 with TLS. ; ; Cheers, ; Daniel ; ; Index: Makefile ; =================================================================== ; RCS file: /cvs/ports/net/haproxy/Makefile,v ; retrieving revision 1.16 ; diff -u -p -r1.16 Makefile ; --- Makefile 31 Oct 2014 13:43:59 -0000 1.16 ; +++ Makefile 15 Apr 2015 19:35:43 -0000 ; @@ -3,13 +3,14 @@ ; COMMENT = reliable, high performance TCP/HTTP load balancer ; ; DISTNAME = haproxy-1.5.6 ; +REVISION = 0 ; CATEGORIES = net www ; HOMEPAGE = http://haproxy.1wt.eu/ ; ; # GPLv2 ; PERMIT_PACKAGE_CDROM = Yes ; ; -WANTLIB = c pcre pcreposix ; +WANTLIB = c crypto pcre pcreposix ssl ; ; MASTER_SITES = ${HOMEPAGE}/download/1.5/src/ ; ; @@ -21,7 +22,8 @@ SUBST_VARS = HAPROXYCONF HAPROXYSTATE \ ; HAPROXYUID HAPROXYGID ; ; USE_GMAKE = Yes ; -MAKE_FLAGS += CC="${CC}" LD="${CC}" ; +MAKE_FLAGS += CC="${CC}" LD="${CC}" TARGET="openbsd" ; +MAKE_FLAGS += USE_OPENSSL=1 USE_PCRE=1 ; ; NO_TEST = Yes ; LIB_DEPENDS = devel/pcre ; -- Sending from my toaster.