pkgsrc-Changes archive

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

CVS commit: pkgsrc/mk/defaults



Module Name:    pkgsrc
Committed By:   hauke
Date:           Fri Jul 21 16:10:30 UTC 2023

Modified Files:
        pkgsrc/mk/defaults: mk.conf

Log Message:
Add LIBIMAGEQUANT_TYPE to switch between rust and C version of
graphics/libimagequant


To generate a diff of this commit:
cvs rdiff -u -r1.340 -r1.341 pkgsrc/mk/defaults/mk.conf

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

Modified files:

Index: pkgsrc/mk/defaults/mk.conf
diff -u pkgsrc/mk/defaults/mk.conf:1.340 pkgsrc/mk/defaults/mk.conf:1.341
--- pkgsrc/mk/defaults/mk.conf:1.340    Wed May 24 20:16:00 2023
+++ pkgsrc/mk/defaults/mk.conf  Fri Jul 21 16:10:30 2023
@@ -1,4 +1,4 @@
-# $NetBSD: mk.conf,v 1.340 2023/05/24 20:16:00 wiz Exp $
+# $NetBSD: mk.conf,v 1.341 2023/07/21 16:10:30 hauke Exp $
 #
 
 # This file provides default values for variables that may be overridden
@@ -1278,6 +1278,13 @@ JABBERD_PIDDIR?= ${VARBASE}/run/jabberd
 # Possible: any libdvdcss site
 # Default: not defined
 
+#LIBIMAGEQUANT_TYPE?=  rust
+# Used by dependencies of graphics/libimagequant to decide if the
+# outdated libimagequant-2.18.xx should be used, which is plain C, or
+# if the latest version should be used, which is written in rust.
+# Possible: c rust
+# Default: rust on operating systems supported by lang/rust
+
 LIBUSB_TYPE?= compat
 # Used in packages using libusb (version 0.x) to choose a specific
 # implementation. On NetBSD, compat has the advantage of not requiring root



Home | Main Index | Thread Index | Old Index