Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Mar 2017 05:38:24 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r437013 - in head/ftp/proftpd: . files
Message-ID:  <201703270538.v2R5cOwO098571@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)
 



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