From owner-freebsd-questions@freebsd.org Wed Jan 4 17:01:23 2017 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 57D0CC9F0B1 for ; Wed, 4 Jan 2017 17:01:23 +0000 (UTC) (envelope-from baho-utot@columbus.rr.com) Received: from cdptpa-oedge-vip.email.rr.com (cdptpa-outbound-snat.email.rr.com [107.14.166.228]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "cdptpa-oedge", Issuer "cdptpa-oedge" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 2368C1225 for ; Wed, 4 Jan 2017 17:01:22 +0000 (UTC) (envelope-from baho-utot@columbus.rr.com) Received: from [76.181.114.47] ([76.181.114.47:53581] helo=raspberrypi.bildanet.com) by cdptpa-omsmta02 (envelope-from ) (ecelerity 3.6.9.48312 r(Core:3.6.9.0)) with ESMTP id B5/4F-28949-1C62D685; Wed, 04 Jan 2017 16:45:53 +0000 Received: from [192.168.1.152] by raspberrypi.bildanet.com with esmtp (Exim 4.84) (envelope-from ) id 1cOohF-0002YD-1X; Wed, 04 Jan 2017 11:45:53 -0500 Message-ID: <586D26BB.6030404@columbus.rr.com> Date: Wed, 04 Jan 2017 11:45:47 -0500 From: Baho Utot User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Building base, other than by default Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-RR-Connecting-IP: 107.14.168.7:25 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Jan 2017 17:01:23 -0000 I am working on a script to build base and I want to build it in another directory other than /usr/src. I would also like to place the result binaries in another directory other than /usr/obj. I also would like to build as a non-root user. Is this possible and can I install base from the build. Also how is the packaging of base going. Thanks