From owner-cvs-all@FreeBSD.ORG Sun Dec 25 16:13:55 2011 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AB3D3106566B; Sun, 25 Dec 2011 16:13:55 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-tul01m020-f182.google.com (mail-tul01m020-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 36B118FC08; Sun, 25 Dec 2011 16:13:55 +0000 (UTC) Received: by obbwd18 with SMTP id wd18so9278525obb.13 for ; Sun, 25 Dec 2011 08:13:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=TSliQQdvQO0tl/OoMoKlqgPXwf7FTPsw75GMzLllWcM=; b=Mh+hc8DN67/ayQ/bZ6XgVn8SI2Y4Ty3fK2wTURzNDb6vEFBFlHOD0rTlao1eYD8Bo7 yMON9CMRPf80Ew/9bTqMFY5oAztRdBBE3aDdTPyWkUVOJfkGiFgsAgny3wrBYGUkzrby xUqQ3m7S/u6Woqiv8UBl3ipoFLUV/GNDw8Mp8= MIME-Version: 1.0 Received: by 10.50.194.225 with SMTP id hz1mr22710929igc.1.1324829634724; Sun, 25 Dec 2011 08:13:54 -0800 (PST) Received: by 10.231.30.70 with HTTP; Sun, 25 Dec 2011 08:13:54 -0800 (PST) Received: by 10.231.30.70 with HTTP; Sun, 25 Dec 2011 08:13:54 -0800 (PST) In-Reply-To: <20111225154525.GA43948@FreeBSD.org> References: <201112241839.pBOIdPlh024053@repoman.freebsd.org> <20111225154525.GA43948@FreeBSD.org> Date: Sun, 25 Dec 2011 16:13:54 +0000 Message-ID: From: Chris Rees To: Alexey Dokuchaev Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: cvs-ports@freebsd.org, ports-committers@freebsd.org, cvs-all@freebsd.org, Steve Wills Subject: Re: cvs commit: ports/x11/kdelibs4 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Dec 2011 16:13:55 -0000 On 25 Dec 2011 15:45, "Alexey Dokuchaev" wrote: > > On Sat, Dec 24, 2011 at 06:39:25PM +0000, Steve Wills wrote: > > swills 2011-12-24 18:39:25 UTC > > > > Modified files: > > x11/kdelibs4 Makefile > > Log: > > - Switch from libungif to giflib to avoid duplicate files > > Hmm, this seems to go against common practice of preferring libungif to > giflib (i.e. more ports depend on libungif). Is the problem too complicated > to solve in a way so we stay with libungif (it's hard to see what's exactly > wrong from "avoid duplicate files" phrase)? > I believe it's to avoid conflicts between gif and ungif; it was pointed out that the patent issues no longer exist, so libgif is the 'preferred' solution. Chris