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:   nia
Date:           Fri Jul  8 06:39:57 UTC 2022

Modified Files:
        pkgsrc/x11/libXft: Makefile

Log Message:
PR pkg/56909 libXft cannot avoid-duplicate because the native fontconfig
is always ignored on NetBSD 8 due to a (possibly wrong for native Xorg)
ABI_DEPENDS setting elsewhere in pkgsrc


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/x11/libXft/Makefile

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.25 pkgsrc/x11/libXft/Makefile:1.26
--- pkgsrc/x11/libXft/Makefile:1.25     Sun Apr 10 08:53:15 2022
+++ pkgsrc/x11/libXft/Makefile  Fri Jul  8 06:39:57 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2022/04/10 08:53:15 nia Exp $
+# $NetBSD: Makefile,v 1.26 2022/07/08 06:39:57 nia Exp $
 
 DISTNAME=      libXft-2.3.4
 CATEGORIES=    x11 fonts
@@ -16,8 +16,6 @@ USE_LIBTOOL=          YES
 USE_TOOLS+=            pkg-config
 PKGCONFIG_OVERRIDE=    xft.pc.in
 
-X11_LIB_NAME?=         libXft
-.include "../../meta-pkgs/modular-xorg/avoid-duplicate.mk"
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../fonts/fontconfig/buildlink3.mk"
 .include "../../graphics/freetype2/buildlink3.mk"



Home | Main Index | Thread Index | Old Index