From owner-freebsd-stable@freebsd.org Tue Jan 31 20:59:07 2017 Return-Path: Delivered-To: freebsd-stable@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 4F3B8CCAF16 for ; Tue, 31 Jan 2017 20:59:07 +0000 (UTC) (envelope-from dwood@vaul-tec.net) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 3EEBF1C36 for ; Tue, 31 Jan 2017 20:59:07 +0000 (UTC) (envelope-from dwood@vaul-tec.net) Received: by mailman.ysv.freebsd.org (Postfix) id 3E352CCAF15; Tue, 31 Jan 2017 20:59:07 +0000 (UTC) Delivered-To: stable@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 3DE2CCCAF14 for ; Tue, 31 Jan 2017 20:59:07 +0000 (UTC) (envelope-from dwood@vaul-tec.net) Received: from smtpout-1.iphouse.net (smtpout-1.iphouse.net [IPv6:2001:4980:0:4002::140]) by mx1.freebsd.org (Postfix) with ESMTP id 270471C35 for ; Tue, 31 Jan 2017 20:59:06 +0000 (UTC) (envelope-from dwood@vaul-tec.net) Received: from boron.staff.iphouse.net (fwext-5.staff.iphouse.net [216.250.176.5]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtpout-1.iphouse.net (Postfix) with ESMTPSA id 3561033C47 for ; Tue, 31 Jan 2017 14:59:00 -0600 (CST) From: Dan Wood Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 10.2 \(3259\)) Subject: SVN_UPDATE not respected by /usr/ports/Makefile? Message-Id: <0E4EBB09-750E-4194-9D6B-DA50D14C64A6@vaul-tec.net> Date: Tue, 31 Jan 2017 14:58:59 -0600 To: stable@freebsd.org X-Mailer: Apple Mail (2.3259) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Jan 2017 20:59:07 -0000 Using a fresh install of FreeBSD 11.0-RELEASE-p1, I was trying to use = /usr/bin/svnlite as a ports upgrade.=20 I've set SVN_UPDATE=3Dyes and SVN=3D/usr/bin/svnlite in /etc/make.conf = IAW the manfile for make.conf, but running 'make update' within = /usr/ports seems to try portsnap regardless. I haven't preseeded /usr/ports/ with svnlite, but I'm wondering if = there's any guidance regarding using svnlite or if there's a pending = update to the portion of the ports documentation regarding svn that = reflects svnlite as part of the base install. --=20 Dan Wood=