Date: Wed, 17 Feb 2021 18:01:55 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r565553 - in head/www/libnghttp2: . files Message-ID: <202102171801.11HI1twi082804@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102171801.11HI1twi082804>