svn commit: r385340 - head/ftp/pure-ftpd

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun May 3 19:40:35 UTC 2015


Author: sunpoet
Date: Sun May  3 19:40:34 2015
New Revision: 385340
URL: https://svnweb.freebsd.org/changeset/ports/385340

Log:
  - Use USE_OPENSSL
  
  PR:		199732
  Submitted by:	Philip Jocks <freebsdbugs at filis.org>

Modified:
  head/ftp/pure-ftpd/Makefile

Modified: head/ftp/pure-ftpd/Makefile
==============================================================================
--- head/ftp/pure-ftpd/Makefile	Sun May  3 19:40:18 2015	(r385339)
+++ head/ftp/pure-ftpd/Makefile	Sun May  3 19:40:34 2015	(r385340)
@@ -41,6 +41,7 @@ CONFIGURE_ARGS=	--localstatedir=/var --s
 		--with-language=${LANG} --with-paranoidmsg --with-puredb \
 		--with-quotas --with-ratios
 GNU_CONFIGURE=	yes
+USE_OPENSSL=	yes
 USE_PERL5=	run
 USE_RC_SUBR=	pure-ftpd
 USES=		cpe perl5 shebangfix tar:bzip2
@@ -83,6 +84,8 @@ SENDFILE_CONFIGURE_WITH=sendfile
 THROTTLING_CONFIGURE_WITH=	throttling
 TLS_CONFIGURE_OFF=	--without-tls
 TLS_CONFIGURE_ON=	--with-certfile=${TLS_CERTFILE} --with-tls
+TLS_CPPFLAGS=		-I${OPENSSLINC}
+TLS_LDFLAGS=		-L${OPENSSLLIB}
 UPLOADSCRIPT_CONFIGURE_WITH=	uploadscript
 UTF8_CONFIGURE_WITH=	rfc2640
 UTF8_USES=		iconv


More information about the svn-ports-head mailing list