Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Dec 2015 11:49:09 +0000 (UTC)
From:      Olli Hauer <ohauer@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r404291 - head/Mk/Scripts
Message-ID:  <201512231149.tBNBn98w011443@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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