summaryrefslogtreecommitdiff
path: root/mk/defaults
AgeCommit message (Collapse)AuthorFilesLines
2011-09-17note sqlite3 option.obache1-0/+1
2011-09-08Default NetBSD-5.99.50 and later to SUSE_PREFER 11.3 else 10.0abs1-3/+3
2011-08-11Mention that "gssapi" is "kerberos".dholland1-1/+1
2011-07-28Describe "xmlrpc" option.tron1-0/+1
2011-07-13Prefix the gcc options with gcc- and add descriptions for each option.hans1-0/+5
Requested by wiz.
2011-06-19Note quickml-analog and quickml-limit optin (used by mail/quickml).obache1-0/+2
2011-05-13Note amtterm-gamt option (used by sysutils/amtterm).obache1-0/+1
2011-05-13remove redundant period.obache1-1/+1
2011-05-12delete typolight-liveupdate.taca1-1/+0
2011-05-11emacs24 and emacs23nox is allowed for EMACS_TYPE.obache1-2/+3
2011-04-22fix up paths on ftp.NetBSD.org:spz1-5/+5
- reading through the null mounts is deprecated - writing through the null mounts is not allowed (not possible)
2011-04-10Note alsa and musicbrainz option (used by gnome-mplayer)obache1-0/+2
2011-04-09Add uulib option.shattered1-0/+1
2011-04-06Mention groonga-suggest-learner option.obache1-0/+1
2011-04-05Describe vice options; from Rhialto.wiz1-0/+3
2011-04-04mention libgcrypt option.obache1-0/+1
2011-03-23Define latex option (to be used in doxygen)gdt1-0/+1
2011-03-23document kerberos-prefix-cmdstez1-0/+1
2011-02-27Describe all musicpd options.wiz1-1/+6
2011-02-22Describe nagios-nrpe-args.gdt1-0/+1
2011-02-21Remove deprecated KTERM_USE_WALLPAPER.obache1-6/+1
2011-01-31add ndiff: tool to compare nmap scans, part of ... nmaphubertf1-0/+1
2011-01-29stop majordomo from chowning /var/tmp to user majordom due to a superannuatedspz1-14/+5
default in mk/defaults/mk.conf remove the non-shared defaults and put in the setting that actually gets used by more than one package (namely, MAJORDOMO_HOMEDIR) don't make the majordom user own more than it actually needs to make resend, archive, request-answer and medit honor the MAJORDOMO_CF environment variable over the command line option, so that someone calling these via the wrapper (which sets the environment variable) can't make the majordom user execute random perl code by specifying it as config file. Thanks to salo for finding this issue.
2011-01-23Document mc options, from cheusov.wiz1-0/+5
2011-01-15Add mng description and sort.wiz1-7/+8
2010-12-25Removed PG_MB_ENCODING; not needed any more.adam1-8/+1
2010-12-21Note goffice and libsoup option.obache1-0/+2
2010-12-19Add lang-ku and lang-rm, for Kurdish and Rhaeto-Romance language support.taca1-0/+2
2010-12-18Removed PGSQL_USE_HIERadam1-8/+1
2010-12-18Added gssapiadam1-0/+1
2010-12-17document rtree and fts options for sqlite3agc1-0/+2
2010-09-24update comments about possible values of SUSE_PREFER.chs1-3/+2
2010-09-02Note eekboard and xtest option.obache1-0/+2
2010-09-01Describe vdpau. From Aleksey Cheusov.wiz1-0/+1
2010-08-30Note clutter option.obache1-0/+1
2010-08-25Add epub optiongls1-0/+1
2010-08-24Fix typo in comment.wiz1-2/+2
2010-08-24I'm fed up with having to waste time because PKG_DEVELOPER is "special" andbad1-9/+9
can't be disabled by setting it to "no" like the other variables. Besides, flavor/pkg/metadata.mk has been expecting for a long time that "no" is a valid value. Make PKG_DEVELOPER DWIM.
2010-08-23Add lang-ar, lang-et, lang-gl, lang-gn, lang-hi, lang-mr and lang-ms.taca1-0/+7
Each option is corresponding to Arabic, Estonian, Galician, Guarani, Hindi, Marathi and Malay.
2010-08-21Note libsmi option.obache1-0/+1
2010-08-17add description for modperl optionsno1-0/+1
2010-08-15Note terminfo option.obache1-0/+1
2010-07-24note tokyocabinet option.obache1-0/+1
2010-07-17Mention skkdic-expr2 option, used by inputmethod/skktools.obache1-0/+1
2010-07-16Added sigver + softhsm description (for softhsm/opendnssec pkgs)pettai1-0/+2
2010-07-08Begin cleanup of setgid game infrastructure.dholland1-38/+60
* Introduce USE_GAMESGROUP, which causes the games user and group to be made available. * Retain SETGIDGAME as an alias for USE_GAMESGROUP. Describe it as deprecated. * Always define GAMES_USER, GAMES_GROUP, GAMEMODE, GAMEDIRMODE, and GAMEDATAMODE, regardless of whether USE_GAMESGROUP is turned on or not. * Define these variables in defaults/mk.conf instead of separately in every platform/*.mk file. The definitions used to be the same for each of these platforms anyway, except for some where they were randomly missing or commented out for no clear reason, leading to broken game packages. * Handle all these variables properly when unprivileged. * Update the comments/documentation for these variables. * Describe GAMEOWN and GAMEGRP as deprecated. These need to be retained as aliases for GAMES_USER and GAMES_GROUP respectively for supporting packages that use bsd.*.mk but should otherwise not be used. * Add GAMEDATA_PERMS and GAMEDIR_PERMS using GAMEDATAMODE and GAMEDIRMODE respectively. * Fix a bug I noticed that was improperly mixing the "games" group and "games" user. Things this does *not* do: - get rid of GAMES_USER, for which there should ultimately be no need. - move the declaration/documentation/default value of USE_GAMESGROUP to a suitable place. (It is currently where SETGIDGAME was, which is suboptimal.) - touch any of the games, all of which need updating with at least s/SETGIDGAME/USE_GAMESGROUP/ and probably more. - update the guide to explain how to handle games properly. Also, it would be nice if using GAMES_GROUP without setting USE_GAMESGROUP=yes caused an error but as far as I know there isn't any particularly good way to arrange this right now. Note that these changes may alter the build/install behavior of broken game packages, e.g. some may silently become setgid when they weren't before or things like that. If you run into any of this file a PR. While one might arguably bump the PKGREVISION of all games or other packages using any of these variables as a precaution, that seems like a bad idea. Instead, I think I will be bumping each game once it itself has been fixed up to do everything the right way.
2010-06-08Clean up some obsolete Java stuff.wiz1-23/+6
2010-06-02Add mozilla-enigmail option which will soon enable PGP supporttnn1-0/+1
in Thunderbird and Seamonkey.
2010-05-24Change CUPS_GROUP to lpsbd1-2/+7
Add CUPS_SYSTEM_GROUPS.
2010-05-20Note libthai option.obache1-0/+1