summaryrefslogtreecommitdiff
path: root/mk/defaults
AgeCommit message (Collapse)AuthorFilesLines
2005-03-20Define SCREWS_USER and SCREWS_GROUP, which are going to be used by www/screws.jmmv1-1/+13
2005-03-18Add defaults for "bind9" package enhancements.tron1-1/+16
2005-03-17Move definitions for "mldonkey" and "monotine" accounts to correct place.tron1-24/+24
2005-03-17Update URL for PGSQL_USE_HIER.jschauma1-2/+2
2005-03-07Make the description of LIBTOOLIZE_PLIST a bit more explicit aboutbad1-3/+3
the file names of libtool archives.
2005-03-07Change a comment to reflect the current default value of LIBTOOLIZE_PLIST.bad1-2/+2
2005-03-06Add sasl2 to PKG_DEFAULT_OPTIONS when USE_SASL2 is set,wiz1-2/+2
not sasl. From Lloyd Parkes in PR 29604.
2005-03-02Explain X11_TYPE.reed1-1/+7
It is not defined here though. It is defined in mk/buildlink3/bsd.buildlink3.mk.
2005-02-10add planetmirror to MASTER_SITE_PERL_CPAN for Australia.grant1-2/+3
2005-02-09Split out wget's options into an options.mk.tv1-6/+1
Migrate WET_USE_SSL to PKG_OPTIONS.wget=ssl (on by default, as previously).
2005-02-09default SUSE_PREFER to 9.1 on NetBSD-2.0 and laterabs1-3/+7
2005-02-07Instantly deprecate USE_PAM from pkgsrc as its value is being set fromjlam1-4/+1
within NetBSD-current's bsd.own.mk, which conflicts with its usage in pkgsrc. The package that use USE_PAM have been converted to use the bsd.options.mk framework. This should fix PR pkg/29257.
2005-01-24Merge down janitorial change from tv-derecurse branch:tv1-1/+6
Move definition of PKGSRC_COMPILER to defaults/mk.conf, to make it more readily seen by the user.
2005-01-12Add MONOTONE_GROUP and MONOTONE_USER, used by the monotone-server package.jmmv1-1/+13
2005-01-03Apache6 package was removed on 2004/11/22: remove code to support it inseb1-7/+7
mk/apache.mk and references to it in mk/defaults/mk.conf. It is now only referenced in some CONFLICTS specifications and some dependencies specifications (for www/ap-dav and www/ap-jserv; should theses be removed too?)
2004-12-25Set default values for MLDONKEY_{GROUP,HOME,USER} and document them.jmmv1-1/+17
2004-12-22Remove support for some variables that are supposed to go away afterjlam1-39/+1
pkgsrc-2004Q4 is branched.
2004-12-21Introduce QMAIL_QFILTER_TMPDIR, the temporary directory forschmonz1-1/+6
qmail-qfilter. Defaults to ${VARBASE}/tmp/qmail-qfilter.
2004-12-19fix MASTER_SITE_GNOME .au example.grant1-2/+2
2004-12-18document QPOPPER_SPOOL_DIR.grant1-1/+8
2004-11-27Remove "LYNX_SCREEN_LIB" option, not supported by the lynx package rightxtraeme1-6/+1
now, use PKG_OPTIONS.lynx+=foo bar instead.
2004-11-25Default USE_GIF to "yes". This affects graphics/tiff and x11/qt1,jlam1-2/+2
which will now be built by default with the ability to write LZW-compressed files.
2004-11-20Add AMANDA_TMPkim1-1/+6
2004-11-17Remove some obsolete/deprecated variables that have been in this filejlam1-43/+1
for over two years. They're officially dead now for the upcoming branch and beyond.
2004-11-12Move PREFER_NATIVE_PTHREADS default setting to from pthread.buildlink3.mkjlam1-1/+6
to defaults/mk.conf, where all defaults should live.
2004-11-05Add a switch SUSE_PREFER which can be set to 9.1 to getwiz1-13/+19
suse91 packages by default.
2004-10-26Modify the comment about FETCH_RESUME_ARGS a bit, to sync withxtraeme1-3/+3
FETCH_OUTPUT_ARGS.
2004-10-262nd round for PKG_RESUME_TRANSFERS:xtraeme1-1/+11
* Add FETCH_OUTPUT_ARGS (new option, defaults to "-o" with NetBSD's ftp(1)) * Use FETCH_OUTPUT_ARGS to move the file transfer to a temporary name on ${DISTDIR}/${DIST_SUBDIR} with extension ".temp" * If temporary file matches the checksum recorded in distinfo, move it to the original name (removing temp file) For example, if you want to use PKG_RESUME_TRANSFERS with wget (pkgsrc/net/wget), the following vars should be defined in mk.conf: FETCH_CMD=wget FETCH_RESUME_ARGS=-c FETCH_OUTPUT_ARGS=-O No need to set these vars when using defaults (NetBSD's ftp(1))
2004-10-21Put back LIBTOOLIZE_PLIST, which I meant to do but didn't commit. This istv1-1/+7
needed by some packages currently which install broken .la files or otherwise don't work with the transform logic yet.
2004-10-12libmikmod is certainly not the only package using USE_ESOUND any longer....tv1-3/+3
2004-10-11Add MASTER_SITE_CYGWIN, to be used for some emulators/cygwin_* packagestv1-3/+12
(mainly to provide Win32 gateway services for Interix hosts).
2004-10-08X11_TYPE=xorg:xtraeme1-3/+1
Blah, again the .pc files problem with compositeext and fixesext, we have the headers but not these files... remove them.
2004-10-08Use builtin versions for Xcomposite and compositeext for X11_TYPE=xorgxtraeme1-3/+5
users.
2004-10-08Changes for meta-pkgs/xorg and friends:xtraeme1-3/+1
Looks like that cannot we use render/randrext builtin versions for meta-pkgs/xorg, because of missing .pc files required to build Xrender and friends, remove them from here. Closes PR pkg/27129 by Cristopher Richards, thanks for the info, I thought they were installed by xorg-libs... (!)
2004-10-07* Make PKGSRC_TOPDIR a private variable by renaming it to _PKGSRC_TOPDIR,jlam1-3/+3
as it's only used internally by bsd.prefs.mk. * Make _PKGSRCDIR a public variable by renaming it to PKGSRCDIR. Also, generate its value from ${_PKGSRC_TOPDIR} so it's less fragile than the old method of stripping off the last two components of ${.CURDIR}. PKGSRCDIR may now be used after bsd.prefs.mk is defined. * Change all references to _PKGSRCDIR to PKGSRCDIR.
2004-10-06Climb up the directory tree to find the top, instead of guessing wherejlam1-6/+6
the top and searching on the way down. Thanks Gavan!
2004-10-06Reorganize some of the files under pkgsrc/mk:jlam2-0/+2470
(1) defs.${OPSYS}.mk --> platform/${OPSYS}.mk. The "platform" subdirectory is where all of the ${OPSYS}-specific infrastructure logic should reside. (2) bsd.pkg.defaults.mk --> defaults/mk.conf bsd.pkg.obsolete.mk --> defaults/obsolete.mk Renaming bsd.pkg.defaults.mk to defaults/mk.conf is to mimic the way that NetBSD has /etc/rc.conf as well as /etc/defaults/rc.conf, where the latter is a full list of user-settable variables, and the two files share the same name to reinforce the fact /etc/defaults/rc.conf can be directly copied in place as /etc/rc.conf. This is the same relationship shared by defaults/mk.conf and /etc/mk.conf.