From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Mar 10 01:20:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 085E27A8 for ; Sun, 10 Mar 2013 01:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id E25B03D4 for ; Sun, 10 Mar 2013 01:20:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r2A1K0Oj097264 for ; Sun, 10 Mar 2013 01:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r2A1K0MN097263; Sun, 10 Mar 2013 01:20:00 GMT (envelope-from gnats) Resent-Date: Sun, 10 Mar 2013 01:20:00 GMT Resent-Message-Id: <201303100120.r2A1K0MN097263@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Pierre Guinoiseau Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 200366EB; Sun, 10 Mar 2013 01:17:32 +0000 (UTC) (envelope-from pierre@home.poildetroll.net) Received: from kashyyyk.home.poildetroll.net (kashyyyk.home.poildetroll.net [80.67.176.183]) by mx1.freebsd.org (Postfix) with ESMTP id CA1423A6; Sun, 10 Mar 2013 01:17:31 +0000 (UTC) Received: from alderaan.home.poildetroll.net (alderaan.home.poildetroll.net [IPv6:2001:910:10b7:f00:6ef0:49ff:fe5e:e54c]) by kashyyyk.home.poildetroll.net (Postfix) with ESMTP id C4735F2D0D; Sun, 10 Mar 2013 02:17:28 +0100 (CET) Received: by alderaan.home.poildetroll.net (Postfix, from userid 1001) id 109A2F7; Sun, 10 Mar 2013 02:17:28 +0100 (CET) Message-Id: <20130310011728.109A2F7@alderaan.home.poildetroll.net> Date: Sun, 10 Mar 2013 02:17:28 +0100 (CET) From: Pierre Guinoiseau To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/176801: [PATCH] x11-fonts/libXft: update to 2.3.1 Cc: gnome@FreeBSD.org X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Mar 2013 01:20:01 -0000 >Number: 176801 >Category: ports >Synopsis: [PATCH] x11-fonts/libXft: update to 2.3.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Mar 10 01:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Pierre Guinoiseau >Release: FreeBSD 9.1-STABLE amd64 >Organization: >Environment: System: FreeBSD alderaan.home.poildetroll.net 9.1-STABLE FreeBSD 9.1-STABLE #0 r247032: Wed Feb 20 18:49:15 CET >Description: - Update to 2.3.1 - xft-config is gone - New header style libXft 2.1.14 is 3 years old, and this version brings improvements to subpixel LCD text rendering. Port maintainer (gnome@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_7 (mode: update, diff: ports) >How-To-Repeat: >Fix: --- libXft-2.3.1.patch begins here --- diff -ruN /usr/ports/x11-fonts/libXft/Makefile ./Makefile --- /usr/ports/x11-fonts/libXft/Makefile 2012-11-17 07:03:29.000000000 +0100 +++ ./Makefile 2013-03-10 02:10:09.924541393 +0100 @@ -1,12 +1,8 @@ -# New ports collection makefile for: Xft -# Date created: 06 October 2002 -# Whom: Joe Marcus Clarke -# +# Created by: Joe Marcus Clarke # $FreeBSD: ports/x11-fonts/libXft/Makefile,v 1.51 2012/11/17 06:03:29 svnexp Exp $ -# PORTNAME= libXft -PORTVERSION= 2.1.14 +PORTVERSION= 2.3.1 CATEGORIES= x11-fonts MAINTAINER= gnome@FreeBSD.org @@ -19,7 +15,6 @@ XORG_CAT= lib USE_XORG= xproto:both xrender -MAN1= xft-config.1 MAN3= Xft.3 .include diff -ruN /usr/ports/x11-fonts/libXft/distinfo ./distinfo --- /usr/ports/x11-fonts/libXft/distinfo 2011-03-19 13:38:48.000000000 +0100 +++ ./distinfo 2013-03-10 01:56:32.895543508 +0100 @@ -1,2 +1,2 @@ -SHA256 (xorg/lib/libXft-2.1.14.tar.bz2) = 700e9d594b81cad3dfd5fac4a5cfd0c4cf7780c812507ef04eb40139ebf5175e -SIZE (xorg/lib/libXft-2.1.14.tar.bz2) = 289068 +SHA256 (xorg/lib/libXft-2.3.1.tar.bz2) = 7fce32b92dcb7b2869bed567af2abc7bbad0d5d6fcf471b8a3e137964a31bbbd +SIZE (xorg/lib/libXft-2.3.1.tar.bz2) = 311556 diff -ruN /usr/ports/x11-fonts/libXft/pkg-plist ./pkg-plist --- /usr/ports/x11-fonts/libXft/pkg-plist 2007-05-19 22:29:31.000000000 +0200 +++ ./pkg-plist 2013-03-10 01:55:31.308542319 +0100 @@ -1,4 +1,3 @@ -bin/xft-config include/X11/Xft/Xft.h include/X11/Xft/XftCompat.h lib/libXft.so.2 --- libXft-2.3.1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: