pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/libXft



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Aug  2 10:47:05 UTC 2021

Modified Files:
        pkgsrc/x11/libXft: Makefile builtin.mk distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/x11/libXft/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/x11/libXft/builtin.mk
cvs rdiff -u -r1.12 -r1.13 pkgsrc/x11/libXft/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/libXft/Makefile
diff -u pkgsrc/x11/libXft/Makefile:1.22 pkgsrc/x11/libXft/Makefile:1.23
--- pkgsrc/x11/libXft/Makefile:1.22     Mon Aug 17 20:17:54 2020
+++ pkgsrc/x11/libXft/Makefile  Mon Aug  2 10:47:05 2021
@@ -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 @@ USE_TOOLS+=           pkg-config
 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"

Index: pkgsrc/x11/libXft/builtin.mk
diff -u pkgsrc/x11/libXft/builtin.mk:1.3 pkgsrc/x11/libXft/builtin.mk:1.4
--- pkgsrc/x11/libXft/builtin.mk:1.3    Sun Nov  3 09:14:11 2019
+++ pkgsrc/x11/libXft/builtin.mk        Mon Aug  2 10:47:05 2021
@@ -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 @@ MAKEVARS+=            IS_BUILTIN.libXft
 # 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 }             \

Index: pkgsrc/x11/libXft/distinfo
diff -u pkgsrc/x11/libXft/distinfo:1.12 pkgsrc/x11/libXft/distinfo:1.13
--- pkgsrc/x11/libXft/distinfo:1.12     Sun Mar 17 08:09:42 2019
+++ pkgsrc/x11/libXft/distinfo  Mon Aug  2 10:47:05 2021
@@ -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