Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 May 2001 04:20:05 -0700 (PDT)
From:      Espen Skoglund <esk@ira.uka.de>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/27397: Update Port audio/xmms
Message-ID:  <200105171120.f4HBK5E45393@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/27397; it has been noted by GNATS.

From: Espen Skoglund <esk@ira.uka.de>
To: FreeBSD-gnats-submit@FreeBSD.ORG
Cc: pat@databits.net
Subject: Re: ports/27397: Update Port audio/xmms
Date: Thu, 17 May 2001 13:10:19 +0200 (CEST)

 > Be more graceful handling deletion of the plugins directory
 
 >  @dirrm %%DATADIR%%/xmms
 > -@dirrm lib/xmms/Visualization
 > -@dirrm lib/xmms/Output
 > -@dirrm lib/xmms/Input
 > -@dirrm lib/xmms/General
 > -@dirrm lib/xmms/Effect
 > -@dirrm lib/xmms
 > +@unexec rmdir %D/lib/xmms/Visualization 2>/dev/null || true
 > +@unexec rmdir %D/lib/xmms/Output 2>/dev/null || true
 > +@unexec rmdir %D/lib/xmms/Input 2>/dev/null || true
 > +@unexec rmdir %D/lib/xmms/General 2>/dev/null || true
 > +@unexec rmdir %D/lib/xmms/Effect 2>/dev/null || true
 > +@unexec rmdir %D/lib/xmms 2>/dev/null || echo "If you are permanently removing this port, you should deinstall any xmms plugin ports you have installed." | fmt
 
 Is this necessary?  I mean, if you deinstall xmms and you still have
 plugin ports that depend on it, the deinstall process will complain
 pretty loudly anyway.  If you have something installed under lib/xmms
 (i.e., plugins) which does *not* have any dependencies to xmms, you
 probably have set up the dependencies for that port incorrectly.
 
 	eSk

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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