[Bug 201458] devel/boehm-gc 7.4.2_4 broken

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Jul 11 04:07:45 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201458

--- Comment #4 from rallenh at hotmail.com ---
$ sudo cat /etc/make.conf
# kernel-ish knobs ------------------------------------------------------------

# tweak CPUTYPE from pentium3 to pentium4 
CPUTYPE?=pentium4

# prevent certain kernel modules I will never use, have a custom conf in
# /usr/src/sys/i386/conf/STATIC-173-53-110-7 (symlinked to /home/kernels/)
OPTIONS_UNSET=virtio virtio_pci vtnet virtio_blk virtio_scsi virtio_balloon

DOC_LANG=en_US.ISO8859-1

# generic/ports
knobs-----------------------------------------------------------

# disable farking X shit
OPTIONS_UNSET+=X11

# apache knobs
apache22_SET+= WITH_PROXY_MODULES WITH_SSL_MODULES WITH_SUEXEC_MODULES

# disable farking zh-* ports
OPTIONS_UNSET+=CJK
WITHOUT=CJK

# added on 4/4/2013
# updated on 6/19/2015
DEFAULT_VERSIONS+=ruby=2.1
DEFAULT_VERSIONS+=perl=5.20 perl5=5.20
DEFAULT_VERSIONS+=python=2.7 python2=2.7
DEFAULT_VERSIONS+=php=5.6
DEFAULT_VERSIONS+=apache=2.2
DEFAULT_VERSIONS+=tcltk=8.6

# added on 4/4/2013
WITH_PKGNG=yes

# added on 1/7/2014, db4 deprecated
WITH_BDB_VER=5

# use gcc for ports vs clang added on 4/16/2014
# I don't think this is working any longer 6/27/2014
#.if !empty(.CURDIR:M/usr/ports) || !empty(.CURDIR:M/usr/ports/*) &&
exists(/usr/local/bin/gcc48)
#CC=gcc48
#CXX=g++48
#CPP=cpp48
#CPUTYPE=pentium4
#.endif

# added on 7/29/2014
TEX_DEFAULT=texlive

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list