From owner-freebsd-questions@freebsd.org Wed Dec 16 14:20:05 2015 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 D38BEA4405B for ; Wed, 16 Dec 2015 14:20:05 +0000 (UTC) (envelope-from idefix@fechner.net) Received: from anny.lostinspace.de (anny.lostinspace.de [IPv6:2a01:138:a006::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 98DFF1C2A for ; Wed, 16 Dec 2015 14:20:05 +0000 (UTC) (envelope-from idefix@fechner.net) Received: from server.idefix.lan (aftr-88-217-181-54.dynamic.mnet-online.de [88.217.181.54]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: idefix@fechner.net) by anny.lostinspace.de (Postfix) with ESMTPSA id BB573101DA8 for ; Wed, 16 Dec 2015 15:20:01 +0100 (CET) DMARC-Filter: OpenDMARC Filter v1.3.1 anny.lostinspace.de BB573101DA8 Authentication-Results: anny.lostinspace.de; dmarc=none header.from=fechner.net DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fechner.net; s=default; t=1450275601; bh=CO7x9C2AQEkN2UOEuBgyZWbmVl4Szs5knQIePuWVRNI=; h=Subject:To:References:From:Date:In-Reply-To; b=e0dnicW6rXhywnkpy/NshPcGLxBw2IMFSksZQYbFCIQI0v6i0hNMwiplUhqqqF/00 kxbIlfWqGdpRNStxlTrUYOB6yXrrRD/+vsLYx6PPONj4iNTc64COYLxXyYYnCI775q XMB4j0pRXh6vyu1Mn8+1w3rn9Us+jsAfxd7Y/XjI= Received: from [192.168.0.151] (aftr-88-217-181-54.dynamic.mnet-online.de [88.217.181.54]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by server.idefix.lan (Postfix) with ESMTPSA id 1452C4FE93 for ; Wed, 16 Dec 2015 15:20:00 +0100 (CET) Subject: Re: Migrating from ports to pkg To: freebsd-questions@freebsd.org References: From: Matthias Fechner Message-ID: <5671730F.7040001@fechner.net> Date: Wed, 16 Dec 2015 15:19:59 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Dec 2015 14:20:05 -0000 Am 15.12.2015 um 23:52 schrieb Chris Stankevitz: > pkg delete portmaster > rm -rf /usr/ports > pkg update > pkg upgrade maybe you would like to execute as last command: pkg autoremove to get rid of all build dependencies. Gruß Matthias -- "Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the universe trying to produce bigger and better idiots. So far, the universe is winning." -- Rich Cook