Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Dec 2011 17:26:55 -0500 (EST)
From:      Steve Wills <swills@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        dinoex@FreeBSD.org
Subject:   ports/163591: [PATCH] graphics/giflib: mark conflicts with libungif
Message-ID:  <201112242226.pBOMQtcY029685@meatwad.mouf.net>
Resent-Message-ID: <201112242230.pBOMUCT6011401@freefall.freebsd.org>

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

>Number:         163591
>Category:       ports
>Synopsis:       [PATCH] graphics/giflib: mark conflicts with libungif
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Dec 24 22:30:12 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Steve Wills
>Release:        FreeBSD 10.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD meatwad.mouf.net 10.0-CURRENT FreeBSD 10.0-CURRENT #8: Mon Dec 19 15:53:28 EST 2011
>Description:
giflib and libungif both install files to the same place, mark them as conflicting

Port maintainer (dinoex@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- giflib-4.1.6.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/graphics/giflib/Makefile,v
retrieving revision 1.49
diff -u -u -r1.49 Makefile
--- Makefile	23 Sep 2011 22:23:11 -0000	1.49
+++ Makefile	24 Dec 2011 22:26:24 -0000
@@ -14,6 +14,8 @@
 MAINTAINER=	dinoex@FreeBSD.org
 COMMENT=	Tools and library routines for working with GIF images
 
+CONFLICTS=	libungif-[0-9]*
+
 USE_BZIP2=	yes
 USE_AUTOTOOLS=	libtool
 GNU_CONFIGURE=	yes
--- giflib-4.1.6.patch ends here ---

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



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