Subject: Re: Bulk builds of pkgsrc-2005Q3 branch?
To: Hauke Fath <hf@spg.tu-darmstadt.de>
From: Juan RP <juan@xtrarom.org>
List: tech-pkg
Date: 10/04/2005 18:22:20
Are you using USE_TOOLS=no in /etc/mk.conf without protecting
the pkgsrc part with BSD_PKG_MK?
Example:
USE_TOOLS=no
.ifdef BSD_PKG_MK # pkgsrc stuff
[...]
.endif
That should work... are you using something like this? if you're not,
I don't think you need to send a PR, because you have to protect
pkgsrc things inside BSD_PKG_MK.
----- Original Message -----
From: "Hauke Fath" <hf@spg.tu-darmstadt.de>
To: "Hauke Fath" <hauke@Espresso.Rhein-Neckar.DE>
Cc: <tech-pkg@NetBSD.org>
Sent: Tuesday, October 04, 2005 2:06 PM
Subject: Re: Bulk builds of pkgsrc-2005Q3 branch?
> Hum.
>
> Different machine (netbsd-2), fresh sandbox setup (netbsd-2 tarballs),
> fresh checkout of pkgsrc-2005Q3. Same errors.
>
> A PBKAC, but not here.
>
> I have "USE_TOOLS = no" in my /etc/mk.conf since the base OS, the
> sandbox and the src tree are all netbsd-2.
[...]
> "Should I send-pr?"
>
> hauke