Fri Jul 21 16:10:30 2023 UTC ()
Add LIBIMAGEQUANT_TYPE to switch between rust and C version of
graphics/libimagequant


(hauke)
diff -r1.340 -r1.341 pkgsrc/mk/defaults/mk.conf

cvs diff -r1.340 -r1.341 pkgsrc/mk/defaults/mk.conf (expand / switch to unified diff)

--- pkgsrc/mk/defaults/mk.conf 2023/05/24 20:16:00 1.340
+++ pkgsrc/mk/defaults/mk.conf 2023/07/21 16:10:30 1.341
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: mk.conf,v 1.340 2023/05/24 20:16:00 wiz Exp $ 1# $NetBSD: mk.conf,v 1.341 2023/07/21 16:10:30 hauke Exp $
2# 2#
3 3
4# This file provides default values for variables that may be overridden 4# This file provides default values for variables that may be overridden
5# in the MAKECONF file, which is /etc/mk.conf by default. 5# in the MAKECONF file, which is /etc/mk.conf by default.
6# 6#
7# Note: This file is included after the MAKECONF file, so you cannot query 7# Note: This file is included after the MAKECONF file, so you cannot query
8# these default values in the MAKECONF using the ".if" and ".for" 8# these default values in the MAKECONF using the ".if" and ".for"
9# preprocessing directives. 9# preprocessing directives.
10 10
11# ************************************************************************ 11# ************************************************************************
12# NOTE TO PEOPLE EDITING THIS FILE - USE LEADING SPACES, NOT LEADING TABS. 12# NOTE TO PEOPLE EDITING THIS FILE - USE LEADING SPACES, NOT LEADING TABS.
13# ************************************************************************ 13# ************************************************************************
14 14
@@ -1268,26 +1268,33 @@ JABBERD_PIDDIR?= ${VARBASE}/run/jabberd @@ -1268,26 +1268,33 @@ JABBERD_PIDDIR?= ${VARBASE}/run/jabberd
1268# LIBDVDCSS_HOMEPAGE definition in this Makefile. 1268# LIBDVDCSS_HOMEPAGE definition in this Makefile.
1269# Possible: any libdvdcss site 1269# Possible: any libdvdcss site
1270# Default: not defined 1270# Default: not defined
1271 1271
1272#LIBDVDCSS_MASTER_SITES= 1272#LIBDVDCSS_MASTER_SITES=
1273# Used in libdvdcss package as the master site. 1273# Used in libdvdcss package as the master site.
1274# In order to ensure compliance with U.S. and international law, please 1274# In order to ensure compliance with U.S. and international law, please
1275# do not modify this variable to provide pointers to the homepage 1275# do not modify this variable to provide pointers to the homepage
1276# for this software or submit any PRs telling us the contents of the 1276# for this software or submit any PRs telling us the contents of the
1277# LIBDVDCSS_MASTER_SITES definition in this Makefile. 1277# LIBDVDCSS_MASTER_SITES definition in this Makefile.
1278# Possible: any libdvdcss site 1278# Possible: any libdvdcss site
1279# Default: not defined 1279# Default: not defined
1280 1280
 1281#LIBIMAGEQUANT_TYPE?= rust
 1282# Used by dependencies of graphics/libimagequant to decide if the
 1283# outdated libimagequant-2.18.xx should be used, which is plain C, or
 1284# if the latest version should be used, which is written in rust.
 1285# Possible: c rust
 1286# Default: rust on operating systems supported by lang/rust
 1287
1281LIBUSB_TYPE?= compat 1288LIBUSB_TYPE?= compat
1282# Used in packages using libusb (version 0.x) to choose a specific 1289# Used in packages using libusb (version 0.x) to choose a specific
1283# implementation. On NetBSD, compat has the advantage of not requiring root 1290# implementation. On NetBSD, compat has the advantage of not requiring root
1284# privileges to locate and use USB devices without a kernel driver. 1291# privileges to locate and use USB devices without a kernel driver.
1285# Possible: compat, native 1292# Possible: compat, native
1286# Default: compat 1293# Default: compat
1287 1294
1288#LATEX2HTML_ICONPATH= 1295#LATEX2HTML_ICONPATH=
1289# Used in the latex2html package to set URL prefix for where to 1296# Used in the latex2html package to set URL prefix for where to
1290# find latex2html's icons. 1297# find latex2html's icons.
1291# Possible: a URL prefix 1298# Possible: a URL prefix
1292# Default: none 1299# Default: none
1293 1300