From owner-svn-ports-head@FreeBSD.ORG Fri Mar 28 15:17:11 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0D32A308; Fri, 28 Mar 2014 15:17:11 +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 ED3DE98C; Fri, 28 Mar 2014 15:17:10 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s2SFHA3T031937; Fri, 28 Mar 2014 15:17:10 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s2SFHAO5031936; Fri, 28 Mar 2014 15:17:10 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201403281517.s2SFHAO5031936@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Fri, 28 Mar 2014 15:17:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r349428 - head/ftp/curl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Mar 2014 15:17:11 -0000 Author: sunpoet Date: Fri Mar 28 15:17:10 2014 New Revision: 349428 URL: http://svnweb.freebsd.org/changeset/ports/349428 QAT: https://qat.redports.org/buildarchive/r349428/ Log: - Fix HTTP2 option Reported by: many Modified: head/ftp/curl/Makefile Modified: head/ftp/curl/Makefile ============================================================================== --- head/ftp/curl/Makefile Fri Mar 28 14:47:10 2014 (r349427) +++ head/ftp/curl/Makefile Fri Mar 28 15:17:10 2014 (r349428) @@ -83,6 +83,8 @@ HEIMDAL_PORT_LDFLAGS= -L${HEIMDAL_HOME}/ HEIMDAL_PORT_LIB_DEPENDS= libgssapi.so:${PORTSDIR}/security/heimdal HTTP2_CONFIGURE_OFF= --without-nghttp2 HTTP2_CONFIGURE_ON= --with-nghttp2=${LOCALBASE} +HTTP2_LIB_DEPENDS= libnghttp2.so:${PORTSDIR}/www/nghttp2 +HTTP2_USES= pkgconfig IDN_CONFIGURE_OFF= --without-libidn IDN_CONFIGURE_ON= --with-libidn=${LOCALBASE} IDN_LIB_DEPENDS= libidn.so:${PORTSDIR}/dns/libidn