Date: Wed, 17 Feb 2021 18:02:01 +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: r565554 - head/www/nghttp2 Message-ID: <202102171802.11HI21re082905@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Wed Feb 17 18:02:01 2021 New Revision: 565554 URL: https://svnweb.freebsd.org/changeset/ports/565554 Log: Remoce USES=autoreconf It is not needed after switching to upstream release tarball (r547037). Modified: head/www/nghttp2/Makefile Modified: head/www/nghttp2/Makefile ============================================================================== --- head/www/nghttp2/Makefile Wed Feb 17 18:01:55 2021 (r565553) +++ head/www/nghttp2/Makefile Wed Feb 17 18:02:01 2021 (r565554) @@ -20,7 +20,7 @@ OPTIONS_DEFAULT=APP HPACK OPTIONS_SUB= yes APP_DESC= Build h2load, nghttp, nghttpd and nghttpx -USES= autoreconf compiler:c++14-lang gmake libtool localbase pathfix pkgconfig ssl tar:xz +USES= compiler:c++14-lang gmake libtool localbase pathfix pkgconfig ssl tar:xz CONFIGURE_ARGS= --disable-python-bindings --with-jemalloc CONFIGURE_ENV= OPENSSL_CFLAGS="-I${OPENSSLINC}" \ @@ -55,8 +55,8 @@ HPACK_CONFIGURE_ENABLE= hpack-tools HPACK_LIB_DEPENDS= libjansson.so:devel/jansson post-patch: - @${REINPLACE_CMD} -e '/^SUBDIRS = / s| lib||' ${WRKSRC}/Makefile.am - @${REINPLACE_CMD} -e 's|$$[({]top_builddir[})]/lib/libnghttp2.la|-lnghttp2|' ${WRKSRC}/*/Makefile.am + @${REINPLACE_CMD} -e '/^SUBDIRS = / s| lib||' ${WRKSRC}/Makefile.in + @${REINPLACE_CMD} -e 's|$$[({]top_builddir[})]/lib/libnghttp2.la|-lnghttp2|' ${WRKSRC}/*/Makefile.in @${REINPLACE_CMD} -e '1d' ${WRKSRC}/script/fetch-ocsp-response # lib/libnghttp2.* are not available until configure phase
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102171802.11HI21re082905>