# /site/domain/js.berklix.net/etc/make.conf.other by jhs@ # Installed by /site/etc/Makefile to # http://www.berklix.com/~jhs/src/bsd/fixes/FreeBSD/src/jhs/etc/ # See Also ./make.conf # TRYBROKEN=YES CD_MOUNTPTS= # CD_MOUNTPTS+= /host/fire/cdrom/ports/distfiles # Do not list any machines often turned off, else they delay. ## MODULES_WITH_WORLD= YES # For /usr/src/sys/modules # Commented out for 8.0-RELEASE which fails with # ===> sys/modules/dtrace/lockstat (all) # cc -O2 -pipe -march=i686 -fno-strict-aliasing -Werror -D_KERNEL \ # -DKLD_MODULE -nostdinc \ # -I/usr/src/sys/modules/dtrace/lockstat/../../../cddl/compat/opensolaris \ # -I/usr/src/sys/modules/dtrace/lockstat/../../../cddl/contrib/opensolaris/\ # uts/common \ # -I/usr/src/sys/modules/dtrace/lockstat/../../.. \ # -I. -I@ -I@/contrib/altq -finline-limit=8000 --param \ # inline-unit-growth=100 --param large-function-growth=1000 \ # -fno-common -mno-align-long-strings -mpreferred-stack-boundary=2 \ # -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -ffreestanding \ # -fstack-protector -std=iso9899:1999 -fstack-protector -Wall \ # -Wredundant-decls -Wnested-externs -Wstrict-prototypes \ # -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef \ # -Wno-pointer-sign -fformat-extensions -Wno-unknown-pragmas -c \ # /usr/src/sys/modules/dtrace/lockstat/../../../cddl/dev/lockstat/lockstat.c # /usr/src/sys/modules/dtrace/lockstat/../../../cddl/dev/lockstat/\ # lockstat.c:32:25: \ # error: opt_kdtrace.h: No such file or directory # *** Error code 1 PORTS_LANGUAGES = german PORTS_LANGUAGES += french # Support my patch to ports/Makefile, # no "" around them as it breaks cd /usr/ports; make index .if !defined(FOR_CDROM) # .include "/site/etc/make.conf.sasl" # For /usr/ports/ Makefile.local & */Makefile.local # BERKLIX_CLIENT For workstation clients # BERKLIX_GATE For workstation clients # BERKLIX_SERVER For remote servers # For build of just ports I want. # Prevent fetch & build of stuff I dont want. # (Comment out for an exhaustive clean of ports/ ) DOC_LANG= en_US.ISO_8859-1 de_DE.ISO_8859-1 COMPAT3X= yes # libc.so.3 needed for Applixware # Installing Applixware on 6.1 it complains: # /usr/libexec/ld-elf.so.1: Shared object "libg++.so.4" not found, # required by "install" ISPELL_BRITISH= yes # Ref /usr/ports/textproc/ispell/files/patch-ja MFLAGS+= -DVSL # MFLAGS not in /etc/defaults/make.conf # MFLAGS+= -j3 # parallel make breaks ports/x11/XFree86 NO_DYNAMICROOT= YES # Avoid non static /bin and /sbin # # dynamics are a pain when doing upgrades. # INSTALL_NODEBUG=yes # still builds symbols but doesn't install them in /boot/kernel PAGE= A4 # for src/gnu/usr.bin/groff/ Makefile.cfg & devps/Makefile # Which puts "papersize a4" rather than "papersize letter" # /usr/src/gnu/usr.bin/groff/font/devps/DESC & # /usr/share/groff_font/devps/DESC USA_RESIDENT= NO .endif # WITH_LIB32= "yes" # rec from sgk@@troutmask.apl.washington.edu # along with kern conf options COMPAT_IA32 & COMPAT_LINUX32