From owner-freebsd-questions@FreeBSD.ORG Fri Mar 23 14:56:26 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4B39416A40B for ; Fri, 23 Mar 2007 14:56:26 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from mxout7.cac.washington.edu (mxout7.cac.washington.edu [140.142.32.178]) by mx1.freebsd.org (Postfix) with ESMTP id 1880213C4C8 for ; Fri, 23 Mar 2007 14:56:26 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from smtp.washington.edu (smtp.washington.edu [140.142.33.7] (may be forged)) by mxout7.cac.washington.edu (8.13.7+UW06.06/8.13.7+UW07.03) with ESMTP id l2NEuPq2025195 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 23 Mar 2007 07:56:25 -0700 X-Auth-Received: from [192.168.10.41] (c-67-187-172-183.hsd1.ca.comcast.net [67.187.172.183]) (authenticated authid=youshi10) by smtp.washington.edu (8.13.7+UW06.06/8.13.7+UW07.03) with ESMTP id l2NEuOME001312 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Fri, 23 Mar 2007 07:56:25 -0700 Message-ID: <4603EA92.9080004@u.washington.edu> Date: Fri, 23 Mar 2007 07:56:18 -0700 From: Garrett Cooper User-Agent: Thunderbird 1.5.0.10 (X11/20070316) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <495220.59260.qm@web34404.mail.mud.yahoo.com> <4603E99D.6020800@u.washington.edu> In-Reply-To: <4603E99D.6020800@u.washington.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-PMX-Version: 5.3.0.289146, Antispam-Engine: 2.5.0.283055, Antispam-Data: 2007.3.23.74434 X-Uwash-Spam: Gauge=IIIIIII, Probability=7%, Report='__CT 0, __CTE 0, __CT_TEXT_PLAIN 0, __HAS_MSGID 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __SANE_MSGID 0, __USER_AGENT 0' Subject: Re: Reinstalling 'vlc-devel' 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: Fri, 23 Mar 2007 14:56:26 -0000 Garrett Cooper wrote: > White Hat wrote: >> A few days ago, there was a warning in the >> '/usr/ports/UPDATING' file regarding removing >> '/multimedia/vlc' prior to updating. Anyway, I had >> 'vlc-devel' installed; however, I deleted it anyway to >> be safe. I now assume that I can simply reinstall the >> port via: "make install && make clean". Is that >> correct? >> >> Thanks! > > Actually you should do "make deinstall clean install" to properly > reinstall a port. > > -Garrett Note: That assumes that you want to clean the port and its dependencies. make deinstall install works just file as well ;).. -Garrett