From owner-freebsd-questions@FreeBSD.ORG Thu Jul 1 21:23:39 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E09F5106566C for ; Thu, 1 Jul 2010 21:23:39 +0000 (UTC) (envelope-from chrisstankevitz@yahoo.com) Received: from web52905.mail.re2.yahoo.com (web52905.mail.re2.yahoo.com [206.190.49.15]) by mx1.freebsd.org (Postfix) with SMTP id 6E9F28FC16 for ; Thu, 1 Jul 2010 21:23:39 +0000 (UTC) Received: (qmail 55180 invoked by uid 60001); 1 Jul 2010 21:23:35 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1278019415; bh=LAGw+61H5G7J6YH/jjMAx6vK7POEEzYrQPoY94sSQMU=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type; b=TNpqAnCUhhp4guXAMPnWs/edp+o6vK0HK/Xcl+imiLY13wRwSCYmEzXcqcAJjm99kaaPdWuXLVtJp2SZhTzbzQ9pwTh5RVfOydh3n7sWsf+gj/2yptsj+AH6Vm3syQ0dJ49RKxTVojUBGtuQU9VSKZOu8zJPUpKFm8Th7Jbo+zE= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type; b=FFTDcoZJYDuHs991l9TmsnhuXpPpNZGVak7plh/7uyhdOftH3aieQHTEpTdoFGF94RA9AGuneLmyQLTucXbRZVVIENIEbt6yfQ+xbd57yI+R0R4m4DwNEzG/CoM6oOLwD4X2c8lMfnJIAIkN3StuY+eeQRicDdGyZgC2y/n/eKc=; Message-ID: <580252.53856.qm@web52905.mail.re2.yahoo.com> X-YMail-OSG: uMj7QW0VM1kCw2ma2beaZ_uOODfLT9VR3S6AAmMZYCVudNg t48cTu74NSODJpxyCHW9m.ZmFUNhQkdselZfG5xQi3YgKJd42B3.Hw.xQnlo _uAL_v_AQ8YwbKNItx6R8KO.MST64iDnDHBx0mvN.2okJLZ9gsyd39JfvX8g 509zLxyJUiqs2FmyiMSAzKtBcsNYPcMjc89vUY1FvziuGhBuW.WsHQk0ycE5 WQ.NmN29H13to5mrp_nPAESMimvzS9IbhESY9iE0JYKO5lekEdGNl.5AhiUC BsoTYJFUR.pth1G6V6vE9NEvrxFMvOsSsJz64BpZT21nsaeNL2m3rvQ-- Received: from [206.190.77.154] by web52905.mail.re2.yahoo.com via HTTP; Thu, 01 Jul 2010 14:23:35 PDT X-Mailer: YahooMailClassic/11.1.4 YahooMailWebService/0.8.104.274457 Date: Thu, 1 Jul 2010 14:23:35 -0700 (PDT) From: Chris Stankevitz To: "freebsd-questions@freebsd.org" MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Convert all packages to ports X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2010 21:23:40 -0000 Hello, I setup my system using "packages". I have 675 "packages" installed and 0 "ports" installed. Q: Is there a simple way to replace each "package" with the locally compiled "port"? Ideally the procedure will not ask me any questions and will leave me with 0 installed "packages" and 675 installed "ports". Thank you, Chris