diff options
author | bapt <bapt@FreeBSD.org> | 2014-07-01 21:26:41 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-07-01 21:26:41 +0800 |
commit | 1b94c5c096fa08eb41f46ad91f21c7c376cbbe8c (patch) | |
tree | 0334316ac57d0f3ebcf0c87fbd1fd9e8c3b954a7 /www | |
parent | 83d1dc5e7824cbee1ea06f4baaedcf7a2b6254e8 (diff) | |
download | freebsd-ports-gnome-1b94c5c096fa08eb41f46ad91f21c7c376cbbe8c.tar.gz freebsd-ports-gnome-1b94c5c096fa08eb41f46ad91f21c7c376cbbe8c.tar.zst freebsd-ports-gnome-1b94c5c096fa08eb41f46ad91f21c7c376cbbe8c.zip |
Fix build with readline from ports
Convert to USES=libtool
Strip using autotool targets
Diffstat (limited to 'www')
-rw-r--r-- | www/varnish/Makefile | 7 | ||||
-rw-r--r-- | www/varnish/pkg-plist | 1 |
2 files changed, 5 insertions, 3 deletions
diff --git a/www/varnish/Makefile b/www/varnish/Makefile index 2779c4b1959d..42e7733dc561 100644 --- a/www/varnish/Makefile +++ b/www/varnish/Makefile @@ -2,7 +2,7 @@ PORTNAME= varnish PORTVERSION= 3.0.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www MASTER_SITES= http://repo.varnish-cache.org/source/ @@ -16,15 +16,16 @@ LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre CONFLICTS= varnish-2.* GNU_CONFIGURE= yes -USES= gmake pkgconfig +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 libtool libtoolize automake autoconf +USE_AUTOTOOLS= aclocal libtoolize automake autoconf ACLOCAL_ARGS= -I m4 LIBTOOLFLAGS= --copy --force --disable-static AUTOMAKE_ARGS= --add-missing --copy --foreign +INSTALL_TARGET= install-strip USE_RC_SUBR= varnishd varnishlog varnishncsa SUB_FILES= pkg-message diff --git a/www/varnish/pkg-plist b/www/varnish/pkg-plist index b932a2d4a937..482af6f24d75 100644 --- a/www/varnish/pkg-plist +++ b/www/varnish/pkg-plist @@ -42,6 +42,7 @@ lib/varnish/libvarnishcompat.so lib/varnish/libvcl.so lib/varnish/libvgz.so lib/varnish/vmods/libvmod_std.so +lib/libvarnishapi.so.1.0.0 lib/libvarnishapi.so.1 lib/libvarnishapi.so libdata/pkgconfig/varnishapi.pc |