Date: Mon, 30 Sep 2013 22:58:05 -0400 From: "Sam Fourman Jr." <sfourman@gmail.com> To: FreeBSD Current <freebsd-current@freebsd.org> Subject: CURRENT is broken as of r255958 Message-ID: <CAOFF%2BZ1_fBDkvK3tauyuXCf8HfLfGbQBQJu2aUU-_WAej-HpEQ@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
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. could someone help me write the correct patch? root@NewBSD:/usr/src # svnlite info Path: . Working Copy Root Path: /usr/src URL: svn://svn.freebsd.org/base/head Relative URL: ^/head Repository Root: svn://svn.freebsd.org/base Repository UUID: ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f Revision: 255960 Node Kind: directory Schedule: normal Last Changed Author: dteske Last Changed Rev: 255958 Last Changed Date: 2013-09-30 21:26:03 +0000 (Mon, 30 Sep 2013) 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 -- Sam Fourman Jr.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAOFF%2BZ1_fBDkvK3tauyuXCf8HfLfGbQBQJu2aUU-_WAej-HpEQ>