From owner-freebsd-current@freebsd.org Thu Dec 29 10:33:51 2016 Return-Path: Delivered-To: freebsd-current@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 E118AC95D89 for ; Thu, 29 Dec 2016 10:33:51 +0000 (UTC) (envelope-from garga.bsd@gmail.com) Received: from mail-qt0-x243.google.com (mail-qt0-x243.google.com [IPv6:2607:f8b0:400d:c0d::243]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9A16B11E5 for ; Thu, 29 Dec 2016 10:33:51 +0000 (UTC) (envelope-from garga.bsd@gmail.com) Received: by mail-qt0-x243.google.com with SMTP id 41so21015184qtn.0 for ; Thu, 29 Dec 2016 02:33:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=sender:from:message-id:mime-version:subject:date:in-reply-to:cc:to :references; bh=L+noLuLV6CMUiYAcbrHAk07EFF/+dnvvrKed5hYrUtI=; b=FhT1KG7i8tX6d2gt9NJZZAZMy12cFvSuEjDLWwdOmtdQ8a6QFUoTjPRN3/SURu1j1s cESECwS43mVRwB9nlkHEg7MOMt2/sON17O6R5tthsNjDsuUJ+IYxINdyVj8LSDCESh29 lMHFUhYJWnPJFyZD3vO68IFilUJA9VVoefcoSuTpai6SckjvwQw7mfGzHmj4IsUosQ6C K8NCztSzoI1gcyItqK9auiwvrjedqihVXOAycx1OR1hQuBnBwqt8aETqZzOrKXN/V8K8 tUvymJ5YAXMYZI6DehF3Pnys6w0yL5PTsT4RW0ublcuEfcO5rWzNSXPxz71feUhSbD2D tObw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:from:message-id:mime-version:subject:date :in-reply-to:cc:to:references; bh=L+noLuLV6CMUiYAcbrHAk07EFF/+dnvvrKed5hYrUtI=; b=rbKtvpJ0mpfLrdap9gIZIsBukDHtzXFYHnMX/fmfaS5Lg3KYMuC3Y15XfVAAvjJDA4 tmdHJRHarnMqLSB0pLdCE6Bbv0FNuJw1djGjw02Pte3oX3ZZxwvWjIsNSBPPxS9DkkTL V8F9vEV+PrTx0O5WH5uL775iPf+f+u84JD6a/gFRqKWiYHzFpS1mHyALoojt6fb6919F 7h0DLfZ61cR/7s0z6nc0L7mJ6BgSHOicjuFkKKCPwGMRo3ctoLMh8yoDjRs6W5hNUyfF RHyghAEWa8cXe+d5xD5XqDrT6z3ILFqqPkmiqAt0LgZAikMVb/3kYr6kSaWpyvcHtLLt fStQ== X-Gm-Message-State: AIkVDXKzc8bNwkX2JnYLgSpCzgZKrrmN6307OOt9Oe7C9S41ee+rI7ZEo/H0fgZg6ffqkQ== X-Received: by 10.200.57.71 with SMTP id t7mr41216162qtb.59.1483007630797; Thu, 29 Dec 2016 02:33:50 -0800 (PST) Received: from mbp.home ([187.94.178.176]) by smtp.gmail.com with ESMTPSA id h43sm32734807qth.29.2016.12.29.02.33.48 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 29 Dec 2016 02:33:49 -0800 (PST) Sender: Renato Botelho From: Renato Botelho Message-Id: <1B021B94-2953-4164-B86F-A82396A5AB17@FreeBSD.org> Mime-Version: 1.0 (Mac OS X Mail 10.2 \(3259\)) Subject: Re: A question about updating src & ports Date: Thu, 29 Dec 2016 08:33:49 -0200 In-Reply-To: Cc: freebsd-current@freebsd.org To: blubee blubeeme References: X-Mailer: Apple Mail (2.3259) Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 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: Thu, 29 Dec 2016 10:33:52 -0000 > On 29 Dec 2016, at 08:11, blubee blubeeme wrote: >=20 > Howdy >=20 > I went through the process of building world for the first time, that = was > interesting but I got it. svn clean up prior object files, build = world, > kernel, etc. >=20 > Okay that part is fine >=20 > I have a question about keeping ports up to date, in the past I did > portsnap fetch update to update the ports but since I totally deleted = all > the ports and used svn checkout to get the latest ports. >=20 > Can I mix portsnap fetch update or should I just continue to use svn = update > /usr/ports If you download ports tree using =E2=80=98portsnap fetch extract=E2=80=99 = you can keep using =E2=80=98portsnap fetch update=E2=80=99 to update it. = If you download ports tree using =E2=80=98svn checkout =E2=80=A6=E2=80=99,= then you should use =E2=80=98svn up=E2=80=99. IMO, portsnap is the easiest way. -- Renato Botelho