From owner-svn-ports-all@FreeBSD.ORG Sat May 16 13:35:15 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9DCD594E; Sat, 16 May 2015 13:35:15 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8DA1D1778; Sat, 16 May 2015 13:35:15 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4GDZFgS075359; Sat, 16 May 2015 13:35:15 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4GDZF27075358; Sat, 16 May 2015 13:35:15 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201505161335.t4GDZF27075358@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 16 May 2015 13:35:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386537 - head/ftp/pure-ftpd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 May 2015 13:35:15 -0000 Author: sunpoet Date: Sat May 16 13:35:14 2015 New Revision: 386537 URL: https://svnweb.freebsd.org/changeset/ports/386537 Log: - Make USE_OPENSSL conditional Submitted by: koobs Modified: head/ftp/pure-ftpd/Makefile Modified: head/ftp/pure-ftpd/Makefile ============================================================================== --- head/ftp/pure-ftpd/Makefile Sat May 16 13:35:10 2015 (r386536) +++ head/ftp/pure-ftpd/Makefile Sat May 16 13:35:14 2015 (r386537) @@ -41,7 +41,6 @@ CONFIGURE_ARGS= --sysconfdir=${PREFIX}/e --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 @@ -86,6 +85,7 @@ TLS_CONFIGURE_OFF= --without-tls TLS_CONFIGURE_ON= --with-certfile=${TLS_CERTFILE} --with-tls TLS_CPPFLAGS= -I${OPENSSLINC} TLS_LDFLAGS= -L${OPENSSLLIB} +TLS_USE= OPENSSL=yes UPLOADSCRIPT_CONFIGURE_WITH= uploadscript UTF8_CONFIGURE_WITH= rfc2640 UTF8_USES= iconv