summaryrefslogtreecommitdiff
path: root/mk/bsd.pkg.defaults.mk
AgeCommit message (Collapse)AuthorFilesLines
2003-11-12After some discussion, default BSDSRCDIR to /usr/src if it's notagc1-5/+5
already set in /etc/mk.conf, and default BSDXSRCDIR to /usr/xsrc if it's not already set in /etc/mk.conf.
2003-11-11Add explanations (and commented-out defaults) for BSDSRCDIR and BSDXSRCDIR.agc1-1/+14
2003-11-07add USE_TETEX2 configuration variable and modify dvipdfm to use thisdmcmahill1-1/+8
to allow it to work with teTeX2 or teTeX instead of requiring only teTeX (1).
2003-10-19whitespace fixesgrant1-31/+31
2003-10-16Set default for SILC_CLIENT_WITH_PERL here.salo1-2/+2
2003-10-11don't hardcode the -DHasGcc2... flags to imake, pass them only ifgrant1-8/+9
we're actually using gcc on Solaris. fixes building of imake PIC code when the compiler is not gcc.
2003-09-20Add two new pure-ftpd variables:salo1-1/+12
PURE_FTPD_USE_TLS, PURE_FTPD_USE_VIRTUAL_CHROOT
2003-09-15Add MANINSTALL and document it. This is to ensure it's always defined, evenjmmv1-1/+6
if system .mk files do not set it (when using devel/mk-files, for example).
2003-09-14Set default value of USE_ESOUND (to YES) and document it.jmmv1-1/+7
2003-09-13Document IMAP_UW_MAILSPOOLHOMEkim1-1/+7
2003-09-12Typos/punctuation/caps.salo1-2/+2
2003-09-06Suggest a good default value for RCD_SCRIPTS_DIR for pkgviews users.jlam1-2/+3
2003-09-06Move RCD_SCRIPTS_DIR definition to bsd.pkg.defaults.mk. This implies thatjlam1-1/+7
RCD_SCRIPTS_DIR is user-settable in /etc/mk.conf.
2003-09-06Move PKG_SYSCONFBASE definition into bsd.pkg.defaults.mk. This impliesjlam1-1/+7
that it's user-settable from /etc/mk.conf.
2003-09-03Don't restrict the user to only the default view. Also allow user tojlam1-1/+5
customize the default view through setting DEFAULT_VIEW in /etc/mk.conf.
2003-09-02Merge pkgviews-mk branch into the HEAD by running:jlam1-1/+17
cd pkgsrc/mk cvs update -Pd -A cvs update -Pd -j pkgviews-mk-base -j pkgviews-mk
2003-08-24Add description of MYSQL_CHARSET and MYSQL_EXTRA_CHARSET.taca1-1/+14
Fix PR pkg/22560 by myself, OKed by wiz@.
2003-08-08Use saner values for PKGSRC_SHOW_BUILD_DEFS - make this switch on "yes"agc1-4/+4
or "YES", rather than a straight definition.
2003-08-08Document FLUXBOX_USE_* variables for pkgsrc/wm/fluxboxhubertf1-1/+21
2003-08-08Set the default value for PKGSRC_SHOW_BUILD_DEFS to be defined, to preserveagc1-3/+3
the eisting behaviour.
2003-08-08Re-model the BUILD_DEFS display during build: if PKGSRC_SHOW_BUILD_DEFS isagc1-1/+8
defined, then show the BUILD_DEFS to the user. If not, then just keep quiet. Whilst I'm here, re-indent the cpp-like .if/.else/.endif/.for/.endfor lines properly. Also, remove the ":u" modifier in the build-defs-message code - it's not strictly necessary (duplicate definitions will be displayed, but this isn't a major problem), and it removes the requirement to have a make(1) binary which supports ":u". This should fix PR 22402 from Alan Barrett, and also addresses some concerns raised by Robert Elz.
2003-08-07Introduce a PKGSRC_MESSAGE_RECIPIENTS, which takes the login names ofagc1-1/+6
users to whom the MESSAGE file should be mailed at package installation time, and mail the MESSAGE file at the "make install" stage (if PKGSRC_MESSAGE_RECIPIENTS is not empty). Inspired by PR 22328 from Jeremy Reed.
2003-08-04Make exim user default to mail like it always had pre defaults conversion.jmc1-2/+2
2003-08-04Remove 'faad' support from MPLAYER_DISABLE_DRIVERS. It is an input driverjmmv1-2/+2
needed to play files as pointed out by wiz@ (sorry for the delay) and salo@.
2003-08-04Let EXIM_USER be 'mail' by default, as it has always been (so the new packagejmmv1-2/+2
does not break on systems where exim is already installed). Noted by jmc@.
2003-08-02Convert exim and exim-user to the bsd.pkg.install.mk framework:jmmv1-1/+11
- Introduce EXIM_GROUP and EXIM_USER to tune the details of the group and user used by the daemon. - Honour PKG_SYSCONFDIR. - Install sample files under the examples directory. - Automatically install example files under sysconfdir using CONF_FILES. This simplifies exim's set up from admin's point of view. - Use RCD_SCRIPTS to handle the startup script. As a result, bump PKGREVISION of exim and exim-user.
2003-07-29Follow the trend started by jmmv@. Thanks Julio!seb1-7/+1
Remove IRCD_HYBRID_DPATH from bsd.pkg.defaults.mk and BUILD_DEFS, set PKG_SYSCONFSUBDIR to 'ircd-hybrid' instead: the package builder is now expected to adjust Ircd Hybrid configuration directory with PKG_SYSCONFBASE(.${PKG_SYSCONFVAR}). Replace local DOC_SUBST stuff with FILES_SUBST from bsd.pkg.install.mk. Go with the previous PKGREVISION bump. XXX Having the log files as SUPPORT_FILES is not optimal. XXX I really should update this package.
2003-07-29Go one step further: turn CANNA_GROUP and CANNA_USER build definitions andjmmv1-1/+11
handle the group and the user they specify with bsd.pkg.install.mk. In fact, these variables were already changeable.
2003-07-29Use PKG_SYSCONFDIR when setting the default value for IRCD_HYBRID_DPATH.jmmv1-2/+2
2003-07-27Introduce the MPLAYER_DISABLE_DRIVERS variable, which holds a list of "drivers"jmmv1-1/+7
that are not wanted in the binary program. It is empty by default, so that all drivers are linked in to get a full featured binary package. Packages using this variable include mplayer and gmplayer. While building mencoder, disable all of these drivers, as they are not needed. Bump PKGREVISION. arts is now a enabled if not present in the variable. This detail closes PR pkg/21775 by Marc Recht.
2003-07-26SDL_USE_NAS deprecated by the new audio/SDL-nas plugin.jmmv1-6/+1
2003-07-17Introduce CUE_USE_CANNA, which determines whether to enable Canna support.uebayasi1-1/+6
Default is NO. This addresses PR19010 by Takashi Yamamoto.
2003-07-12Add PURE_FTPD_USE_PGSQL and use sane default for PURE_FTPD_USE_MYSQL.salo1-5/+10
2003-07-02patch from seb@ to pass --split-size to gtexinfo >= 4.6.grant1-2/+4
thanks seb :)
2003-06-30XLOCK_LIGHT is deprecated, but we still support it in xlockmore/Makefilejlam1-7/+1
until users figure out to install xlockmore-lite instead.
2003-06-29Introduce a variable called "MAKEINFO_ARGS", which may be used to passjschauma1-1/+7
arguments to makeinfo(1). This was made necessary by the fact that under IRIX64 makeinfo(1) does not use a default split-size of 50000, which breaks our PLISTs. After feedback from seb@, initialize MAKEINFO_ARGS per default to _OPSYS_MAKEINFO_ARGS, which is set in defs.<OPSYS>.mk (currently only for IRIX using 64-bit ABI).
2003-06-23Introduce MPLAYER_USE_MEDIALIB.salo1-1/+7
It's used to enable optional support for Sun mediaLib library. (only takes effect on Solaris).
2003-06-23Remove DOVECOT_USE_LDAP in favor of generic USE_OPENLDAP.salo1-7/+2
Correct USE_OPENLDAP comment accordingly.
2003-06-12Initiate support for X11 apps under IRIX.jschauma1-9/+42
We introduce two new variables: ABI and IMAKEOPTS ABI determines the correct ABI to use and is set during bootstrapping from /etc/compiler.defaults. IMAKEOPTS are the options passed to imake to allow it to set the right definitions and find the right paths etc. Use IMAKEOPTS with SunOS, too. IRIX will always require xpkgwedge, since it's got a bogus X11BASE. When linking against libXaw, make sure we get the right ABI.
2003-06-05Add EMACS_USE_XAW3D.markd1-1/+6
2003-05-28Add some, per default undefined, variables for the blender package.jschauma1-1/+31
2003-05-24Remove MPLAYER_USE_REALMEDIA, used by default on i386, powerpc and alpha.salo1-8/+1
2003-05-22Convert MTOOLS_ENABLE_FLOPPYD to YES/NO from defined/undefined.salo1-4/+4
2003-05-22Add USE_LIBCRACK variable for PAM.wiz1-1/+6
2003-05-15Add GOLEM_WITH_SOUND, default NO.salo1-1/+6
2003-05-14Add DOVECOT_USE_{GNUTLS,LDAP,PGSQL} defaults.salo1-1/+17
2003-05-08Update wmthemes to 0.80.0 (matches current windowmaker version):jmmv1-4/+4
- Themes must be fetched through freshmeat.net now, which maintains a different directory layout and file naming than themes.org. - The WINDOWMAKER_THEMES variable now requires the version number of the package. - Add two NetBSD related themes to the default list.
2003-05-06Fix "Default:" line of MPLAYER_ENABLE_RUNTIME_CPU_DETECTION; it'suebayasi1-2/+2
default is "YES". Noticed by Kouichirou Hiratsuka <hira at po6 dot nsk dot ne dot jp>.
2003-05-05PKGVULNDIR entry was duplicated. Only keep the more recent oneseb1-6/+1
which is allow the more fully documented.
2003-05-05commented block for BITCHX_WITH_GTK.grant1-1/+7