summaryrefslogtreecommitdiff
path: root/mk/defaults
AgeCommit message (Collapse)AuthorFilesLines
2007-12-14Add an nls option so that packages can make it optional.bjs1-0/+1
2007-12-05Don't prefer "pkgsrc" versions of "MesaLib", "Xft2" etc. undertron1-1/+6
Mac OS X Leopard which ships with an uptodate version of X.org.
2007-11-26Bump PKGREVISION to 4.seb1-1/+23
As proposed on pkgsrc-users@... - Introduce NAGIOSDIR, defaults to VARBASE/spool/nagios, for log and status files. - Drop unused(?) 'nagadmin' user and group. - Sync user and group handling with Nagios install documentation/recommendations. Introduce the Nagios "external command" group, NAGIOSCMD_GROUP, defaults to APACHE_GROUP. The Nagios user should be manually added after package installation to the NAGIOSCMD_GROUP group. Add this recommandation to the MESSAGE file. Make the "external command directory", NAGIOSDIR/rw, owned by NAGIOS_USER:NAGIOSCMD_GROUP. - Use /var/run/nagios.lock as pidfile. - Only install existing example configuration files. - Put default values of NAGIOSDIR, NAGIOS_USER, NAGIOS_GROUP and NAGIOSCMD_GROUP in mk/defaults/mk.conf and allow MAKECONF to override them. - Miscellaneous clean up and sync with the changes mentionned above. - When deleting the package allow removal of directories shared with other Nagios packages to fail.
2007-11-24+snmpadrianp1-0/+2
+libwww-aliases
2007-11-23added bdb - Berkeley DB option.obache1-0/+1
2007-11-23Add aria2-metalink option.bjs1-0/+1
2007-11-18add a few more optionshubertf1-0/+4
2007-11-08Add a "libspiff" option for XML shareable playlist support.bjs1-0/+1
2007-11-07Add libao and libmodplug optionsbjs1-0/+2
2007-11-04Change the default EMACS_TYPE to emacs22. Suggested on tech-pkg, no objectionsuebayasi1-4/+4
for one week.
2007-11-04Add description of skey option.taca1-0/+1
2007-10-30Add gmp-fat optionbjs1-0/+1
2007-10-29Describe gimp option (for sane-frontends). Sort.wiz1-1/+2
2007-10-28Add options used in net/samba; acl, ads and winbind.taca1-0/+3
2007-10-28Remove options that still do not have a description.wiz1-120/+0
2007-10-28Add description of libiconv-cp932 option.taca1-0/+1
2007-10-27Recent flash player is not compatible with netscape navigator/communicatorobache1-7/+1
as reported in PR 29620 and compatible version have unresolved security issues. Drop dependency on ns-flash and remove NS_NO_FLASH variable. Bump PKGREVISION of navigator/communicator.
2007-10-22Add links-zlib option, quell pkglint warning from www/links.bjs1-0/+1
2007-10-17Add ares and cares asynchronous resolver library options, used by net/aria2, ↵bjs1-0/+2
but could be common to others
2007-10-11Explain "dnsrbl" and "spf" used by "milter-greylist".tron1-0/+2
2007-10-11Add $HOME/.pinepwd support by default; bump PKGREVISION. Option "pinepwd"tv1-0/+1
can be disabled to remove the behavior again. In spite of UW's "recommendations" against enabling this, it should be up to the sysadmin and user whether to use the rope to build a bridge or hang him/herself. PC-Pine has it enabled by default; there's no reason besides FUD to make the Un*x build any different.
2007-10-09Remove trailing spaces.martti1-2/+2
2007-10-09Provided some reason for having PKGMANDIR and PKGINFODIR. And, by therillig1-3/+9
way, MANINSTALL isn't user-settable.
2007-09-30The mentioned manpages are useless for understanding this file.rillig1-4/+1
2007-09-21Fix paths for GConf, libglade, libart, libsigc++, lablgtk moves.wiz1-2/+2
Bump PKGREVISION.
2007-09-12Document option nfdump-nfprofile.seb1-0/+1
2007-09-07Convert packages that test and use USE_INET6 to use the options frameworkjlam1-17/+1
and to support the "inet6" option instead. Remaining usage of USE_INET6 was solely for the benefit of the scripts that generate the README.html files. Replace: BUILD_DEFS+= USE_INET6 with BUILD_DEFS+= IPV6_READY and teach the README-generation tools to look for that instead. This nukes USE_INET6 from pkgsrc proper. We leave a tiny bit of code to continue to support USE_INET6 for pkgsrc-wip until it has been nuked from there as well.
2007-09-05+ icu. Sort.wiz1-6/+7
2007-08-17Remove infrastructure side of Xorg 6.9 support. Begin to simplifyjoerg2-35/+2
some of the cases of X11_TYPE usage -- it will stay with modular|native, so don't bother with keeping the separation in the tool list.
2007-08-14Drop EMACS_USE_POP, EMACS_USE_X and EMACS_USE_X_TOOLKIT from thejlam1-21/+1
default variable settings. These are now handled directly by the editors/emacs20 package via the options framework.
2007-08-08Added option gnuradio-radio-astronomy used by meta-pkgs/gnuradiowulf1-0/+1
2007-08-01Begin adding some of the basic, non-intrusive pieces of thejoerg1-1/+6
cross-compile support. - NATIVE_MACHINE_GNU_ARCH, NATIVE_LOWER_ARCH, NATIVE_MACHINE_ARCH, NATIVE_MACHINE_PLATFORM and NATIVE_MACHINE_GNU_PLATFORM work like the counterpars without NATIVE_ prefix. Expansion of NATIVE_LOWER_ARCH and NATIVE_MACHINE_ARCH is enforced early, so that MACHINE_ARCH can be overriden in mk.conf to specify the target architecture. - Provide a default of NO for USE_CROSS_COMPILE. This will be the main switch to activate cross-compiling and adding it now makes it possible to merge more of the patches for specific packages. - Set --build and --host when cross-compiling, the former using the just added variable NATIVE_MACHINE_GNU_PLATFORM. Supported-by: Google SoC 2007 Looks good: jlam@
2007-07-29Add net/nfdump's options descriptionsseb1-0/+2
2007-07-24Add epoll and a bunch of inspircd descriptions.adrianp1-0/+7
2007-07-14Add support for the upcoming pkg_install-20070714 which now includesadrianp1-1/+21
audit-packages.
2007-07-07Describe flac, add wavpack, remove wcalc-gtk1 (not used, it seems).wiz1-2/+2
2007-07-02SSH_RSHPATH has been unused for ages, remove.joerg1-6/+1
2007-06-19Move common definitions of UUCP_{GROUP,USER} from mail/courier-mta andjlam1-1/+11
net/uucp to mk/defaults/mk.conf.
2007-06-16Use a package option to control the --enable-single-profile option fordmcmahill1-0/+1
mozilla browsers. This is now useful again to those of use who require multiple profiles.
2007-06-09Document nox11 option.wiz1-0/+1
2007-05-28Remove trailing spaces.martti1-2/+2
2007-05-20Add description of squirrelmail-japanese and squirrelmail-lite.taca1-0/+2
2007-05-06Add some DSPAM options to keep pkglint happyadrianp1-0/+5
2007-04-17Rename option glx to dri; it will be used by MesaLib shortly, anddillo1-1/+1
dri seems more natural there. Okayed by wiz and joerg.
2007-04-17Describe glx option -- used by modular-xorg-server and wip/MesaLibdillo1-0/+1
to enable direct rendering support. XXX: Maybe it should be renamed to dri?
2007-04-10document the ocamlduce optiontonio1-0/+1
2007-03-23add nspluginwrapperabs1-0/+1
2007-03-06- Add a general description of "doc" option.rmind1-0/+1
- sysbench: Add a "doc" option, now it could be installed without documentation. Thanks xtraeme@ for comments and review.
2007-03-04Document the ncursesw option:tonio1-0/+2
- Enable wide character ncurses support. Add the smime option: - Enable S/MIME support.
2007-03-01Add defaults for mail/mailagent.wiz1-1/+10