summaryrefslogtreecommitdiff
path: root/mk/bsd.pkg.defaults.mk
AgeCommit message (Collapse)AuthorFilesLines
2004-01-31s/seperated/separated/snj1-2/+2
2004-01-29Update grub to 0.94:jmmv1-1/+9
* Support building on x86-64 with gcc -m32. * Use a BIOS call to turn on/off Gate A20. This should solve various problems related to Gate A20 in modern BIOSes. * Add a workaround for buggy BIOSes (notably HP Vectra series) which don't pass the boot drive correctly. * Display "GNU GRUB" instead of "GRUB" in the menu. * Add support for QNX RTP into the grub shell. * Add support for the initrd max address of a kernel header in Linux. * Support 32 bit and 64 bit dev_t. * Add support for an install device in GRUB's notation with no parenthesis (e.g. grub-install hd0). * Improve the manual a lot. While here, add a new build definition, GRUB_PRESET_COMMAND, which can be set to a single command that will be embedded in grub's stage2 and executed during bootup (useful for automated diskless setups). Also make use of BUILD_DEFS properly. And pick up maintainership, as requested by tron@.
2004-01-24Added a new variable for XFree86 packages:xtraeme1-1/+6
USE_PKGSRC_XFREE86 By default it is disabled, if you want to use XFree86 packages from pkgsrc, please add "USE_PKGSRC_XFREE86=YES" in /etc/mk.conf.
2004-01-22Add three additional mirrors to MASTER_SITE_SUSE.xtraeme1-2/+3
2004-01-18As i described in <9883.1074028467@gould.diplodocus.org>epg1-1/+11
(http://mail-index.netbsd.org/tech-pkg/2004/01/13/0015.html) and <479.1074093881@gould.diplodocus.org> (http://mail-index.netbsd.org/tech-pkg/2004/01/14/0016.html), add an APR_USE_DB4 variable (defaulting to YES except on platforms where db4 is broken). devel/apr now builds without db4 when APR_USE_DB4 is NO.
2004-01-15Support a new yes/no variable "KERBEROS_PREFIX_CMDS" that can be used byjlam1-1/+7
Kerberos implementation packages to decide whether to prefix certain commands with a "k" to differentiate it from system tools with similar names. KERBEROS_PREFIX_CMDS defaults to "no".
2004-01-14Add warning to IGNORE_RECOMMENDED entry.wiz1-2/+6
2004-01-14 Add *RECOMMENDED variables as discussed on tech-pkg@ to allow for a morerh1-1/+9
fine-grained distinction between required versions of pre-requisites (DEPENDS) and versions that are recommended for security or library ABI consistency reasons (RECOMMENDED). The contents of ${RECOMMENDED} are added to DEPENDS unless IGNORE_RECOMMENDED is set to YES, in which case a warning will be printed and IGNORE_RECOMMENDED will be added to BUILD_DEFS. Add a corresponding BUILDLINK_RECOMMENDED.<pkg> variable for use with buildlink2 and buildlink3.
2004-01-11Add ICECAST_CHUNKLEN and ICECAST_SOURCE_BUFFSIZE (for audio/icecast1).kim1-1/+15
2004-01-11Add X10_PORT for selecting the default serial port for the X10 adapter.kim1-1/+7
2004-01-08Explain the option ICECAST_CHROOTDIR.xtraeme1-1/+7
2004-01-07Change wxGTK to use gtk2 by default. Provide the WXGTK_USE_GTK1 variablejmmv1-1/+6
which, if set to YES, will revert the package to use gtk1. Bump PKGREVISION. Closes PR pkg/21509.
2004-01-07Add fprot-workstation-license for security/fprot-workstation-bin.ben1-4/+4
2004-01-06Create a variable USE_XPKGWEDGE that determines whether or not pkgsrc willjlam1-1/+7
use xpkgwedge to install X11 packages into ${LOCALBASE}. It defaults to "no" to preserve the current behaviour. Also make pkgviews imply USE_XPKGWEDGE=yes, as xpkgwedge is a requirement for making X11 packages install properly using pkgviews.
2004-01-02Add license information for fp-netbsd-ws, and note new package in Makefileben1-1/+4
and CHANGES.
2003-12-23Added default values for jabberd package.xtraeme1-1/+29
2003-12-17http://www.netbsd.org/Sites/net.html is no more, use /mirrors/ instead.keihan1-20/+20
From Dave B <netbsd-current (at) dberg (dot) net> to www@ While there, s/netbsd.org/NetBSD.org/g.
2003-12-17add a template and comments for MOZILLA_USE_LINUX.grant1-1/+7
2003-12-04Add IRSSI_USE_SSL?= YES to be used in the coming update of irssi 0.8.8.veego1-1/+7
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