Fri Apr 1 10:46:44 2022 UTC ()
mk/defaults: document SDL12_TYPE


(nia)
diff -r1.327 -r1.328 pkgsrc/mk/defaults/mk.conf

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

--- pkgsrc/mk/defaults/mk.conf 2022/04/01 07:32:11 1.327
+++ pkgsrc/mk/defaults/mk.conf 2022/04/01 10:46:44 1.328
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: mk.conf,v 1.327 2022/04/01 07:32:11 nia Exp $ 1# $NetBSD: mk.conf,v 1.328 2022/04/01 10:46:44 nia 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
@@ -1302,26 +1302,32 @@ LEAFNODE_GROUP?= news @@ -1302,26 +1302,32 @@ LEAFNODE_GROUP?= news
1302# Used by dependencies of graphics/librsvg to decide if the outdated 1302# Used by dependencies of graphics/librsvg to decide if the outdated
1303# librsvg-2.40.xx should be used, which is plain C, or if the latest 1303# librsvg-2.40.xx should be used, which is plain C, or if the latest
1304# version should be used, which is partially written in rust. 1304# version should be used, which is partially written in rust.
1305# Possible: c rust 1305# Possible: c rust
1306# Default: rust on operating systems supported by lang/rust 1306# Default: rust on operating systems supported by lang/rust
1307 1307
1308#RUST_TYPE?= src 1308#RUST_TYPE?= src
1309# Used by dependencies of lang/rust to decide if the rust compiler 1309# Used by dependencies of lang/rust to decide if the rust compiler
1310# should be installed directly from a binary or bootstraped from 1310# should be installed directly from a binary or bootstraped from
1311# a binary. 1311# a binary.
1312# Possible: bin src 1312# Possible: bin src
1313# Default: usually src 1313# Default: usually src
1314 1314
 1315#SDL12_TYPE?= retro
 1316# Used by dependencies of devel/SDL to decide if sdl12-compat
 1317# or the original SDL 1.2 should be used.
 1318# Possible: retro compat
 1319# Default: retro
 1320
1315LINUX_LOCALES?= \ 1321LINUX_LOCALES?= \
1316 af ar bg br ca cs cy da de el en eo es et eu fi fo fr ga gl \ 1322 af ar bg br ca cs cy da de el en eo es et eu fi fo fr ga gl \
1317 he hr hu hy id is it ja ka kl ko lo lt lv nl no oc pl pt ro \ 1323 he hr hu hy id is it ja ka kl ko lo lt lv nl no oc pl pt ro \
1318 ru sk sl sr sv th tr uk vi wa zh 1324 ru sk sl sr sv th tr uk vi wa zh
1319# Used in linux-locale package to install specify language(s) 1325# Used in linux-locale package to install specify language(s)
1320# Possible: af ar bg br ca cs cy da de el en eo es et eu fi fo fr ga gl \ 1326# Possible: af ar bg br ca cs cy da de el en eo es et eu fi fo fr ga gl \
1321# he hr hu hy id is it ja ka kl ko lo lt lv nl no oc pl pt ro \ 1327# he hr hu hy id is it ja ka kl ko lo lt lv nl no oc pl pt ro \
1322# ru sk sl sr sv th tr uk vi wa zh 1328# ru sk sl sr sv th tr uk vi wa zh
1323# Default: all languages 1329# Default: all languages
1324 1330
1325MAILAGENT_DOMAIN?= example.com 1331MAILAGENT_DOMAIN?= example.com
1326MAILAGENT_EMAIL?= testuser@example.com 1332MAILAGENT_EMAIL?= testuser@example.com
1327MAILAGENT_FQDN?= test.example.com 1333MAILAGENT_FQDN?= test.example.com