svn commit: r383191 - head/Mk

Alexey Dokuchaev danfe at FreeBSD.org
Thu Apr 9 16:39:08 UTC 2015


On Thu, Apr 09, 2015 at 11:33:00AM -0500, Bryan Drewery wrote:
> On 4/8/2015 2:42 PM, Dmitry Marakasov wrote:
> > This breaks countless usecases when port is build which does not belong
> > to the ports tree. Afaik, we have that information in ports - based on
> > that PORTSDIR is chosen. The same mechanism should be used here to
> > conditionally enable the check.
> 
> Please try this patch:
> 
> http://people.freebsd.org/~bdrewery/patches/sanity-category-out-of-tree.mk

With it applied, I can now do this again (as before):

$ cp -a /usr/ports/cat/port /tmp
$ cd /tmp/port
$ make # all OK

./danfe


More information about the svn-ports-head mailing list