Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Feb 2017 17:05:18 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r433053 - head/ftp/proftpd
Message-ID:  <201702011705.v11H5ICW082172@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Wed Feb  1 17:05:18 2017
New Revision: 433053
URL: https://svnweb.freebsd.org/changeset/ports/433053

Log:
  The latest version of ftp/proftpd doesn't build with libressl either.
  
  Increase the IGNORE from openssl-devel to include all versions of libressl.
  
  Approved by:	SSL blanket

Modified:
  head/ftp/proftpd/Makefile

Modified: head/ftp/proftpd/Makefile
==============================================================================
--- head/ftp/proftpd/Makefile	Wed Feb  1 17:04:29 2017	(r433052)
+++ head/ftp/proftpd/Makefile	Wed Feb  1 17:05:18 2017	(r433053)
@@ -174,6 +174,9 @@ CONFIGURE_ARGS+=	--with-libraries=${LIBD
 .if ${SSL_DEFAULT:Mopenssl-devel}
 BROKEN=		Does not build with openssl-devel
 .endif
+.if ${SSL_DEFAULT:Mlibressl*}
+BROKEN=		Does not build with libressl
+.endif
 
 .if !defined(_BUILDING_PROFTPD_MODULE)
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702011705.v11H5ICW082172>