pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/libXft libXft: update to 2.3.4.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1c132bc741dd
branches:  trunk
changeset: 456522:1c132bc741dd
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Aug 02 10:47:05 2021 +0000

description:
libXft: update to 2.3.4.

This release handles the deprecation of the FcNameRegisterObjectTypes API by
fontconfig, and provides minor cleanups for compiler warnings and man pages.

Alan Coopersmith (1):
      libXft 2.3.4

Keith Packard (2):
      Skip 'render' pattern elements with invalid type
      Remove call to FcNameRegisterObjectTypes

Samanta Navarro (1):
      Fix typo in manual

Thomas E. Dickey (3):
      fix most type-conversion warnings from gcc-normal, without object-file changes
      minor typography fix
      build-fix for c89

diffstat:

 x11/libXft/Makefile   |   8 +++-----
 x11/libXft/builtin.mk |   4 ++--
 x11/libXft/distinfo   |  10 +++++-----
 3 files changed, 10 insertions(+), 12 deletions(-)

diffs (56 lines):

diff -r b4676593475d -r 1c132bc741dd x11/libXft/Makefile
--- a/x11/libXft/Makefile       Mon Aug 02 10:41:23 2021 +0000
+++ b/x11/libXft/Makefile       Mon Aug 02 10:47:05 2021 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.22 2020/08/17 20:17:54 leot Exp $
+# $NetBSD: Makefile,v 1.23 2021/08/02 10:47:05 wiz Exp $
 
-DISTNAME=      libXft-2.3.3
-PKGREVISION=   1
-CATEGORIES=    fonts x11
+DISTNAME=      libXft-2.3.4
+CATEGORIES=    x11 fonts
 MASTER_SITES=  ${MASTER_SITE_XORG:=lib/}
 EXTRACT_SUFX=  .tar.bz2
 
@@ -18,7 +17,6 @@
 PKGCONFIG_OVERRIDE=    xft.pc.in
 
 .include "../../devel/zlib/buildlink3.mk"
-BUILDLINK_API_DEPENDS.fontconfig+=     fontconfig>=2.6
 .include "../../fonts/fontconfig/buildlink3.mk"
 .include "../../graphics/freetype2/buildlink3.mk"
 .include "../../x11/libXrender/buildlink3.mk"
diff -r b4676593475d -r 1c132bc741dd x11/libXft/builtin.mk
--- a/x11/libXft/builtin.mk     Mon Aug 02 10:41:23 2021 +0000
+++ b/x11/libXft/builtin.mk     Mon Aug 02 10:47:05 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: builtin.mk,v 1.3 2019/11/03 09:14:11 rillig Exp $
+# $NetBSD: builtin.mk,v 1.4 2021/08/02 10:47:05 wiz Exp $
 
 BUILTIN_PKG:=  libXft
 
@@ -31,7 +31,7 @@
 # Extract the version number from the header file, but if it's not
 # there, then pretend it's from version 2.0.
 #
-BUILTIN_VERSION.libXft!=                                                       \
+BUILTIN_VERSION.libXft!=                                               \
        ${AWK} 'BEGIN { M = 2; m = ".0"; r = "" }                       \
                /\#define[      ]*XFT_MAJOR/ { M = $$3 }                \
                /\#define[      ]*XFT_MINOR/ { m = "."$$3 }             \
diff -r b4676593475d -r 1c132bc741dd x11/libXft/distinfo
--- a/x11/libXft/distinfo       Mon Aug 02 10:41:23 2021 +0000
+++ b/x11/libXft/distinfo       Mon Aug 02 10:47:05 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.12 2019/03/17 08:09:42 wiz Exp $
+$NetBSD: distinfo,v 1.13 2021/08/02 10:47:05 wiz Exp $
 
-SHA1 (libXft-2.3.3.tar.bz2) = 48f543fe495f545df1794fa36a0a708558ae298c
-RMD160 (libXft-2.3.3.tar.bz2) = af10a7ef7752a81431ff2f408952f1df87f14df4
-SHA512 (libXft-2.3.3.tar.bz2) = 28fdaf3baa3b156a4a7fdd6e39c4d8026d7d21eaa9be27c9797c8d329dab691a1bc82ea6042f9d4729a9343d93787536fb7e4b606f722f33cbe608b2e79910e8
-Size (libXft-2.3.3.tar.bz2) = 353465 bytes
+SHA1 (libXft-2.3.4.tar.bz2) = 697ff9108deeabb66b91a478e10fe962e3c097a3
+RMD160 (libXft-2.3.4.tar.bz2) = a346fef0d0416c9e58ca6cab4166e24bf8c8531f
+SHA512 (libXft-2.3.4.tar.bz2) = 5bb019750982ed4643880efd7368bc226ad49cfa8c0c8c6d4614dfeed74f588c65e1ba69adcc12284ec07d841e5b58fc1c27f3fddf83fe1a2837b29dd9ecec51
+Size (libXft-2.3.4.tar.bz2) = 359088 bytes



Home | Main Index | Thread Index | Old Index