From owner-freebsd-questions@freebsd.org Sat Apr 16 14:34:11 2016 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 4EFC9B10922 for ; Sat, 16 Apr 2016 14:34:11 +0000 (UTC) (envelope-from bsduser@cloudzeeland.nl) Received: from ceto.cloudzeeland.nl (cloudzeeland.xs4all.nl [83.161.133.58]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "cloudzeeland.nl", Issuer "COMODO RSA Domain Validation Secure Server CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 17C101E24 for ; Sat, 16 Apr 2016 14:34:10 +0000 (UTC) (envelope-from bsduser@cloudzeeland.nl) Received: from ceto.cloudzeeland.nl (ceto.cloudzeeland.nl [10.10.10.30]) by ceto.cloudzeeland.nl (Postfix) with ESMTP id 53D2047B7876; Sat, 16 Apr 2016 16:34:07 +0200 (CEST) Received: from [10.10.10.34] (unknown [82.176.127.71]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by ceto.cloudzeeland.nl (Postfix) with ESMTPSA id 162D847B786C; Sat, 16 Apr 2016 16:34:07 +0200 (CEST) Subject: Re: Ports upgrade script To: Anton Sayetsky References: <2daca22c-7719-0776-fbe8-3c37021298bf@cloudzeeland.nl> Cc: FreeBSD Questions From: JosC Message-ID: <2e223983-d2ff-fd97-caba-732fd92aa20b@cloudzeeland.nl> Date: Sat, 16 Apr 2016 16:34:16 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP on ceto.cloudzeeland.nl X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Apr 2016 14:34:11 -0000 In een bericht van 16-4-2016 12:18: > > Portsnap isn't compatible with svn. > So I think I should revise the way I update my ports. What I did with my 9.3 BSD was the following script (which worked perfectly): !/bin/sh cd /local/user/etc svn update /usr/src svn update /usr/ports # cd /usr/ports make fetchindex portsdb -fu # # cd /usr/local/etc portupgrade -na # So this part I replaced now with: portsnap fetch update kind of lost how to continue now... BR, Jos