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:   taca
Date:           Thu Feb 23 14:04:44 UTC 2023

Modified Files:
        pkgsrc/mk/defaults: options.description

Log Message:
mk/defaults: add some description of PKG_OPTIONS

+ clamav-experimental, clamav-milter, clamav-unit-test, ruby-yjit.


To generate a diff of this commit:
cvs rdiff -u -r1.697 -r1.698 pkgsrc/mk/defaults/options.description

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/options.description
diff -u pkgsrc/mk/defaults/options.description:1.697 pkgsrc/mk/defaults/options.description:1.698
--- pkgsrc/mk/defaults/options.description:1.697        Tue Feb 14 15:13:44 2023
+++ pkgsrc/mk/defaults/options.description      Thu Feb 23 14:04:44 2023
@@ -101,6 +101,9 @@ chasen                      Use ChaSen as the Japanese Morp
 chromaprint            Enable chromaprint (audio fingerprinting) support.
 cjk                    Enable Chinese/Japanese/Korean support.
 clamav                 Enable ClamAV support.
+clamav-experimental    Build with experimental functions.
+clamav-milter          Build with milter support.
+clamav-unit-test       Build with unit test support.
 claws-mail-jpilot      Add jpilot support.
 cli                    Enable Command Line Interface support.
 clisp                  Common/C Lisp.
@@ -763,6 +766,7 @@ rtree                       Enable R-tree support.
 ruby                   Enable Ruby support.
 ruby-build-ri-db       Build and install database for Ruby's ri utility.
 ruby-unicorn           Enable unicorn support.
+ruby-yjit              Enable  in-process JIT compiler (require Rust).
 rust                   Enable Rust support.
 rust-cargo-static      Build cargo semi-statically with built-in curl+openssl
 rust-internal-llvm     Use Rust internal LLVM in builds.



Home | Main Index | Thread Index | Old Index