Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Oct 2004 10:24:24 +0930
From:      "Wilkinson, Alex" <alex.wilkinson@dsto.defence.gov.au>
To:        Darksidex <humprhey@gmail.com>
Cc:        freebsd-multimedia@freebsd.org
Subject:   Re: Deinstalling and Reinstalling mplayer
Message-ID:  <20041012005424.GB9390@squirm.dsto.defence.gov.au>
In-Reply-To: <b0641e4b0410110848455b9dbd@mail.gmail.com>
References:  <b0641e4b0410110848455b9dbd@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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"
	



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041012005424.GB9390>