From owner-svn-ports-all@freebsd.org Wed Dec 23 11:49:10 2015 Return-Path: Delivered-To: svn-ports-all@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 36637A4F722; Wed, 23 Dec 2015 11:49:10 +0000 (UTC) (envelope-from ohauer@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 063591792; Wed, 23 Dec 2015 11:49:09 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBNBn9H3011444; Wed, 23 Dec 2015 11:49:09 GMT (envelope-from ohauer@FreeBSD.org) Received: (from ohauer@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBNBn98w011443; Wed, 23 Dec 2015 11:49:09 GMT (envelope-from ohauer@FreeBSD.org) Message-Id: <201512231149.tBNBn98w011443@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ohauer set sender to ohauer@FreeBSD.org using -f From: Olli Hauer Date: Wed, 23 Dec 2015 11:49:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404291 - head/Mk/Scripts 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.20 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: Wed, 23 Dec 2015 11:49:10 -0000 Author: ohauer Date: Wed Dec 23 11:49:08 2015 New Revision: 404291 URL: https://svnweb.freebsd.org/changeset/ports/404291 Log: - add additional blank line, else the first line of the error message is directly appended to the last line from the build output deamon@ already fixed the typos in the error message (r404229) PR: 203157 Modified: head/Mk/Scripts/find-lib.sh Modified: head/Mk/Scripts/find-lib.sh ============================================================================== --- head/Mk/Scripts/find-lib.sh Wed Dec 23 11:44:06 2015 (r404290) +++ head/Mk/Scripts/find-lib.sh Wed Dec 23 11:49:08 2015 (r404291) @@ -8,6 +8,7 @@ if [ -z "${LIB_DIRS}" -o -z "${LOCALBASE fi if [ -f /usr/share/misc/magic.mime -o -f /usr/share/misc/magic.mime.mgc ]; then + echo >&2 echo "Either /usr/share/misc/magic.mime or /usr/share/misc/magic.mime.mgc exist and must be removed." >&2 echo "These are legacy files from an older release and may safely be deleted." >&2 echo "Please see UPDATING 20150213 for more details." >&2