svn commit: r392818 - head/Mk/Scripts

Mathieu Arnold mat at FreeBSD.org
Fri Jul 24 11:05:54 UTC 2015


Author: mat
Date: Fri Jul 24 11:05:53 2015
New Revision: 392818
URL: https://svnweb.freebsd.org/changeset/ports/392818

Log:
  [Forced commit to explain the previous commit]
  
  Before this, you could say:
  BUILD_DEPENDS=	libfoo.so:some/foo
  LIB_DEPENDS=	bar:some/bar
  
  The package would build because the dependencies would be installed
  correctly.  But, the dependencies would not be registered in the
  package, and it would be non functionnal when installed.
  
  Now, if you say the same thing, it will tell you that
  1) it can't find exececutable libfoo.so
  2) bar is not a valid pattern for LIB_DEPENDS
  
  giving you a hint that you are doing something wrong.
  
  Poked by:	myself, bapt

Modified:
  head/Mk/Scripts/do-depends.sh

Modified: head/Mk/Scripts/do-depends.sh
==============================================================================


More information about the svn-ports-all mailing list