Saturday, January 24, 2009

mk.conf netbsd

1.
WRKOBJDIR=/tmp
2.
DISTDIR=/usr/distfiles
3.

4.
# compiler caching
5.
#PKGSRC_COMPILER=ccache gcc
6.
#CCACHE_DIR=/var/cache/ccache
7.

8.
COPTS+= -march=i686
9.

10.
# stack smashing protection
11.
USE_SSP=yes
12.

13.
# puffs/refuse
14.
MKPUFFS=yes
15.

16.
# new type kernel modules
17.
MKMODULAR=yes
18.

19.
# pkgsrc locking
20.
PKGSRC_LOCKTYPE=sleep
21.
PKGSRC_SLEEPSECS=30
22.

23.
# allow vulnerable and restricted packages
24.
ALLOW_VULNERABLE_PACKAGES=yes
25.
_ACCEPTABLE=yes
26.

27.
# install rcd scripts automatically
28.
PKG_RCD_SCRIPTS=YES
29.

30.
# install configs in /etc/pkg
31.
PKG_SYSCONFBASE=/etc/pkg
32.

33.
# use modular Xorg from pkgsrc
34.
# only set if used from pkgsrc
35.
#X11_TYPE=modular
36.

37.
# Use 3D xaw
38.
XAW_TYPE=3d
39.

40.
# save binary packages for later use automatically for built packages
41.
DEPENDS_TARGET = package
42.
UPDATE_TARGET = package
43.
PKG_DEFAULT_OPTIONS= -nas -arts wide-curses hunspell enchant \
44.
dri cups seamonkey pam fam dbus inet6 \
45.
-pulseaudio -esound -gstreamer
46.
PKG_OPTIONS.rxvt-unicode= -perl rxvt-term
47.
PKG_OPTIONS.lighttpd=bzip -fam -memcache
48.
PKG_OPTIONS.gecko=official-mozilla-branding
49.
PKG_OPTIONS.samba=cups
50.
PKG_OPTIONS.cmus=ao -faad -mpcdec -wavpack -modplug
51.
PKG_OPTIONS.ffmpeg=sdl
52.
PKG_OPTIONS.fam=kqueue
53.
PKG_OPTIONS.vim=cscope
54.
PKG_OPTIONS.weechat=python
55.
PKG_OPTIONS.dnsmasq=-dbus

No comments: