pkgsrc-Changes archive

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

Re: CVS commit: pkgsrc/lang/rust



Hello Greg,

Greg Troxel writes:
> [...] Omit NetBSD 1 from the broken list, so that
> this doesn't match NetBSD 10.
> [...]
> +# The NetBSD bootstraps are built for NetBSD 8 (because rust doesn't
> +# build on 7).  Mark 2-7 as broken (leave 1 out, because 10 will be
> +# here soon).
> +BROKEN_ON_PLATFORM+= NetBSD-[2-7]*-*

Couldn't a `.' be added instead to avoid that kludge?
I.e.:

 BROKEN_ON_PLATFORM+= NetBSD-[1-7].*-*


Thanks!



Home | Main Index | Thread Index | Old Index