From owner-freebsd-multimedia@FreeBSD.ORG Tue Oct 12 01:00:37 2004 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 22A9816A4CE for ; Tue, 12 Oct 2004 01:00:37 +0000 (GMT) Received: from digger1.defence.gov.au (digger1.defence.gov.au [203.5.217.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id CCCA743D49 for ; Tue, 12 Oct 2004 01:00:35 +0000 (GMT) (envelope-from wilkinsa@squirm.dsto.defence.gov.au) Received: from ednmsw503.dsto.defence.gov.au (ednmsw503.dsto.defence.gov.au [131.185.2.150]) by digger1.defence.gov.au with ESMTP id i9C0xf5D025513 for ; Tue, 12 Oct 2004 10:29:41 +0930 (CST) Received: from muttley.dsto.defence.gov.au (unverified) by ednmsw503.dsto.defence.gov.au (Content Technologies SMTPRS 4.3.10) with ESMTP id ; Tue, 12 Oct 2004 10:30:26 +0930 Received: from ednex501.dsto.defence.gov.au (ednex501.dsto.defence.gov.au [131.185.2.81]) by muttley.dsto.defence.gov.au (8.11.3/8.11.3) with ESMTP id i9C0sL500511; Tue, 12 Oct 2004 10:24:21 +0930 (CST) Received: from squirm.dsto.defence.gov.au ([131.185.40.211]) by ednex501.dsto.defence.gov.au with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id RZJBP4SD; Tue, 12 Oct 2004 10:24:14 +0930 Received: from squirm.dsto.defence.gov.au (localhost [127.0.0.1]) by squirm.dsto.defence.gov.au (8.12.11/8.12.11) with ESMTP id i9C0sOVF066196 ; Tue, 12 Oct 2004 10:24:24 +0930 (CST) (envelope-from wilkinsa@squirm.dsto.defence.gov.au) Received: (from wilkinsa@localhost) by squirm.dsto.defence.gov.au (8.12.11/8.12.11/Submit) id i9C0sO6v066195; Tue, 12 Oct 2004 10:24:24 +0930 (CST) (envelope-from wilkinsa) Date: Tue, 12 Oct 2004 10:24:24 +0930 From: "Wilkinson, Alex" To: Darksidex Message-ID: <20041012005424.GB9390@squirm.dsto.defence.gov.au> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.6i cc: freebsd-multimedia@freebsd.org Subject: Re: Deinstalling and Reinstalling mplayer X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 01:00:37 -0000 If you are using portupgrade then do: # pkg_deinstall /var/db/pkg/mplayer else # pkg_delete /var/db/pkg/mplayer Then: # cd /usr/ports/multimedia/mplayer # make -DWITH_GUI install clean However, there is no make target of WITH_GUI. So it won't work anyway. - aW 0n Mon, Oct 11, 2004 at 05:48:56PM +0200, Darksidex wrote: Hello list, I want to deinstall mplayer and recompile it with --enable-gui. I try to deinstall it with make deinstall, and then I make "make --enable-gui install "(and another options like realplayer suport) . It fails because mplayer is still installed. I tried also "make [OPTIONS] reinstall", and if failed again. Someonoe can help me? I have searched in google, I have read the handbook, and I haven't found anything. _______________________________________________ freebsd-multimedia@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-multimedia To unsubscribe, send any mail to "freebsd-multimedia-unsubscribe@freebsd.org"