From owner-freebsd-ports-bugs@freebsd.org Sat Jul 11 04:07:45 2015 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 946219974E6 for ; Sat, 11 Jul 2015 04:07:45 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 65DA81D51 for ; Sat, 11 Jul 2015 04:07:45 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id t6B47jae092113 for ; Sat, 11 Jul 2015 04:07:45 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 201458] devel/boehm-gc 7.4.2_4 broken Date: Sat, 11 Jul 2015 04:07:45 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: rallenh@hotmail.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Jul 2015 04:07:45 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201458 --- Comment #4 from rallenh@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.