summaryrefslogtreecommitdiff
path: root/mk/defaults
AgeCommit message (Collapse)AuthorFilesLines
2007-02-28Define RELAY_CTRL_DIR, the directory for relay-ctrl's database.schmonz1-1/+6
2007-02-22Added the missing documentation that explains _why_ OBJHOSTNAME shouldrillig1-1/+6
be set for locking. Based on the CVS log for bsd.pkg.mk 1.907.
2007-02-22Finished the split of PKGSRC_LOCKTYPE into LOCALBASE_LOCKTYPE andrillig1-2/+2
WRKDIR_LOCKTYPE. Added more documentation.
2007-02-22Updated the ABI documentation, which also works on Solaris.rillig1-5/+19
2007-02-17Add new snort descriptions for upcoming update to the 2.6 branchadrianp1-0/+3
2007-02-16Added qdbm option (used by mail/bogofilter).obache1-0/+1
2007-02-04Some keywords for PKGSRC_LOCKTYPE.rillig1-1/+3
2007-02-02Describe "ucspi-tcp-nodefaultrbl".schmonz1-0/+1
2007-01-30Remove obsolete IGNORE_RECOMMENDED support after two branches.wiz1-8/+1
2007-01-22Add descriptions for anthy-* options. Remove old anthy option names.wiz1-2/+2
2007-01-17Add coqide option descriptiontonio1-0/+1
2007-01-16change the default user/group for dbus to something <=8 chars since some ↵dmcmahill1-5/+5
systems (eg solaris) need that. Addresses PR/34127
2007-01-12Add descriptions for speex, sndfile, samplerate. Sort.wiz1-2/+5
2007-01-11MAKE_JOBS is only used in the do-build target, nowhere else.rillig1-3/+4
2007-01-09Add an option to allow a batch mode pcb to be built. Useful for webserverdmcmahill1-0/+1
environments.
2007-01-08Added two keywords to the description of WRKOBJDIR, since I just cannotrillig1-1/+3
remember whether it's WRKOBJDIR (right) or OBJWRKDIR (wrong).
2007-01-03Add in scapy-* options for upcoming net/scapy bumpadrianp1-0/+2
2007-01-02Improved the documentation a bit.rillig1-36/+57
2006-12-28INFO_DIR was reused for a diffrent purpose.obache1-3/+1
2006-12-27Move USE_XPKGWEDGE handling to bsd.prefs.mk. The logic depends onjoerg1-7/+5
X11_TYPE and some other settings which can overriden by the platform defaults. This has the nice side effect of simplifying the handling in bsd.prefs.mk. Discussed with and reviewed by wiz@. Keep the documentation for USE_XPKGWEDGE in defaults/mk.conf as suggested by salo@.
2006-12-23Describe more options. From Blair Sadewitz in private mail.wiz1-1/+5
2006-12-20Make sure X11_TYPE is defined before checking it.martti1-2/+2
2006-12-20For modular Xorg disable xpkgwedge (will be made a hard error later).joerg1-1/+5
Don't add ${X11BASE}/bin to PATH, don't include mk/x11.buildlink3.mk when USE_X11BASE is set and don't use BUILDLINK_X11_DIR and related magic. OKed by wiz@
2006-12-16Add imlib2-amd64 speedup option. Based on patch from Blair Sadewitz onwiz1-0/+1
pkgsrc-users.
2006-12-16There is no openssl option, remove entry.wiz1-1/+0
2006-12-15Remove trailing tabs.martti1-2/+2
2006-12-15Remove trailing spaces.martti1-28/+28
2006-12-09Add in descriptions for some common compression options.adrianp1-0/+2
2006-12-06Add fd-small option for misc/fd package.taca1-0/+1
2006-12-06Add description of ruby-build-ri-db.taca1-0/+1
2006-12-06Add quartz.minskim1-0/+1
2006-12-06+ klashxtraeme1-0/+1
2006-12-05Add a few more, plus descriptions:hubertf1-1/+7
bittorrent, finger, fsp, ftp, gopher, nntp, spidermonkey
2006-11-29Make the dbus user and group configurable, because (at least on NetBSD) theghen1-1/+11
defaults messagebus:messagebus trigger daily security warnings (more than 8 characters). The default values are set in mk/defaults/mk.conf but kept the same for backwards compatibility, so no PKGREVISION bump.
2006-11-18Improved the wording of some of the comments.rillig1-9/+21
2006-11-13add w3m optiondan1-0/+1
2006-11-12Add `uim' option, requested by Yamashiro, Jun <yamajun at ofug dot net>hira1-0/+1
in PR pkg/34596. It's disabled by default.
2006-11-08mail/clamav: rename VIRUSDBDIR to CLAMAV_DBDIR and make it user-settable.ghen1-1/+6
Default value is kept but now set in mk/defaults/mk.conf.
2006-11-05Add an entry for anope-dbencryptionadrianp1-0/+1
2006-11-05Add a dsecription for XML supportadrianp1-0/+1
2006-10-28Add graphicsmagick and imagemagick options, for ruby-RMagick.obache1-0/+2
2006-10-24Add memtest+ 1.65 to pkgsrc, with options for serial console and .iso generationsmb1-0/+2
2006-10-21Add two new options for viewvcadrianp1-0/+2
2006-10-18Add ipa options.markd1-0/+6
2006-10-15Rename some bugzilla options based on the upcomming 2.22 import and addadrianp1-3/+4
some extra ones as well.
2006-10-11Add default DIALER_GROUP and explanation.reed1-1/+8
I forgot to commit this last week when I updated xisp package. (This is for PR 34780.)
2006-10-08pkg/34695: Static list of package master sites may (and often will)mishka1-1/+11
lead to overloads of very first distribution site. Moreover, if first site in the list is not available (often seen for sourceforge mirrors) you have to wait for timeout each time. To distribute load on master distribution sites and to make second problem not so annoying randomly intermix list of MASTER_SITES with MASTER_SORT_RANDOM feature. Any of MASTER_SORT and MASTER_SORT_REGEX can be applied later. The feature is turned ON by default and is disabled for PKG_DEVELOPERs or if MASTER_SORT_RANDOM=no.
2006-10-05Add experimental support for -j jobs building in the buildreed1-1/+9
target. MAKE_JOBS is undefined by default. You can test this by setting in mk.conf: MAKE_JOBS=5 for example. Some package just won't build correctly with this -- these individual packages can set MAKE_JOBS_SAFE=no to disable it. This is based on discussion from last December 2005. Some pkgsrc users are using ideas like this. Note I have been using this since December 2005 on various single processor and multiprocessor systems. (Once I kept some stats on performance but have misplaced that now.) I haved tested this with many packages (but not a bulk build) on Linux, NetBSD and DragonFly. This commit doesn't include the commits for the MAKE_JOB_SAFE. As this is experimental it needs more testing. Some examples of problems are: comms/lrzsz, databases/gramps2, editors/vim, graphics/MesaLib, graphics/netpbm, net/bind9, print/ghostscript-esp, textproc/libxml, and www/lynx.
2006-09-27Remove XFree86.joerg1-2/+2
2006-09-24Generalize Mozilla GTK2 packages in a comment.salo1-2/+2