From owner-svn-ports-head@freebsd.org Wed Nov 11 07:54:12 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F10C1A2B27A; Wed, 11 Nov 2015 07:54:12 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B2C7C153D; Wed, 11 Nov 2015 07:54:12 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAB7sBF4010120; Wed, 11 Nov 2015 07:54:11 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAB7sB57010119; Wed, 11 Nov 2015 07:54:11 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201511110754.tAB7sB57010119@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Wed, 11 Nov 2015 07:54:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401226 - head/www/varnish4 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Nov 2015 07:54:13 -0000 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
/ 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 
-
-.if ${ARCH} == "arm"
-BROKEN=		Does not configure on arm
-.endif
-
-.include 
+.include