summaryrefslogtreecommitdiff
path: root/mk/bsd.pkg.defaults.mk
AgeCommit message (Collapse)AuthorFilesLines
2002-12-07Add an entry for WDM_MANAGERS.cjep1-1/+6
2002-12-06Remove now unused MPLAYER_FONT variable.wiz1-6/+1
2002-12-05Add TKPASMAN_USE_SSL variable, used by the new package security/tkpasman.jmmv1-1/+6
2002-11-26Add note about IMAKE on Solaris with native compilers.salo1-7/+16
Move SAWFISH_THEMES to proper location.
2002-11-26Added POSTFIX_USE_LDAPmartti1-1/+6
2002-11-17Introduce new framework which unifies registering packages providing loginsalo1-1/+6
shells to /etc/shells. This feature can be disabled by setting PKG_REGISTER_SHELLS to NO in /etc/mk.conf. An excerpt from Packages.txt, section 10.28: 10.28 Packages providing login shells ===================================== If the purpose of the package is to provide a login shell, the variable PKG_SHELL should contain the full pathname of the shell executable installed by this package. The package Makefile also must include "../../mk/bsd.pkg.install.mk" prior to the inclusion of bsd.pkg.mk to use the automatically generated INSTALL/DEINSTALL scripts. An example taken from shells/zsh: PKG_SHELL= ${PREFIX}/bin/zsh .include "../../mk/bsd.pkg.install.mk" The shell is registered into /etc/shells file automatically in the post-install target by the INSTALL script generated by bsd.pkg.install.mk and removed in the deinstall target by the DEINSTALL script.
2002-11-16Defaults for w3m.uebayasi1-1/+47
2002-11-14Comment out the X11BASE setting, which is set in bsd.prefs.mk conditionallyjlam1-3/+3
based on the value of OPSYS. This was breaking pkgsrc on Solaris.
2002-11-10rename BINPKG_SITE to BINPKG_SITEShubertf1-2/+2
Adresses PR pkg/19004 by tv@pobox.com
2002-11-10add MASTER_SITE_MOZILLA for Australia.grant1-1/+2
2002-11-07Add a test target to bsd.pkg.mk:dillo1-1/+6
It runs pre-test, do-test, and post-test. The default pre-test and post-test targets are empty; the default do-test target runs TEST_TARGET (in each TEST_DIRS (defaults to BUILD_DIRS)) if it is set and does nothing otherwise. Thus the test target defaults to doing nothing. The usual way to use this is to set TEST_TARGET to the target to run (e.g. TEST_TARGET=check for GNU packages). If PKGSRC_RUN_TEST is set to yes (in mk.conf, defaults to no), the test target is run before install. (approved by agc)
2002-10-21USE_GLX has been obsoleted a long time ago -- remove it here too.wiz1-6/+1
2002-10-20Document RPM_DB_PREFIX:jlam1-1/+7
# Used in the rpm package to note the prefix of the path to the RPM # databases. The RPM databases are stored in ${RPM_DB_PREFIX}/lib/rpm. # Possible: any valid location, e.g. ${LOCALBASE} # Default: /var/pkg
2002-10-20SAMBA_WITH_MSDFS is no longer needed...samba always builds with MSDFSjlam1-6/+1
support now.
2002-10-20Gmake's configure does not support anymore --disable-nsec-timestamps.seb1-7/+1
So remove it and associated variable.
2002-10-13Add support for enabling MSDFS in Samba.kim1-1/+6
2002-10-13Document some xlockmore options.wiz1-1/+23
Patch from Lubomir Sedlacik in PR 18635.
2002-10-11Remove NS_INST variable, obsoleted by last changes to www/netscape7jschauma1-6/+1
2002-10-07Document (commented) SAWFISH_THEMES variable, specifying the DISTFILES forjschauma1-1/+7
wm/sawfish-themes (default: about 180 themes available on themes.freshmeat.net)
2002-10-07Add switch GIMP_WITH_HELPBROWSER to build gimp with help browser.hubertf1-1/+7
Disables to "no", which results in no gnome-libs being needed. Patch contributed by Stefan Krüger <skrueger@europe.com> in private mail, with some changes from me.
2002-10-03Created a new variable USE_OSS that is used to enable OSS audio support injlam1-1/+8
preference to or in place of Sun audio support in various packages. People using audio/oss should set USE_OSS in their /etc/mk.conf when building packages.
2002-10-01Document NS_INST variable, determining if netscape7 uses the complete orjschauma1-1/+6
the recommended (default) install, as pointed out by wiz.
2002-09-30Add PKG_LANG variable, defaulting to english.jschauma1-1/+9
Currently only used by www/netscape7 but this can potentially be used by many packages to help localize the installation. Ok'd by wiz.
2002-09-23Add mimedefang defaultsmarkd1-1/+15
2002-09-23* buildlink1 -> buildlink2jlam1-5/+5
* Replace ELK_USE_{X11,MOTIF} with ELK_GUI, which is either "none" or is some combination of "xaw" and/or "motif". * Reenable Motif -- it seems to build properly with OpenMotif-2.0.x. * Modernize this package a bit and clean up how linker flags are passed to the build process by using the new variables available.
2002-09-18Add secure HTTP support to the "wget" package. It is turned on by defaulttron1-1/+6
and can be turned of by "WGET_USE_SSL=NO".
2002-09-01Move default definitions of P4USER, P4GROUP, P4ROOT, and P4PORT here.schmonz1-1/+21
2002-08-31Add TRPlayer license, in support of soon-to-be-imported TRPlayer package.fredb1-1/+4
2002-08-31Add variables for openssh privilege separation to bsd.pkg.defaults.mk:grant1-1/+27
OPENSSH_USER OPENSSH_UID OPENSSH_GROUP OPENSSH_GID OPENSSH_CHROOT Use these to automatically create user/group if they do not already exist. Assists platforms which do not have an 'sshd' user by default, while adding flexibility for NetBSD systems. Checked by Stoned Elipot <seb@netbsd.org>.
2002-08-26deprecate SQUID_SYSCONFDIR in favour of PKG_SYSCONFDIR.squidgrant1-6/+1
2002-08-19Now by default the support of micro- and nano-second timestamp values providedseb1-1/+7
by stat(2) is disabled: it causes grief even for package building. This is adjustable by the GMAKE_NSEC_TIMESTAMPS variable. Bump PKGREVISION.
2002-08-15Document `IMAP_UW_NO_SSL'.fredb1-1/+9
2002-08-12Add the default for USERPPP_GROUP for the userppp packageagc1-1/+6
2002-08-12Specify defaults for the Free wnn user and group.agc1-1/+11
2002-08-07Prepare for the mplayer 0.90pre6 aka 0.90rc6 update:veego1-4/+11
- Change the mplayer default font size from 18 to 14 - Add MPLAYER_USE_REALMEDIA, defaulting to NO Used by mplayer to enable realmedia support by using the realplayer libraries. Note that this only works on i386 and also adds a dependency for the linux emulation to this package.
2002-07-30Add APACHE_USER and APACHE_GROUP variables, remove APACHE_SUEXEC_USER.wiz1-12/+20
2002-07-30back out OBJOSMACHINE stuff as it is superfluous. pointed out bygrant1-9/+2
jlam.
2002-07-29add OBJOSMACHINE, to use OS version and arch specific workgrant1-2/+9
directories, eg. work.NetBSD-1.5-i386 work.SunOS-5.7-sparc
2002-07-23Add a variable SU_CMD_PATH_APPEND containing a colon separated list ofcjep1-1/+6
directories. When ${SU_CMD} is used, we add this list to the end of the PATH environment variable. This fixes PR#17532 from Hauke Fath.
2002-07-22Documentation nit: SU_CMD does not default to ${SU} root -c.cjep1-2/+2
2002-07-22Added POSTFIX_USE_TLS=YESmartti1-1/+6
2002-07-20Add optional netboot support to "grub" package as suggested bytron1-1/+14
Julio Merino in PR pkg/17354.
2002-07-15Provide per-${OPSYS} defaults for how to run a command as root.schmonz1-2/+2
Darwin ships with a disabled root account and a working "sudo".
2002-06-30add entry for NS_USE_SUNOS. If defined, the netscape and communicatordmcmahill1-1/+7
packages will use the old SunOS-4.1 binaries. Otherwise, default to using the recently enabled Solaris-2.5.1 binaries which include more modern releases.
2002-06-23Add MPG123_ARM_FIXED64.kent1-1/+6
2002-06-23introduce MASTER_SITE_MOZILLA.kei1-1/+2
2002-06-15Actually set the defaults for MUTT_USE_SLANG and MUTT_USE_SSL, likefredb1-6/+12
it says in the comments; add a section plus default for MUTT_USE_NCURSES, and alphabetize.
2002-06-10add IMDICTDIR for input method's dictionary installation.sakamoto1-1/+6
default is /var/dict.
2002-05-25Ups, no need to use "'s for the MPLAYER_FONT.veego1-3/+3
2002-05-25Add an entry for MPLAYER_FONT, which will be used by the mplayer-shareveego1-1/+6
package.