From owner-freebsd-questions@freebsd.org Fri Jul 22 09:41:48 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 DC101BA1815; Fri, 22 Jul 2016 09:41:48 +0000 (UTC) (envelope-from maxnix.bsd@gmail.com) Received: from mail-wm0-x235.google.com (mail-wm0-x235.google.com [IPv6:2a00:1450:400c:c09::235]) (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 70F6A18BF; Fri, 22 Jul 2016 09:41:48 +0000 (UTC) (envelope-from maxnix.bsd@gmail.com) Received: by mail-wm0-x235.google.com with SMTP id o80so58304669wme.1; Fri, 22 Jul 2016 02:41:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=J4o6F5IzDsX2vilaqtnEMudA1tufdUTxFKSfFnBqy8E=; b=R5Nk/mOn0UCAK0Scv/IDMJIDHiewHlFpf7qxvOaEz7OcSFNFlx6PNXVVVo5Ly7b8Oc iYE6A63NIz6e5EzKi0i1h2m7G8ZkZz2IbEWyQQfrmV0kD5tR9TWqyc9w578xADFgFKKy cdDbOC7DGuQp2K4J6PH6vci8fOyZDc0ZKJEFibUwdE1Rku5dnDgqEq6wz8ED8JJbut/V wjrgI4Kpg4USH5eMJFy//FhQO52Ic+Pp7xaYG2cFsVlsgSrwd/BnqBbYOBoR9lg6UrLk qSmVmt3g6ox+WuVX5tCUskVpEpweQbBqInmRHfwEo5XUr9VRcj1IwHnH1k4JbJxLqDwb Y5wA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:cc:subject:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=J4o6F5IzDsX2vilaqtnEMudA1tufdUTxFKSfFnBqy8E=; b=HvXfb/SCGxJkyaycLWkz8JLBdN14h5zINC3OxFxXShr4+9X7AaSbkdrVv7cRfwBs2Z 7YjnhmK1FXC0XkZCCPZY6JZ+k9gyXgFK+9LyploINjll72akdwrwr1xP0wBhT3C7PSUP dY+zafWJlx+FljXJq3C0Wy4FBj8+tLjS7YZNO3sFMdo0Seh/vgx6WzPsOESpcxMM13si YeEpDiGig8wJ/2SQ21k+4wZ+ZXZ7WRUwn1+adQYjL98QiJHePGDUEmGcUVS9DeP99WDH PNWBwEp86vA52Nu3Pz53GMh5izEwOIOAbdhZsYbADE9ip2YW3OJi0vXNh79zXrZFZ2/2 aGgQ== X-Gm-Message-State: AEkoout9WpO3jvfJVIxprgkP7hBqFJsqy8WJIOJm2nTaVxX+olC9qaOqtPV15tU5KscK4A== X-Received: by 10.28.61.11 with SMTP id k11mr4397096wma.34.1469180507079; Fri, 22 Jul 2016 02:41:47 -0700 (PDT) Received: from max-BSD ([5.87.77.47]) by smtp.gmail.com with ESMTPSA id p23sm11698582wme.8.2016.07.22.02.41.46 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Fri, 22 Jul 2016 02:41:46 -0700 (PDT) Date: Fri, 22 Jul 2016 11:41:39 +0200 From: maxnix To: krad Cc: FreeBSD Questions , freebsd-stable Subject: Re: Upgrading 10.3 -> 11 Message-ID: <20160722114139.31579fc1@max-BSD> In-Reply-To: References: X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.29; i386-portbld-freebsd10.1) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Jul 2016 09:41:49 -0000 Il giorno Fri, 22 Jul 2016 10:10:35 +0100 krad ha scritto: > Hi, as 11 is getting closeish to release is there anything special we > need to do in order to upgrade from 10 -> 11. I usually use the > makeworld method, but I heard that in 11 the base os would be > packaged in a different way using pkgng. I cant find any hard > information on this though, so currently is just looks like a normal > makeworld type upgrade will work with all the normal caveats. Am I > correct in my thinking? > _______________________________________________ > freebsd-questions@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-questions To > unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" This concerns binary upgrades. Source-based upgrades are untouched. You can look here for more infos: https://wiki.freebsd.org/PkgBase. HTH