Convert to USES=autoreconf
Strip binaries
This commit is contained in:
parent
b05b3dc8e4
commit
993c39621f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=374901
4 changed files with 9 additions and 15 deletions
|
@ -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>
|
||||
|
|
|
@ -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]*
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -15,15 +15,11 @@ LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre
|
|||
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue