From owner-freebsd-current@FreeBSD.ORG Tue Oct 1 02:58:06 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 294D4956 for ; Tue, 1 Oct 2013 02:58:06 +0000 (UTC) (envelope-from sfourman@gmail.com) Received: from mail-vb0-x231.google.com (mail-vb0-x231.google.com [IPv6:2607:f8b0:400c:c02::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DE6242656 for ; Tue, 1 Oct 2013 02:58:05 +0000 (UTC) Received: by mail-vb0-f49.google.com with SMTP id w16so4335970vbb.36 for ; Mon, 30 Sep 2013 19:58:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=GENOKVV82qhLtQ1BzYNGI7XF/JIf3ulNuNtL7wShbsk=; b=HUqcV5x3vo+kNqAPN46MQaandVftb7IYIU8W1XESoA6CtEcKNQs0/9lDHxsSc/gFaV ksfJ9hvYFt23sXPyDbxs3mJHhx6eC5enGVMGy+q/kBh69QQhvzYgzDqQoA8aQPWtMqHL xlU7TN5PLP6cnghceSEs092q9qVK4KUfbkf4evL2MCNKBxwZgq9HJF2ReKPBAXO+IP+e DvPBgfEQ6DVG/HidDUb7hmBXs0M/w/xSX2M3Tm2dd8y8d8N+h30pafLLk+NlKFruYAH4 Fn+uN9KJ137+uygzw8NayCh2lVippnYP1fk26k7T8+KxHjck49t66Clqm1rZIA4sB0ni aHDg== MIME-Version: 1.0 X-Received: by 10.220.13.20 with SMTP id z20mr25584659vcz.0.1380596285077; Mon, 30 Sep 2013 19:58:05 -0700 (PDT) Received: by 10.220.96.78 with HTTP; Mon, 30 Sep 2013 19:58:05 -0700 (PDT) Date: Mon, 30 Sep 2013 22:58:05 -0400 Message-ID: Subject: CURRENT is broken as of r255958 From: "Sam Fourman Jr." To: FreeBSD Current Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Oct 2013 02:58:06 -0000 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.