svn commit: r384296 - head/sysutils/watchman

Jan Beich jbeich at FreeBSD.org
Sun Apr 19 16:01:49 UTC 2015


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)


More information about the svn-ports-all mailing list