From owner-freebsd-current@freebsd.org Thu Dec 29 10:11:41 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 70DB4C9569F for ; Thu, 29 Dec 2016 10:11:41 +0000 (UTC) (envelope-from gurenchan@gmail.com) Received: from mail-lf0-x22a.google.com (mail-lf0-x22a.google.com [IPv6:2a00:1450:4010:c07::22a]) (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 EE4A0170C for ; Thu, 29 Dec 2016 10:11:40 +0000 (UTC) (envelope-from gurenchan@gmail.com) Received: by mail-lf0-x22a.google.com with SMTP id t196so218842239lff.3 for ; Thu, 29 Dec 2016 02:11:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=SoMdnd5c2c4+U3WWHOgl65uU1gRluHWA6raqozVuvr8=; b=IvY3uiwsERUpeBwzXos2HmTRy/NmvFVsJAsFu0FcPH5ZPWtuSahvoomQAtpBPjdcgf YLUaZ7AVRtYneS5mPC1h27aJt3HXyMAs8E9FRmgYzKdVtN3jZ8dzgGur/9KIZZZsJHFd FvhKIAd/UJkMXPYq90xbmlFVI9j7E0R+DbbJtNq3Il/Sdm9I8hldPqs+yLJqqXqgZktw 2WMlIo5gs25kN81RGx4hJbMsTrbE3frnVgzUBu6LNNGuAxnRTo0M/5NgcKi2l0PjlTIv 1nKJLX73Siqfcgfp045cuT4IjUGiIt5iA+pDekpBQxEFIyCXFk4FrzZ8MM90hYLuxq27 RtAA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=SoMdnd5c2c4+U3WWHOgl65uU1gRluHWA6raqozVuvr8=; b=BqBJJvRv4i0X00a/QFirwI5nE7x84jJ3YmNbABiMxP10RbkkLORX+YMz88rlGdQd4J EctaOFLFL6tsa4t8vpncSA7EHiYib3G9za2PSNTpLq/xi9FQ0yzPdKw4ifGJv0vD97NL 51LrPhqkFqWCDY1NaQsGW83TTvWklJPSdmymTFBk8Za4joFMinxFemZLPgBrmDbW+AI0 jddeMcH7SDIUztf7jN/XW2ic0ABNCotNWQimmF53OINcikFJDN6qH0PN9nD1H9rY/FYd 3gnMfMBDIhXWbSzUiDFCIoWc4t3qpy91tf0OV/2oaJs2/L6rB4+vxnraNDjRSbAbCHIG u8mQ== X-Gm-Message-State: AIkVDXKzUyMrz9fPWegRFhdvpAO8z9ORXlYis8zJcLnjL18KjjgUv6sXEnye/k3PqcjN2vcsVvDVchzi2LDD6w== X-Received: by 10.25.28.145 with SMTP id c139mr12117677lfc.167.1483006298918; Thu, 29 Dec 2016 02:11:38 -0800 (PST) MIME-Version: 1.0 Received: by 10.25.79.88 with HTTP; Thu, 29 Dec 2016 02:11:38 -0800 (PST) From: blubee blubeeme Date: Thu, 29 Dec 2016 18:11:38 +0800 Message-ID: Subject: A question about updating src & ports To: freebsd-current@freebsd.org Content-Type: text/plain; charset=UTF-8 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:11:41 -0000 Howdy 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. Okay that part is fine 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. Can I mix portsnap fetch update or should I just continue to use svn update /usr/ports Best, Owen