From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 27 10:20:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 93F2F8AC for ; Fri, 27 Sep 2013 10:20:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7088F2143 for ; Fri, 27 Sep 2013 10:20:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8RAK0ff037879 for ; Fri, 27 Sep 2013 10:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8RAK0GP037878; Fri, 27 Sep 2013 10:20:00 GMT (envelope-from gnats) Resent-Date: Fri, 27 Sep 2013 10:20:00 GMT Resent-Message-Id: <201309271020.r8RAK0GP037878@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Brooks Davis Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 0008A484 for ; Fri, 27 Sep 2013 10:14:10 +0000 (UTC) (envelope-from brooks@lor.one-eyed-alien.net) Received: from lor.one-eyed-alien.net (lor.one-eyed-alien.net [69.66.77.232]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D681020EB for ; Fri, 27 Sep 2013 10:14:09 +0000 (UTC) Received: from lor.one-eyed-alien.net (localhost [127.0.0.1]) by lor.one-eyed-alien.net (8.14.5/8.14.5) with ESMTP id r8RAE8Mi098792 for ; Fri, 27 Sep 2013 05:14:08 -0500 (CDT) (envelope-from brooks@lor.one-eyed-alien.net) Received: (from brooks@localhost) by lor.one-eyed-alien.net (8.14.7/8.14.7/Submit) id r8RAE8eU098791; Fri, 27 Sep 2013 05:14:08 -0500 (CDT) (envelope-from brooks) Message-Id: <201309271014.r8RAE8eU098791@lor.one-eyed-alien.net> Date: Fri, 27 Sep 2013 05:14:08 -0500 (CDT) From: Brooks Davis To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/182438: exprun: switch mtree to nmtree X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Brooks Davis List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Sep 2013 10:20:00 -0000 >Number: 182438 >Category: ports >Synopsis: exprun: switch mtree to nmtree >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Sep 27 10:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Brooks Davis >Release: FreeBSD 8.4-RELEASE amd64 >Organization: >Environment: System: FreeBSD lor.one-eyed-alien.net 8.4-RELEASE FreeBSD 8.4-RELEASE #0 r251259: Sun Jun 2 21:26:57 UTC 2013 root@bake.isc.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 >Description: I'm planning to switch the default mtree from fmtree to nmtree in 10. Please do an exp run to verify that the following change does not break ports. After talking to bapt I belive it shouldn't be a problem unless some port uses mtree directly for some odd reason. When installed over an exist system the functional portion of the change is: rm /usr/sbin/mtree; ln /usr/sbin/nmtree /usr/sbin/mtree Index: UPDATING =================================================================== --- UPDATING (revision 255877) +++ UPDATING (working copy) @@ -31,6 +31,12 @@ disable the most expensive debugging functionality run "ln -s 'abort:false,junk:false' /etc/malloc.conf".) +20130927: + The default version of mtree is nmtree which is obtained from + NetBSD. The output is generally the same, but may vary + slightly. If you found you need identical output adding + "-F freebsd9" to the command line should do the trick. + 20130916: With the addition of unbound(8), a new unbound user is now required during installworld. "mergemaster -p" can be used to Index: share/man/man5/src.conf.5 =================================================================== --- share/man/man5/src.conf.5 (revision 255877) +++ share/man/man5/src.conf.5 (working copy) @@ -848,14 +848,14 @@ .\" from FreeBSD: head/tools/build/options/WITHOUT_NLS_CATALOGS 156932 2006-03-21 07:50:50Z ru Set to not build NLS catalog support for .Xr csh 1 . -.It Va WITH_NMTREE -.\" from FreeBSD: head/tools/build/options/WITH_NMTREE 245435 2013-01-14 20:38:32Z brooks +.It Va WITHOUT_NMTREE +.\" $FreeBSD$ Set to install -.Xr nmtree 8 +.Xr fmtree 8 as .Xr mtree 8 . By default -.Xr fmtree 8 +.Xr nmtree 8 is installed as .Xr mtree 8 . .It Va WITHOUT_NS_CACHING Index: share/mk/bsd.own.mk =================================================================== --- share/mk/bsd.own.mk (revision 255877) +++ share/mk/bsd.own.mk (working copy) @@ -326,6 +326,7 @@ NIS \ NLS \ NLS_CATALOGS \ + NMTREE \ NS_CACHING \ NTP \ OPENSSH \ @@ -382,7 +383,6 @@ LIBICONV_COMPAT \ INSTALL_AS_USER \ LLDB \ - NMTREE \ NAND \ OFED \ OPENSSH_NONE_CIPHER \ >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: