Date: Thu, 18 Dec 2014 12:22:26 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r374901 - in head/www: libhtp-suricata tidy-devel varnish varnish-libvmod-header Message-ID: <201412181222.sBICMQp0035782@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Thu Dec 18 12:22:25 2014 New Revision: 374901 URL: https://svnweb.freebsd.org/changeset/ports/374901 QAT: https://qat.redports.org/buildarchive/r374901/ Log: Convert to USES=autoreconf Strip binaries Modified: head/www/libhtp-suricata/Makefile head/www/tidy-devel/Makefile head/www/varnish-libvmod-header/Makefile head/www/varnish/Makefile Modified: head/www/libhtp-suricata/Makefile ============================================================================== --- head/www/libhtp-suricata/Makefile Thu Dec 18 12:15:34 2014 (r374900) +++ head/www/libhtp-suricata/Makefile Thu Dec 18 12:22:25 2014 (r374901) @@ -13,13 +13,13 @@ USE_GITHUB= yes GH_ACCOUNT= inliniac GH_COMMIT= 0294c27 -USES= libtool pathfix pkgconfig -USE_AUTOTOOLS= aclocal autoconf autoheader automake libtoolize +USES= autoreconf libtool pathfix pkgconfig +GNU_CONFIGURE= yes USE_LDCONFIG= yes CONFLICTS_INSTALL= libhtp-[0-9]* PATHFIX_MAKEFILEIN= Makefile.am -AUTOMAKE_ARGS+= --force-missing --add-missing +INSTALL_TARGET= install-strip .include <bsd.port.mk> Modified: head/www/tidy-devel/Makefile ============================================================================== --- head/www/tidy-devel/Makefile Thu Dec 18 12:15:34 2014 (r374900) +++ head/www/tidy-devel/Makefile Thu Dec 18 12:22:25 2014 (r374901) @@ -29,10 +29,9 @@ PLIST_SUB= SHLIB="@comment " NSHLIB="" MAKE_ARGS+= PREFIX=${STAGEDIR}${PREFIX} CONFLICTS= tidy-20000804* tidy-lib-[0-9]* .else -USES+= libtool -USE_AUTOTOOLS= aclocal automake autoconf libtoolize -AUTOMAKE_ARGS+= -a -c --foreign +USES+= autoreconf libtool USE_LDCONFIG= yes +GNU_CONFIGURE= yes INSTALL_TARGET= install-strip PLIST_SUB= SHLIB="" NSHLIB="@comment " CONFLICTS= tidy-devel-[0-9]* Modified: head/www/varnish-libvmod-header/Makefile ============================================================================== --- head/www/varnish-libvmod-header/Makefile Thu Dec 18 12:15:34 2014 (r374900) +++ head/www/varnish-libvmod-header/Makefile Thu Dec 18 12:22:25 2014 (r374901) @@ -18,14 +18,13 @@ LICENSE= BSD BUILD_DEPENDS= ${LOCALBASE}/include/varnish/varnishapi.h:${PORTSDIR}/www/varnish \ rst2man:${PORTSDIR}/textproc/py-docutils -USES= gmake libtool pkgconfig -USE_AUTOTOOLS= aclocal libtoolize autoheader automake autoconf -ACLOCAL_ARGS= -I m4 -AUTOMAKE_ARGS= --add-missing --copy --foreign +USES= autoreconf gmake libtool pkgconfig +GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-static CFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/varnish CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/varnish PLIST_FILES= man/man3/vmod_header.3.gz lib/varnish/vmods/libvmod_header.so WRKSRC= ${WRKDIR}/${PORTNAME}-master +INSTALL_TARGET= install-strip .include <bsd.port.mk> Modified: head/www/varnish/Makefile ============================================================================== --- head/www/varnish/Makefile Thu Dec 18 12:15:34 2014 (r374900) +++ head/www/varnish/Makefile Thu Dec 18 12:22:25 2014 (r374901) @@ -15,15 +15,11 @@ LIB_DEPENDS= libpcre.so:${PORTSDIR}/deve CONFLICTS= varnish-2.* +USES= autoreconf gmake libtool readline pkgconfig python:build GNU_CONFIGURE= yes -USES= gmake libtool readline pkgconfig -USE_PYTHON_BUILD= yes CONFIGURE_ARGS= --localstatedir=${PREFIX} --enable-tests CONFIGURE_ENV= RST2MAN=true USE_LDCONFIG= yes -USE_AUTOTOOLS= aclocal libtoolize automake autoconf -ACLOCAL_ARGS= -I m4 -AUTOMAKE_ARGS= --add-missing --copy --foreign INSTALL_TARGET= install-strip USE_RC_SUBR= varnishd varnishlog varnishncsa
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412181222.sBICMQp0035782>