svn commit: r404291 - head/Mk/Scripts

Olli Hauer ohauer at FreeBSD.org
Wed Dec 23 11:49:10 UTC 2015


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


More information about the svn-ports-head mailing list