Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Nov 2015 07:54:11 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r401226 - head/www/varnish4
Message-ID:  <201511110754.tAB7sB57010119@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511110754.tAB7sB57010119>