Wed May 29 12:38:39 2019 UTC ()
mk: document LIBRSVG_USE_RUST


(wiz)
diff -r1.301 -r1.302 pkgsrc/mk/defaults/mk.conf

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

--- pkgsrc/mk/defaults/mk.conf 2019/03/17 03:59:11 1.301
+++ pkgsrc/mk/defaults/mk.conf 2019/05/29 12:38:39 1.302
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: mk.conf,v 1.301 2019/03/17 03:59:11 dholland Exp $ 1# $NetBSD: mk.conf,v 1.302 2019/05/29 12:38:39 wiz 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
@@ -1283,26 +1283,32 @@ LEAFNODE_DATA_DIR?= ${VARBASE}/news @@ -1283,26 +1283,32 @@ LEAFNODE_DATA_DIR?= ${VARBASE}/news
1283 1283
1284LEAFNODE_USER?= news 1284LEAFNODE_USER?= news
1285# Used by leafnode to specify the username 1285# Used by leafnode to specify the username
1286# Possible: any valid username 1286# Possible: any valid username
1287# Default: news 1287# Default: news
1288# Note: default is the same as INN_USER 1288# Note: default is the same as INN_USER
1289 1289
1290LEAFNODE_GROUP?= news 1290LEAFNODE_GROUP?= news
1291# Used by leafnode to specify the groupname 1291# Used by leafnode to specify the groupname
1292# Possible: any valid groupname 1292# Possible: any valid groupname
1293# Default: news 1293# Default: news
1294# Note: default is the same as INN_GROUP 1294# Note: default is the same as INN_GROUP
1295 1295
 1296#LIBRSVG_USE_RUST?= yes
 1297# Used by dependencies of graphics/librsvg to decide if the outdated
 1298# librsvg-2.40.xx should be used, which is plain C, or if the latest
 1299# version should be used, which is partially written in rust.
 1300# Default: yes on operating systems supported by lang/rust
 1301
1296LINUX_LOCALES?= \ 1302LINUX_LOCALES?= \
1297 af ar bg br ca cs cy da de el en eo es et eu fi fo fr ga gl \ 1303 af ar bg br ca cs cy da de el en eo es et eu fi fo fr ga gl \
1298 he hr hu hy id is it ja ka kl ko lo lt lv nl no oc pl pt ro \ 1304 he hr hu hy id is it ja ka kl ko lo lt lv nl no oc pl pt ro \
1299 ru sk sl sr sv th tr uk vi wa zh 1305 ru sk sl sr sv th tr uk vi wa zh
1300# Used in linux-locale package to install specify language(s) 1306# Used in linux-locale package to install specify language(s)
1301# Possible: af ar bg br ca cs cy da de el en eo es et eu fi fo fr ga gl \ 1307# Possible: af ar bg br ca cs cy da de el en eo es et eu fi fo fr ga gl \
1302# he hr hu hy id is it ja ka kl ko lo lt lv nl no oc pl pt ro \ 1308# he hr hu hy id is it ja ka kl ko lo lt lv nl no oc pl pt ro \
1303# ru sk sl sr sv th tr uk vi wa zh 1309# ru sk sl sr sv th tr uk vi wa zh
1304# Default: all languages 1310# Default: all languages
1305 1311
1306MAILAGENT_DOMAIN?= example.com 1312MAILAGENT_DOMAIN?= example.com
1307MAILAGENT_EMAIL?= testuser@example.com 1313MAILAGENT_EMAIL?= testuser@example.com
1308MAILAGENT_FQDN?= test.example.com 1314MAILAGENT_FQDN?= test.example.com