CURRENT is broken as of r255958
Glen Barber
gjb at FreeBSD.org
Tue Oct 1 03:04:25 UTC 2013
On Mon, Sep 30, 2013 at 10:58:05PM -0400, Sam Fourman Jr. wrote:
> r255958 builds world and kernel fine, but make release fails
>
> I used vi to wield # signs, and produced a patch that fixes the
> problem, however
> this is not the correct fix.
>
>
> Index: etc/periodic/daily/Makefile
> ===================================================================
> --- etc/periodic/daily/Makefile (revision 255960)
> +++ etc/periodic/daily/Makefile (working copy)
> @@ -24,9 +24,9 @@
> FILES+= 310.accounting
> .endif
>
> -.if ${MK_BIND_NAMED} != "no"
> -FILES+= 470.status-named
> -.endif
> +#.if ${MK_BIND_NAMED} != "no"
> +#FILES+= 470.status-named
> +#.endif
>
> .if ${MK_CALENDAR} != "no"
> FILES+= 300.calendar
>
It is (at least part of) the correct fix. We're aware of this, and
working on it.
Glen
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 834 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/freebsd-current/attachments/20130930/a77fd803/attachment.sig>
More information about the freebsd-current
mailing list