Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Nov 2011 13:33:35 GMT
From:      "Alexander V. Ribchansky" <triosoft@triosoft.com.ua>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   misc/162560: giflib libungif conflict
Message-ID:  <201111141333.pAEDXZw2031648@red.freebsd.org>
Resent-Message-ID: <201111141340.pAEDe6F8028333@freefall.freebsd.org>

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

>Number:         162560
>Category:       misc
>Synopsis:       giflib libungif conflict
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Nov 14 13:40:06 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Alexander V. Ribchansky
>Release:        8-STABLE
>Organization:
>Environment:
FreeBSD zaphod.zk.informjust.ua 8.2-STABLE FreeBSD 8.2-STABLE #0: Fri Nov 11 10:29:41 EET 2011     shurik@vogon.zk.informjust.ua:/usr/obj/usr/src/sys/TSKERNEL  amd64

>Description:
While trying to build full x11/kde4 port I encounter giflib / libungif conflict.
x11/kdelibs4 depend on libungif while net/kdenetwork4 which depend on kdelibs4 also depend on giflib, so kdenetwork4 can't built because of this conflict.
>How-To-Repeat:
> cd /usr/ports/x11/kdelibs4/
> grep gif Makefile 
                ungif.5:${PORTSDIR}/graphics/libungif \
> cd /usr/ports/net/kdenetwork4/
> grep kdelib Makefile 
USE_KDE4=       automoc4 baseapps kdehier kdelibs kdeprefix pimlibs workspace
> grep gif Makefile
                gif.5:${PORTSDIR}/graphics/giflib \

>Fix:
as I understand, giflib is more "recent" and LZW-aware version of libungif, so wh should either change x11/kdelibs4 to be depend on graphics/giflib or remove graphics/giflib from depends list of net/kdenetwork4

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



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