pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Bulk builds



On Sun, Oct 10, 2010 at 11:05:58AM +0200, Stefan Palm wrote:
> Hi Thomas.
> 
> Thanks for your feedback.
> Adding "GCC_REQD=4.4" to my "mk.conf" resulted in an error
> ("Circular dependency detected").

Make sure to set it conditionally for lang/gcc44 and dependencies.
E.g.

.if ${PKGPATH} != "lang/gcc44" && ${PKGPATH} != "pkgtools/digest"
GCC_REQD=4.4
.endif

Joerg


Home | Main Index | Thread Index | Old Index