mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Fix build with readline from ports
Convert to USES=libtool Strip using autotool targets
This commit is contained in:
parent
3869f1df14
commit
83b408d844
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=360008
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user