From owner-svn-ports-all@freebsd.org Mon Dec 19 15:45:27 2016 Return-Path: Delivered-To: svn-ports-all@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 55B0FC88A3C; Mon, 19 Dec 2016 15:45:27 +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 0C6E91A2B; Mon, 19 Dec 2016 15:45:26 +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 uBJFjQPO036707; Mon, 19 Dec 2016 15:45:26 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBJFjQsK036705; Mon, 19 Dec 2016 15:45:26 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201612191545.uBJFjQsK036705@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 19 Dec 2016 15:45:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428938 - in head/www/libnghttp2: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Dec 2016 15:45:27 -0000 Author: sunpoet Date: Mon Dec 19 15:45:25 2016 New Revision: 428938 URL: https://svnweb.freebsd.org/changeset/ports/428938 Log: - Remove unnecessary SUBDIRs from build completely Added: head/www/libnghttp2/files/ head/www/libnghttp2/files/patch-Makefile.am (contents, props changed) Modified: head/www/libnghttp2/Makefile Modified: head/www/libnghttp2/Makefile ============================================================================== --- head/www/libnghttp2/Makefile Mon Dec 19 15:02:21 2016 (r428937) +++ head/www/libnghttp2/Makefile Mon Dec 19 15:45:25 2016 (r428938) @@ -21,8 +21,4 @@ USES= autoreconf libtool pathfix pkgcon USE_GITHUB= yes -post-patch: - @${REINPLACE_CMD} -e 's|doc \(contrib script\)|\1|; /^dist_doc_DATA = / s| README.rst||' ${WRKSRC}/Makefile.am - @${REINPLACE_CMD} -e '/^dist_pkgdata_SCRIPTS = / s| fetch-ocsp-response||' ${WRKSRC}/script/Makefile.am - .include Added: head/www/libnghttp2/files/patch-Makefile.am ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/libnghttp2/files/patch-Makefile.am Mon Dec 19 15:45:25 2016 (r428938) @@ -0,0 +1,21 @@ +--- Makefile.am.orig 2016-11-27 01:56:36 UTC ++++ Makefile.am +@@ -20,8 +20,7 @@ + # 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. +-SUBDIRS = lib third-party src examples python tests integration-tests \ +- 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 + + 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 \