Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Nov 2005 10:54:59 +0200
From:      Vasil Dimov <vd@datamax.bg>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        steve@ion.lu
Subject:   ports/89625: [patch] sysutils/rdiff-backup-devel installs when rdiff-backup is installed
Message-ID:  <20051127085459.GA60771@qlovarnika.bg.datamax>
Resent-Message-ID: <200511270900.jAR90HMp069061@freefall.freebsd.org>

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

>Number:         89625
>Category:       ports
>Synopsis:       [patch] sysutils/rdiff-backup-devel installs when rdiff-backup is installed
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Nov 27 09:00:17 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Vasil Dimov
>Release:        FreeBSD 6.0-STABLE amd64
>Organization:
DataMax
>Environment:

>Description:

rdiff-backup-devel's CONFLICTS= variable is overriden by its master port
(rdiff-backup), resulting in rdiff-backup-devel installing
"successfully" when rdiff-backup is installed.

>How-To-Repeat:

cd /usr/ports/sysutils/rdiff-backup
make install clean
cd /usr/ports/sysutils/rdiff-backup-devel
make install
(shouldn't succeed)

>Fix:

--- rdiff-backup_conflicts.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/sysutils/rdiff-backup/Makefile,v
retrieving revision 1.11
diff -u -r1.11 Makefile
--- Makefile	12 Nov 2005 00:18:01 -0000	1.11
+++ Makefile	27 Nov 2005 08:44:18 -0000
@@ -18,7 +18,7 @@
 
 LIB_DEPENDS=	rsync.1:${PORTSDIR}/net/librsync
 
-CONFLICTS=	rdiff-backup-devel-[0-9]*
+CONFLICTS?=	rdiff-backup-devel-[0-9]*
 
 USE_PYTHON=	yes
 USE_PYDISTUTILS=yes
--- rdiff-backup_conflicts.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:



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