summaryrefslogtreecommitdiff
path: root/mk/defaults
AgeCommit message (Collapse)AuthorFilesLines
2017-06-23Add defaults for djbdns users and group.schmonz1-1/+15
2017-06-21Add webdav, remove qmail-run-ofmipd.schmonz1-1/+1
2017-06-18Add GVFS option.youri1-0/+1
2017-05-29Remove "mess822-qmailqueue" option.schmonz1-1/+0
2017-05-27Document new "mess822-qmailqueue" option.schmonz1-0/+1
2017-05-22Document new "qmail-remote" option.schmonz1-0/+1
2017-05-15typoprlw11-1/+1
2017-04-17Remove mpeg4ip, unused in pkgsrc, newer version in multimedia/libmp4v2.wiz1-1/+0
2017-04-16Add granularity to PKGSRC_USE_FORTIFY and PKGSRC_USE_RELROkhorben1-4/+9
The new options are, for FORTIFY: "no" Do not pass any flags for FORTIFY "weak" Pass -D_FORTIFY_SOURCE=1 "strong" Pass -D_FORTIFY_SOURCE=2 This allows users to reduce the level of FORTIFY specified if necessary or desired. The previous setting as "yes" is now equivalent to "strong" (the default when enabling). The new options are, for RELRO: "no" Do not pass any flags for RELRO "partial" Pass -Wl,-z,relro "full" Pass -Wl,-z,relro -Wl,-z,now This allows users to reduce the level of RELRO specified if necessary or desired. The previous setting as "yes" is now equivalent to "full" (the default when enabling). This is intended to match the changes committed by jperkin@ (for SSP) after our discussion a (long) while back. No functional change intended (with the settings supported so far).
2017-04-16Remove references to WINDOWMAKER_{OPTIONS,THEMES}khorben1-13/+1
From what I can tell, this is no longer in use.
2017-04-09xz is a valid compression algorithm.joerg1-2/+2
2017-04-09Describe qmail-run-ofmipd.schmonz1-0/+1
2017-04-05Remove traces of textproc/php-dom which is not needed anymore, now that dom ↵fhajny1-1/+0
is built into PHP. Bump resp. PKGREVISION.
2017-04-04Define default names for qmail users and groups.schmonz1-1/+19
2017-04-01Describe qmail-srs option (Sender Rewriting Scheme).schmonz1-0/+1
2017-03-24Remove binary-only realplayer-codecs package from 2004.wiz1-1/+0
2017-03-23Describe qmail-maildiruniq and qmail-rcptcheck.schmonz1-0/+2
2017-03-21QMAILDIR used to default to "/var/qmail" out of concern for distributors'schmonz1-3/+3
obligations. Default to ${VARBASE}/qmail instead: effectively the same default, and helps for e.g. UNPRIVILEGED.
2017-02-03Describe gstreamer-ptp-suid. requested by wiz.maya1-0/+1
2017-01-15Fixed inconsistencies in comments.rillig1-30/+28
2017-01-15Document the gcc-graphite option, used by lang/gcc*sevan1-0/+1
https://gcc.gnu.org/wiki/Graphite
2017-01-09Add checkpassword-suid option, off by default.schmonz1-0/+1
2017-01-01Update comment with default Emacs versiontron1-2/+2
2016-12-09Update to Emacs 25 by default.asau1-2/+2
"There's no reason not to upgrade it."
2016-10-27Add support for enabling cwrappers automatically. USE_CWRAPPERS now defaultsjperkin1-6/+10
to "auto", which will enable cwrappers if the _OPSYS_SUPPORTS_CWRAPPERS platform variable is set to "yes". Switch over to cwrappers by default for Darwin, Linux, and SunOS (except when using the sunpro compiler).
2016-09-18Change default setting of PKGSRC_KEEP_BIN_PKGS to "yes". During the build phase,agc1-1/+6
binary packages will be preserved under the ${PACKAGES} directory by default.
2016-09-18Add emacs25 and emacs25nox to possible valuesryoon1-2/+3
2016-09-13Add description for iconv, nginx and php-sockets.taca1-0/+3
2016-08-30mention libdbijnemeth1-0/+1
2016-08-21Add two option descriptions for p5-Module-Build.wiz1-0/+2
2016-07-07Describe new duplicity options.wiz1-1/+3
2016-06-17Describe ecap option - eCAP is like ICAP (RFC 3507)prlw11-0/+1
2016-06-13Change PKGSRC_USE_SSP to a quad option. The options are now:jperkin1-3/+7
"no" Do not pass any stack protection flags (the default) "yes" Pass -fstack-protector "strong" Pass -fstack-protector-strong "all" Pass -fstack-protector-all This allows users to configure the level of stack smashing protection they require, and ensures consistent behaviour across platforms. Users running on NetBSD who previously used the option will need to change "yes" to "all" to match the previous default configuration for that platform. While here use _WRAP_EXTRA_ARGS to ensure the flag gets passed regardless of whether the package honours CFLAGS, and support additional wrappers. Discussed a while back with khorben, and used in production for the SmartOS 2016Q1 package sets with the "strong" option.
2016-05-28Add descriptions for fax and websocket.schnoebe1-0/+2
2016-05-18+geocluesnj1-0/+1
2016-05-18add libdrmsnj1-0/+1
2016-05-02Add description for sit and tuning PKG_OPTIONS used by bind910.taca1-0/+2
2016-05-01Document afterstep option.dholland1-0/+1
2016-04-09add mtpz options to enable MTPZ support using libgcryptrichard1-0/+1
2016-04-09Add two options:richard1-0/+2
libusb-1 - Enable USB access via libusb-1. nautilus - Enable nautilus sub-menu option.
2016-03-11Add support for a number of security featureskhorben1-9/+19
- Revisit (and rename) support for FORTIFY as PKGSRC_USE_FORTIFY (instead of PKGSRC_USE_FORT) for easier support outside NetBSD/gcc; - PKGSRC_USE_SSP is no longer enabled by default when PKGSRC_USE_FORTIFY is enabled; - PKGSRC_MKPIE builds executables as PIE (to leverage userland ASLR) - PKGSRC_USE_RELRO builds with a read-only GOT to prevent some exploits from functioning. Tested on NetBSD/amd64 by myself, in every combination, with and without pkgtools/cwrappers. MKPIE is not supported at the moment with cwrappers. Also, MKPIE is known to still break a number of packages when enabled (and actually supported). Tested on SunOS by jperkin@, thank you! As discussed on tech-pkg@, the default behavior is not changed, except where noted above. ok bsiegert@
2016-03-07Add gnupg2 and gnupg21 optionsryoon1-0/+2
2016-02-26Add snappy option descriptionfhajny1-0/+1
2016-02-26Add wiredtiger option description.fhajny1-0/+1
2016-02-17Added ppx and camlp4 options.jaapb1-0/+2
2016-02-04Document the glfw option.leot1-0/+1
2016-01-24Attempt to bring sanity to how ABI and MACHINE_ARCH are set.jperkin1-6/+1
Previously there were at least 5 different ways MACHINE_ARCH could be set, some statically and some at run time, and in many cases these settings differed, leading to issues at pkg_add time where there was conflict between the setting encoded into the package and that used by pkg_install. Instead, move to a single source of truth where the correct value based on the host and the chosen (or default) ABI is determined in the bootstrap script. The value can still be overridden in mk.conf if necessary, e.g. for cross-compiling. ABI is now set by default and if unset a default is calculated based on MACHINE_ARCH. This fixes some OS, e.g. Linux, where the wrong default was previously chosen. As a result of the refactoring there is no need for LOWER_ARCH, with references to it replaced by MACHINE_ARCH. SPARC_TARGET_ARCH is also removed.
2016-01-20Remove support for APACHE_CUSTOM_CFLAGSkhorben1-7/+1
This goes as far back as 2001 (mk.conf.example) but there should not be any reason to explicitly set CFLAGS for specific packages. In practice this even fixes support for global CFLAGS in www/apache{22,24}. ok gdt@
2016-01-13Add farstream option description.wiz1-0/+1
2015-12-19Describe scim option.tsutsui1-0/+1