Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Oct 2004 08:54:34 +0400
From:      Roman Bogorodskiy <bogorodskiy@inbox.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/72861: [ patch ] x11-themes/fluxbox-fluxmod and x11-themes/flux-art conflicts because installs the same files
Message-ID:  <E1CJm13-0005YJ-00.bogorodskiy-inbox-ru@mx1.mail.ru>
Resent-Message-ID: <200410190500.i9J50o4i075140@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         72861
>Category:       ports
>Synopsis:       [ patch ] x11-themes/fluxbox-fluxmod and x11-themes/flux-art conflicts because installs the same files
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Oct 19 05:00:50 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Roman Bogorodskiy
>Release:        FreeBSD 5.3-BETA7 i386
>Organization:
>Environment:
System: FreeBSD lame.novel.ru 5.3-BETA7 FreeBSD 5.3-BETA7 #12: Sat Oct 16 20:09:15 MSD 2004 root@lame.novel.ru:/usr/obj/usr/home/novel/current/src/sys/NOVEL i386


>Description:
	x11-themes/fluxbox-fluxmod and x11-themes/flux-art conflicts with each
	other because they installs the same files (to be exact, this theme 
	packages include the same themes which installs the same files). One 
	of the possible solutions of this problem is to add CONFLICTS for
	each port (as I've done) or probably change the themes list. I guess,
	maintainers of these ports should descide what is better themselves. 
>How-To-Repeat:
	Try to install both of these ports and then try to deinstall.
>Fix:

diff -ru fluxbox-fluxmod.orig/Makefile fluxbox-fluxmod/Makefile
--- fluxbox-fluxmod.orig/Makefile	Tue Oct 19 08:33:57 2004
+++ fluxbox-fluxmod/Makefile	Tue Oct 19 08:35:22 2004
@@ -16,6 +16,8 @@
 
 RUN_DEPENDS=	fluxbox:${PORTSDIR}/x11-wm/fluxbox-devel
 
+CONFLICTS=      flux-art-*
+
 USE_BZIP2=	yes
 USE_X_PREFIX=	yes
 NO_BUILD=	yes
diff -ru flux-art.orig/Makefile flux-art/Makefile
--- flux-art.orig/Makefile	Tue Oct 19 08:33:44 2004
+++ flux-art/Makefile	Tue Oct 19 08:40:19 2004
@@ -15,6 +15,8 @@
 
 RUN_DEPENDS=	fluxbox:${PORTSDIR}/x11-wm/fluxbox-devel
 
+CONFLICTS=      fluxbox-fluxmod-*
+
 USE_BZIP2=	yes
 USE_X_PREFIX=	yes
 NO_BUILD=	yes
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1CJm13-0005YJ-00.bogorodskiy-inbox-ru>