svn commit: r380467 - head/Mk

Ryan Steinmetz zi at FreeBSD.org
Thu Mar 5 00:36:53 UTC 2015


Author: zi
Date: Thu Mar  5 00:36:52 2015
New Revision: 380467
URL: https://svnweb.freebsd.org/changeset/ports/380467
QAT: https://qat.redports.org/buildarchive/r380467/

Log:
  - Make LIB_DEPENDS error more useful
  
  Approved by:	portmgr (bapt)

Modified:
  head/Mk/bsd.sanity.mk

Modified: head/Mk/bsd.sanity.mk
==============================================================================
--- head/Mk/bsd.sanity.mk	Wed Mar  4 23:51:13 2015	(r380466)
+++ head/Mk/bsd.sanity.mk	Thu Mar  5 00:36:52 2015	(r380467)
@@ -73,7 +73,7 @@ DEV_WARNING+=	"USE_GNOME=desktopfileutil
 .endif
 
 .if defined(LIB_DEPENDS) && ${LIB_DEPENDS:Nlib*}
-DEV_ERROR+=	"Please use the new format for LIB_DEPENDS, see handbook for details"
+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) || \


More information about the svn-ports-head mailing list