From owner-svn-ports-head@FreeBSD.ORG Sun Apr 19 16:01:49 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D0947117; Sun, 19 Apr 2015 16:01:49 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 BF6EAC12; Sun, 19 Apr 2015 16:01:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3JG1nC6006730; Sun, 19 Apr 2015 16:01:49 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3JG1nDn006729; Sun, 19 Apr 2015 16:01:49 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201504191601.t3JG1nDn006729@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 19 Apr 2015 16:01:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384296 - head/sysutils/watchman 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: Sun, 19 Apr 2015 16:01:49 -0000 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)