From owner-freebsd-ports@FreeBSD.ORG Sun Apr 20 04:07:18 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2BDA2DD8 for ; Sun, 20 Apr 2014 04:07:18 +0000 (UTC) Received: from argent.heraldsnet.net (argent.heraldsnet.net [69.60.117.17]) by mx1.freebsd.org (Postfix) with ESMTP id 019A41471 for ; Sun, 20 Apr 2014 04:07:17 +0000 (UTC) Received: from mail.scadian.net (localhost [127.0.0.1]) by argent.heraldsnet.net (Postfix) with ESMTP id 846035C93; Sun, 20 Apr 2014 00:00:47 -0400 (EDT) Received: from 98.218.173.235 (SquirrelMail authenticated user blaise) by mail.scadian.net with HTTP; Sun, 20 Apr 2014 00:00:47 -0400 Message-ID: In-Reply-To: <20140417224922.04f9b8cb@kalimero.tijl.coosemans.org> References: <20140417190341.GH1584@albert.catwhisker.org> <20140417224922.04f9b8cb@kalimero.tijl.coosemans.org> Date: Sun, 20 Apr 2014 00:00:47 -0400 Subject: Re: Fallout from UPDATING entry 20140416: gtk3 vs. libxcb From: "Jim Trigg / Blaise de Cormeilles" To: "Tijl Coosemans" User-Agent: SquirrelMail/1.4.23 [SVN] MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Cc: freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Apr 2014 04:07:18 -0000 On Thu, April 17, 2014 4:49 pm, Tijl Coosemans wrote: > The UPDATING entry has been updated. It now says: > > portmaster -r freetype2 -r libxml2 -r pixman -r freeglut -r libxcb > > So everything that depends on libxcb must also be rebuilt. This does not fix things for me - I have php53 installed, and php53-gd explicitly depends on the old versioning of libfreetype2.so. Having searched to see what ports depend explicitly on libfreetype2, I discover that it is the only one; I will be submitting a PR on php53 to change its dependence on print/freetype2 to libfreetype2.so generically as the other 7 ports do. Thanks, Jim Trigg