Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Apr 2015 16:01:49 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r384296 - head/sysutils/watchman
Message-ID:  <201504191601.t3JG1nDn006729@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Sun Apr 19 16:01:48 2015
New Revision: 384296
URL: https://svnweb.freebsd.org/changeset/ports/384296

Log:
  Avoid invoking arcanist as part of vendor install
  
  $ make
  ...
  arc lint --output compiler --lintall
  Usage Exception: This command must be run in a Git, Mercurial or Subversion working copy.
  Makefile:2464: recipe for target 'lint' failed
  gmake[2]: [lint] Error 1 (ignored)
  
  Approved by:	portmgr blanket

Modified:
  head/sysutils/watchman/Makefile

Modified: head/sysutils/watchman/Makefile
==============================================================================
--- head/sysutils/watchman/Makefile	Sun Apr 19 15:14:26 2015	(r384295)
+++ head/sysutils/watchman/Makefile	Sun Apr 19 16:01:48 2015	(r384296)
@@ -18,6 +18,7 @@ GH_TAGNAME=	v${PORTVERSION}
 
 USES=		autoreconf gmake pkgconfig
 GNU_CONFIGURE=	yes
+CONFIGURE_ENV=	ac_cv_prog_HAVE_ARC=false
 CONFIGURE_ARGS=	--with-pcre
 
 .if defined(BATCH) || defined(PACKAGE_BUILDING)



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