summaryrefslogtreecommitdiff
path: root/mk/defaults
AgeCommit message (Collapse)AuthorFilesLines
2006-07-24Remove comment for non-existing USETBL.wiz1-7/+1
2006-07-24Describe groff-docs.wiz1-0/+1
2006-07-18Overhaul fetch module:jlam1-21/+1
* All the smarts is now encapsulated in the "fetch" script. The fetch script understands how to use the distinfo file (if specified) to look up the size and checksums of the file to fetch and will use that information to verify checksums of the fetched files or resume transfers of interrupted fetches. * Move the default settings for FETCH_RESUME_ARGS and FETCH_OUTPUT_ARGS for "ftp" from mk/defaults/mk.conf into mk/fetch/fetch.mk. We rewrite it to avoid needing conditional statements. * Avoid spawning a new make(1) process just to mirror a distfile. * Split out fetch-list targets into a separate file fetch-list.mk. These targets should probably be moved into a standalone script. * Fix distclean target to properly remove partial downloads.
2006-07-14+freeradius-simul-useadrianp1-0/+1
2006-07-13Add cgi which is used by the PHP packageadrianp1-0/+1
2006-07-10Remove reference to buildlink2.wiz1-2/+2
2006-07-08Document dar-int32 and dar-int64 options.dsainty1-0/+2
Dar is built by default with an arbitrary-size-integer library for managing all file length/timestamp details. If 32-bit or 64-bit integers (with overflow protection) are sufficient for requirements, the dar-int32 and dar-int64 options can significantly reduce the run-time memory and CPU overheads of Dar.
2006-06-26Remove SuSE 7.3 version from SUSE_PREFER, set 10.0 as default and marksalo1-10/+5
9.1 as legacy option. SUSE 10.0 supports more architectures (i386, powerpc, x86_64) and is already required for some packages (e.g., acroread7). It will help to get more testing so we can phase out 9.1 before the next stable branch.
2006-06-13Document mitshm option. Used in emulators/xbeeb package, where enabling it ↵dsainty1-0/+1
disables conventional network X support (the code doesn't support both).
2006-06-06Stop supporting user-specified definition for IMAKE in /etc/mk.conf --jlam1-6/+1
it's now all handled exclusively by the tools framework.
2006-06-05Move the default value of X11_TYPE from x11.version.mk intojoerg1-1/+2
bsd.prefs.mk. Add a coment to defaults/mk.conf, why the entry should be left commented out there.
2006-06-04Remove OPENSSH_GID and OPENSSH_UID, it happened to work before,joerg1-11/+1
since those are the values in NetBSD. In reality, they haven't been used for ages though.
2006-05-31add an mpeg4ip option (to be used by daapd)tonio1-0/+1
2006-05-29Document iodbc and unixodbc options (for databases/openldap).ghen1-0/+2
2006-05-28Add drupal-xmlservicesadrianp1-0/+1
2006-05-16Rename spoof to syslogng-spoof. Suggested by wiz@.adrianp1-1/+1
2006-05-14Describe xscreensaver-webcollage option.wiz1-0/+1
2006-05-13Remove references to teTeX1.minskim1-2/+2
2006-05-12Add a description for svnadrianp1-1/+2
2006-05-01Add 'oracle', to be used by upcoming RT update.cube1-0/+1
2006-04-23add pcb-motifdmcmahill1-0/+1
2006-04-19Update PREFER_PKGSRC for the two package renames (renderproto and randrproto).reed1-2/+2
2006-04-13Update path from cyrus-sasl2 to cyrus-sasl.wiz1-3/+3
2006-04-12Add INSTALL_GAME_DIR to complement INSTALL_GAME_DATA. The directoriesjoerg1-1/+9
are group-writeable by the games user on those platforms, where GAMEMODE includes setgid. It defaults to PKGDIRMODE otherwise.
2006-04-07For backwards compatibility ...reed1-1/+8
IGNORE_RECOMMENDED is deprecated and will be removed after 2006Q2 branch. If YES then it sets USE_ABI_DEPENDS=no (Forgot to commit earlier today.)
2006-04-06Over 1200 files touched but no revisions bumped :)reed1-6/+6
RECOMMENDED is removed. It becomes ABI_DEPENDS. BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo. BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo. BUILDLINK_DEPENDS does not change. IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS which defaults to "yes". Added to obsolete.mk checking for IGNORE_RECOMMENDED. I did not manually go through and fix any aesthetic tab/spacing issues. I have tested the above patch on DragonFly building and packaging subversion and pkglint and their many dependencies. I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I have used IGNORE_RECOMMENDED for a long time). I have been an active user of IGNORE_RECOMMENDED since it was available. As suggested, I removed the documentation sentences suggesting bumping for "security" issues. As discussed on tech-pkg. I will commit to revbump, pkglint, pkg_install, createbuildlink separately. Note that if you use wip, it will fail! I will commit to pkgsrc-wip later (within day).
2006-04-02Add and describe "ucspi-ssl-perl".schmonz1-0/+1
2006-04-01Add exim-lookup-pgsql and exim-lookup-sqlite - as provided by Geertabs1-0/+2
Hendrickx.
2006-03-31Add sieve and imap optionsadrianp1-0/+2
2006-03-30Describe hping-suid option.salo1-0/+1
2006-03-30Drop support for INFO_DIR, which should now be replaced with PKGINFODIR.jlam1-3/+2
2006-03-29Add and describe gpgme option, mail/sylpheed now passes pkglint.chris1-0/+1
2006-03-20* Creates a new variable PKGINFODIR (named similarly to PKGMANDIR)jlam1-1/+4
that is a purely user-settable variable to represent the relative path under ${PREFIX} where info files are stored and "dir" files are managed. PKGINFODIR defaults to "info". INFO_DIR still works, but will be obsoleted after the 2006Q1 branch. * Modify GNU_CONFIGURE_INFODIR to only honor ${PKGINFODIR} if the package installs directly into ${PREFIX} and not some subdirectory under ${PREFIX}. This fixes packages that don't really honor $(infodir) all that well, and also avoids PLIST problems relating to directory removal for those packages. * Since the majority of Emacs Lisp packages use GNU_CONFIGURE, just set GNU_CONFIGURE_INFODIR directly to ${EMACS_INFOPREFIX}, which is the Emacs-distro-specific location for info files. Also pass EMACS_INFOPREFIX through PLIST_SUBST for PLIST substitution. * INFO_FILES should be defined if the package installs info files. If the info files are not listed in the PLIST, then INFO_FILES must list the filenames for the info files installed by the package, which are assumed to be located in ${PREFIX}/${PKGINFODIR}. * The plist module can now better detect info files listed in PLISTs and exports a command to the pkginstall module to append info file names to the +INFO_FILES scriptlet at install-time. * The print-PLIST target is updated to properly list info files in the auto-generated PLIST. * The check-files code is updated to skip all "dir" Info database files.
2006-03-13Replaced option "spamassassin-test-net" by generic option "online-tests".heinz1-2/+2
Adapted the single quotation marks in option spamassassin-test-prefork to the commonly used double quotation marks.
2006-03-11+zsh-multibyteuebayasi1-0/+1
2006-03-09mention SUSE_PREFER=10.0 in coments (but keep 9.1 as default)tonio1-3/+4
2006-02-24Remove description and default for the obsolete PURE_* variables.ghen1-22/+1
2006-02-09Describe libofx option.wiz1-0/+1
2006-01-25Add mjpegtools-simd option.xtraeme1-1/+2
2006-01-25Remove mjpegtools-cmov options... deprecated.xtraeme1-1/+0
2006-01-12Set INFO_DIR, the location for info files, to its default value ofjlam1-1/+8
"info" here instead of in pkgsrc/mk/texinfo.mk. This allows its value to be used even when texinfo.mk isn't included.
2006-01-10Add missing ircd-hybrid zilinks optionadrianp1-0/+1
2006-01-08Make teTeX3 the default TEX_DEFAULTtonio1-3/+3
bump PKGREVISION where necessary Move PKG_TEXMFPREFIX and PKG_LOCALTEXMFPREFIX definitions to teTeX?/buidlink3.mk, so that packages may include print/teTeX1-bin/buildlink3.mk directly (however, using teTeX/module.mk do not allow that)
2006-01-06Describe lablgtk and lablgtk2 options.wiz1-0/+2
2006-01-05Depend on cdrtools instead of cdrecord. Bump PKGREVISION.wiz1-2/+2
Update some messages/comments.
2006-01-01Remove stuff that was marked for removal after 2005Q4.wiz1-23/+1
2006-01-01Provide defaults for "HOWL_GROUP" and "HOWL_USER" which will be used bytron1-1/+11
future version of the "howl" package.
2006-01-01Move entry for "MLDONKEY_GROUP" to correct location.tron1-6/+6
2006-01-01Remove obsolete TIN_USE_INN_SPOOL option.wiz1-6/+1
2006-01-01Describe curses and tin-use-inn-spool options.wiz1-1/+2