From owner-svn-ports-all@FreeBSD.ORG Fri Mar 20 07:05:02 2015 Return-Path: Delivered-To: svn-ports-all@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 3D8A7D63; Fri, 20 Mar 2015 07:05:02 +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 2894DCC8; Fri, 20 Mar 2015 07:05:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t2K751HG057536; Fri, 20 Mar 2015 07:05:01 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t2K751ni057534; Fri, 20 Mar 2015 07:05:01 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201503200705.t2K751ni057534@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Fri, 20 Mar 2015 07:05:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r381711 - head/Mk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Mar 2015 07:05:02 -0000 Author: bdrewery Date: Fri Mar 20 07:05:00 2015 New Revision: 381711 URL: https://svnweb.freebsd.org/changeset/ports/381711 QAT: https://qat.redports.org/buildarchive/r381711/ Log: These lines are being expanded badly. Fix syntax error. Modified: head/Mk/bsd.sanity.mk Modified: head/Mk/bsd.sanity.mk ============================================================================== --- head/Mk/bsd.sanity.mk Fri Mar 20 02:46:46 2015 (r381710) +++ head/Mk/bsd.sanity.mk Fri Mar 20 07:05:00 2015 (r381711) @@ -77,7 +77,7 @@ DEV_WARNING+= "USE_GNOME=desktopfileutil .endif .if defined(LIB_DEPENDS) && ${LIB_DEPENDS:Nlib*} -DEV_ERROR+= "All LIB_DEPENDS should use the new format and start out with lib. (libfoo.so vs foo.so)" +DEV_ERROR+= "All LIB_DEPENDS should use the new format and start out with lib. \(libfoo.so vs foo.so\)" .endif .if defined(USE_TCL) || defined(USE_TCL_BUILD) || defined(USE_TCL_RUN) || defined(USE_TCL_WRAPPER) || \