Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Dec 2016 15:45:26 +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: r428938 - in head/www/libnghttp2: . files
Message-ID:  <201612191545.uBJFjQsK036705@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612191545.uBJFjQsK036705>