From owner-svn-ports-branches@freebsd.org Wed Apr 19 14:15:31 2017 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0449AD45D4D; Wed, 19 Apr 2017 14:15:31 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 C8438DED; Wed, 19 Apr 2017 14:15:30 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v3JEFTqi022709; Wed, 19 Apr 2017 14:15:29 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3JEFTve022708; Wed, 19 Apr 2017 14:15:29 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201704191415.v3JEFTve022708@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 19 Apr 2017 14:15:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r438844 - branches/2017Q2/ftp/curl X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Apr 2017 14:15:31 -0000 Author: sunpoet Date: Wed Apr 19 14:15:29 2017 New Revision: 438844 URL: https://svnweb.freebsd.org/changeset/ports/438844 Log: MFH: r438798 Fix HTTP2 option PR: 218721 Reported by: Approved by: ports-secteam (junovitch) Modified: branches/2017Q2/ftp/curl/Makefile Directory Properties: branches/2017Q2/ (props changed) Modified: branches/2017Q2/ftp/curl/Makefile ============================================================================== --- branches/2017Q2/ftp/curl/Makefile Wed Apr 19 14:04:23 2017 (r438843) +++ branches/2017Q2/ftp/curl/Makefile Wed Apr 19 14:15:29 2017 (r438844) @@ -86,7 +86,7 @@ GSSAPI_MIT_LDFLAGS= ${GSSAPILDFLAGS} GSSAPI_MIT_LIBS= ${GSSAPILIBS} GSSAPI_MIT_USES= gssapi:mit GSSAPI_NONE_CONFIGURE_ON= --without-gssapi -HTTP2_CONFIGURE_WITH= libnghttp2 +HTTP2_CONFIGURE_WITH= nghttp2 HTTP2_LIB_DEPENDS= libnghttp2.so:www/libnghttp2 HTTP2_USES= pkgconfig IDN_CONFIGURE_WITH= libidn2