svn commit: r401226 - head/www/varnish4

John Marino marino at FreeBSD.org
Wed Nov 11 07:54:13 UTC 2015


Author: marino
Date: Wed Nov 11 07:54:11 2015
New Revision: 401226
URL: https://svnweb.freebsd.org/changeset/ports/401226

Log:
  www/varnish4: Convert to USES=libedit
  
  While here, remove <pre>/<post> by using BROKEN_arm.
  
  Approved by:	maintainer (feld)

Modified:
  head/www/varnish4/Makefile

Modified: head/www/varnish4/Makefile
==============================================================================
--- head/www/varnish4/Makefile	Wed Nov 11 04:04:22 2015	(r401225)
+++ head/www/varnish4/Makefile	Wed Nov 11 07:54:11 2015	(r401226)
@@ -12,12 +12,13 @@ COMMENT=	High-performance HTTP accelerat
 
 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>


More information about the svn-ports-all mailing list