Thu Jan 30 11:56:48 2014 UTC ()
Note about HASKELL_COMPILER


(obache)
diff -r1.229 -r1.230 pkgsrc/mk/defaults/mk.conf

cvs diff -r1.229 -r1.230 pkgsrc/mk/defaults/mk.conf (expand / switch to unified diff)

--- pkgsrc/mk/defaults/mk.conf 2013/12/31 17:22:58 1.229
+++ pkgsrc/mk/defaults/mk.conf 2014/01/30 11:56:48 1.230
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: mk.conf,v 1.229 2013/12/31 17:22:58 wiz Exp $ 1# $NetBSD: mk.conf,v 1.230 2014/01/30 11:56:48 obache Exp $
2# 2#
3 3
4# This file provides default values for variables that may be overridden 4# This file provides default values for variables that may be overridden
5# in the MAKECONF file, which is /etc/mk.conf by default. 5# in the MAKECONF file, which is /etc/mk.conf by default.
6# 6#
7# Note: This file is included after the MAKECONF file, so you cannot query 7# Note: This file is included after the MAKECONF file, so you cannot query
8# these default values in the MAKECONF using the ".if" and ".for" 8# these default values in the MAKECONF using the ".if" and ".for"
9# preprocessing directives. 9# preprocessing directives.
10 10
11# ************************************************************************ 11# ************************************************************************
12# NOTE TO PEOPLE EDITING THIS FILE - USE LEADING SPACES, NOT LEADING TABS. 12# NOTE TO PEOPLE EDITING THIS FILE - USE LEADING SPACES, NOT LEADING TABS.
13# ************************************************************************ 13# ************************************************************************
14 14
@@ -943,26 +943,32 @@ GAMEOWN?= ${GAMES_USER} @@ -943,26 +943,32 @@ GAMEOWN?= ${GAMES_USER}
943# executed at boot time as a default configuration file. This is usually 943# executed at boot time as a default configuration file. This is usually
944# useful to create stage2 files with automated diskless support; you should 944# useful to create stage2 files with automated diskless support; you should
945# set this variable to "bootp", "dhcp" or "rarp", and use it together 945# set this variable to "bootp", "dhcp" or "rarp", and use it together
946# GRUB_NETWORK_CARDS. 946# GRUB_NETWORK_CARDS.
947# Default: not defined 947# Default: not defined
948 948
949#GRUB_SCAN_ARGS= 949#GRUB_SCAN_ARGS=
950# Can be used to supply additional configure arguments for netboot support in 950# Can be used to supply additional configure arguments for netboot support in
951# GRUB. Set e.g. "GRUB_NETWORK_CARDS" to "ne" and "GRUB_SCAN_ARGS" to 951# GRUB. Set e.g. "GRUB_NETWORK_CARDS" to "ne" and "GRUB_SCAN_ARGS" to
952# "--enable-ne-scan=0x300" to let the boot loader search for an NE 2000 ISA 952# "--enable-ne-scan=0x300" to let the boot loader search for an NE 2000 ISA
953# card at I/O offset 0x300. 953# card at I/O offset 0x300.
954# Default: not defined 954# Default: not defined
955 955
 956HASKELL_COMPILER?= ghc
 957# Used by haskell.mk to determine which Haskell compiler should be
 958# used for building Haskell packages.
 959# Possible: ghc
 960# Default: ghc
 961
956HOWL_GROUP?= howl 962HOWL_GROUP?= howl
957# System group to run howl's mDNS responder as. 963# System group to run howl's mDNS responder as.
958# Possible: any group name 964# Possible: any group name
959# Default: howl 965# Default: howl
960 966
961HOWL_USER?= howl 967HOWL_USER?= howl
962# System user to run howl's mDNS responder as. 968# System user to run howl's mDNS responder as.
963# Possible: any user name 969# Possible: any user name
964# Default: howl 970# Default: howl
965 971
966ICECAST_CHROOTDIR?= ${VARBASE}/chroot/icecast 972ICECAST_CHROOTDIR?= ${VARBASE}/chroot/icecast
967# Used in icecast2 to specify the chroot directory in which icecast 973# Used in icecast2 to specify the chroot directory in which icecast
968# will be allowed to work. 974# will be allowed to work.