pkgsrc-Changes archive

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

CVS commit: pkgsrc/fonts/jmk-fonts



Module Name:    pkgsrc
Committed By:   taca
Date:           Tue Feb 17 13:36:21 UTC 2026

Modified Files:
        pkgsrc/fonts/jmk-fonts: Makefile

Log Message:
fonts/jmk-fonts: fix build problem

Fix build problem on X11_TYPE == native environment, reflecting discussion
on teck-pkg@.

Also add mkfontscale to USE_TOOLS.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/fonts/jmk-fonts/Makefile

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

Modified files:

Index: pkgsrc/fonts/jmk-fonts/Makefile
diff -u pkgsrc/fonts/jmk-fonts/Makefile:1.19 pkgsrc/fonts/jmk-fonts/Makefile:1.20
--- pkgsrc/fonts/jmk-fonts/Makefile:1.19        Wed Aug 16 20:45:36 2017
+++ pkgsrc/fonts/jmk-fonts/Makefile     Tue Feb 17 13:36:21 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2017/08/16 20:45:36 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2026/02/17 13:36:21 taca Exp $
 #
 
 DISTNAME=      jmk-x11-fonts-3.0
@@ -13,8 +13,9 @@ COMMENT=      Jim Knoble's font collection fo
 
 USE_IMAKE=     yes
 MAKE_FLAGS+=   INSTALL_DIR=${PREFIX}/share/fonts/X11/jmk
+MAKE_FLAGS+=   XBINDIR=${TOOLS_DIR}/bin
 
-USE_TOOLS+=    bdftopcf gzip
+USE_TOOLS+=    bdftopcf mkfontscale gzip
 
 FONTS_DIRS.x11+=       ${PREFIX}/share/fonts/X11/jmk
 REQD_DIRS+=            ${PREFIX}/share/fonts/X11/jmk



Home | Main Index | Thread Index | Old Index