Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Jul 2015 11:05:54 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r392818 - head/Mk/Scripts
Message-ID:  <201507241105.t6OB5sfH046007@repo.freebsd.org>

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



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