svn commit: r433053 - head/ftp/proftpd

John Marino marino at FreeBSD.org
Wed Feb 1 17:05:19 UTC 2017


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)
 


More information about the svn-ports-all mailing list