Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Mar 2012 14:24:47 +0400
From:      Aleksandr A Babaylov <"."@babolo.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/165899: wand-libconfig and libconfig conflict (same path files)
Message-ID:  <1331375087.515056.46894.nullmailer@babolo.ru>
Resent-Message-ID: <201203101040.q2AAe4P3003920@freefall.freebsd.org>

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

>Number:         165899
>Category:       ports
>Synopsis:       wand-libconfig and libconfig conflict (same path files)
>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:   Sat Mar 10 10:40:03 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Aleksandr A Babaylov
>Release:        any
>Organization:
@BABOLO
>Environment:
ports/devel/wand-libconfig and ports/devel/libconfig
>Description:
        this two ports install some the same path/name files
>How-To-Repeat:
        look at pkg-plist
>Fix:

Index: libconfig/Makefile
===================================================================
RCS file: /home/CVShome/FreeBSD/ports/devel/libconfig/Makefile,v
retrieving revision 1.9
diff -u -r1.9 Makefile
--- libconfig/Makefile	15 Dec 2011 08:13:56 -0000	1.9
+++ libconfig/Makefile	10 Mar 2012 10:08:06 -0000
@@ -13,6 +13,8 @@
 MAINTAINER=	ntarmos@cs.uoi.gr
 COMMENT=	A simple library for manipulating structured configuration files
 
+CONFLICTS=	wand-libconfig-*
+
 USE_GNOME=	gnomehack pkgconfig
 HAS_CONFIGURE=	yes
 USE_LDCONFIG=	yes
Index: wand-libconfig/Makefile
===================================================================
RCS file: /home/CVShome/FreeBSD/ports/devel/wand-libconfig/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- wand-libconfig/Makefile	23 Sep 2011 22:22:15 -0000	1.4
+++ wand-libconfig/Makefile	10 Mar 2012 10:08:41 -0000
@@ -15,6 +15,8 @@
 MAINTAINER=	matt@peterson.org
 COMMENT=	C library for parsing config files
 
+CONFLICTS=	libconfig-*
+
 USE_AUTOTOOLS=	libtool
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes

>Release-Note:
>Audit-Trail:
>Unformatted:



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