svn commit: r437013 - in head/ftp/proftpd: . files

Antoine Brodin antoine at FreeBSD.org
Mon Mar 27 05:38:25 UTC 2017


Author: antoine
Date: Mon Mar 27 05:38:23 2017
New Revision: 437013
URL: https://svnweb.freebsd.org/changeset/ports/437013

Log:
  Revert r436977, patch fails to apply
  
  Reported by:	pkg-fallout
  With hat:	portmgr

Deleted:
  head/ftp/proftpd/files/patch-modules_mod__tls.c
Modified:
  head/ftp/proftpd/Makefile

Modified: head/ftp/proftpd/Makefile
==============================================================================
--- head/ftp/proftpd/Makefile	Mon Mar 27 02:22:12 2017	(r437012)
+++ head/ftp/proftpd/Makefile	Mon Mar 27 05:38:23 2017	(r437013)
@@ -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