1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00

www/varnish4: Convert to USES=libedit

While here, remove <pre>/<post> by using BROKEN_arm.

Approved by:	maintainer (feld)
This commit is contained in:
John Marino 2015-11-11 07:54:11 +00:00
parent 8f469fa4c2
commit 9916f254bd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=401226

View File

@ -12,12 +12,13 @@ COMMENT= High-performance HTTP accelerator
LICENSE= BSD2CLAUSE
LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre \
libedit.so.0:${PORTSDIR}/devel/libedit
LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre
CONFLICTS= varnish-2.* varnish-3.*
BROKEN_arm= does not configure
USES= autoreconf cpe gmake libtool pkgconfig python:2,build readline shebangfix
USES= autoreconf cpe gmake libedit libtool pkgconfig python:2,build \
readline shebangfix
SHEBANG_FILES= lib/libvcc/vmodtool.py
CPE_VENDOR= varnish-cache
CFLAGS+= -I${LOCALBASE}/include
@ -47,10 +48,4 @@ post-patch:
regression-test check test: build
${MAKE_CMD} TESTS_PARALLELISM=1 -C ${WRKSRC} check
.include <bsd.port.pre.mk>
.if ${ARCH} == "arm"
BROKEN= Does not configure on arm
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>