Date: Mon, 5 Feb 2018 20:48:24 +0000 (UTC) From: Mikhail Teterin <mi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r461019 - head/www/tdom Message-ID: <201802052048.w15KmO8p066754@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mi Date: Mon Feb 5 20:48:24 2018 New Revision: 461019 URL: https://svnweb.freebsd.org/changeset/ports/461019 Log: We do not need to apply ranlib, and we do not need GNU make. Modified: head/www/tdom/Makefile Modified: head/www/tdom/Makefile ============================================================================== --- head/www/tdom/Makefile Mon Feb 5 20:28:44 2018 (r461018) +++ head/www/tdom/Makefile Mon Feb 5 20:48:24 2018 (r461019) @@ -14,7 +14,7 @@ COMMENT= High performance processing of XML and HTML d LICENSE= MPL11 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= gmake tcl:tea +USES= tcl:tea CONFIGURE_ARGS= --enable-threads --disable-tdomalloc CONFIGURE_ARGS+=--with-expat=/usr EXTRACT_AFTER_ARGS=--exclude 'expat*/*.c' --exclude 'expat*/[a-mo-z]*.h' \ @@ -33,6 +33,7 @@ HTML5_DESC= Enable parsing of HTML5 (requires gumbo) HTML5_LIB_DEPENDS=libgumbo.so:devel/gumbo HTML5_CONFIGURE_ENABLE=html5 HTML5_CFLAGS= -I${LOCALBASE}/include +MAKE_ARGS+= RANLIB_STUB=: post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR}/html
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802052048.w15KmO8p066754>