From owner-svn-ports-head@freebsd.org Wed Feb 17 18:01:59 2021 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A81F654DA27; Wed, 17 Feb 2021 18:01:59 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DglzB0MkWz4TCX; Wed, 17 Feb 2021 18:01:58 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2F2C6ED8; Wed, 17 Feb 2021 18:01:56 +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 11HI1tTc082806; Wed, 17 Feb 2021 18:01:55 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 11HI1twi082804; Wed, 17 Feb 2021 18:01:55 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202102171801.11HI1twi082804@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, 17 Feb 2021 18:01:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r565553 - in head/www/libnghttp2: . files X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/www/libnghttp2: . files X-SVN-Commit-Revision: 565553 X-SVN-Commit-Repository: ports 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.34 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: Wed, 17 Feb 2021 18:02:00 -0000 Author: sunpoet Date: Wed Feb 17 18:01:55 2021 New Revision: 565553 URL: https://svnweb.freebsd.org/changeset/ports/565553 Log: Remoce USES=autoreconf It is not needed after switching to upstream release tarball (r547037). Added: head/www/libnghttp2/files/patch-Makefile.in - copied, changed from r565552, head/www/libnghttp2/files/patch-Makefile.am Deleted: head/www/libnghttp2/files/patch-Makefile.am Modified: head/www/libnghttp2/Makefile Modified: head/www/libnghttp2/Makefile ============================================================================== --- head/www/libnghttp2/Makefile Wed Feb 17 18:01:49 2021 (r565552) +++ head/www/libnghttp2/Makefile Wed Feb 17 18:01:55 2021 (r565553) @@ -13,7 +13,7 @@ COMMENT= HTTP/2.0 C Library LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING -USES= autoreconf compiler:c++14-lang libtool pathfix pkgconfig tar:xz +USES= compiler:c++14-lang libtool pathfix pkgconfig tar:xz CONFIGURE_ARGS= --enable-lib-only GNU_CONFIGURE= yes Copied and modified: head/www/libnghttp2/files/patch-Makefile.in (from r565552, head/www/libnghttp2/files/patch-Makefile.am) ============================================================================== --- head/www/libnghttp2/files/patch-Makefile.am Wed Feb 17 18:01:49 2021 (r565552, copy source) +++ head/www/libnghttp2/files/patch-Makefile.in Wed Feb 17 18:01:55 2021 (r565553) @@ -1,6 +1,6 @@ ---- Makefile.am.orig 2016-11-27 01:56:36 UTC -+++ Makefile.am -@@ -20,8 +20,7 @@ +--- Makefile.in.orig 2021-02-02 11:37:05 UTC ++++ Makefile.in +@@ -448,8 +448,7 @@ top_srcdir = @top_srcdir@ # LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION # OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION # WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. @@ -8,14 +8,14 @@ - doc contrib script +SUBDIRS = lib - # Now with python setuptools, make uninstall will leave many files we - # cannot easily remove (e.g., easy-install.pth). Disable it for -@@ -30,7 +29,7 @@ AM_DISTCHECK_CONFIGURE_FLAGS = --disable + # Now with python setuptools, make uninstall will leave many files we +@@ -457,7 +456,7 @@ SUBDIRS = lib third-party src examples python tests in + # distcheck rule. + AM_DISTCHECK_CONFIGURE_FLAGS = --disable-python-bindings ACLOCAL_AMFLAGS = -I m4 - -dist_doc_DATA = README.rst +dist_doc_DATA = - EXTRA_DIST = nghttpx.conf.sample proxy.pac.sample android-config android-make \ Dockerfile.android \ + cmakeconfig.h.in \