diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2012-06-11 14:10:21 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-06-11 14:10:21 -0400 |
commit | 66216c2b40faa0a7f1dc164a2e7705f491c5bfbc (patch) | |
tree | 2340a17a8ee8575273947386c4e3b4a6af470946 /profiles/default/bsd/fbsd/make.defaults | |
parent | update make.default on hardened/amd64 with -pic (diff) | |
download | hardened-dev-66216c2b40faa0a7f1dc164a2e7705f491c5bfbc.tar.gz hardened-dev-66216c2b40faa0a7f1dc164a2e7705f491c5bfbc.tar.bz2 hardened-dev-66216c2b40faa0a7f1dc164a2e7705f491c5bfbc.zip |
Sync with tree profiles June 10, 2012
Diffstat (limited to 'profiles/default/bsd/fbsd/make.defaults')
-rw-r--r-- | profiles/default/bsd/fbsd/make.defaults | 31 |
1 files changed, 8 insertions, 23 deletions
diff --git a/profiles/default/bsd/fbsd/make.defaults b/profiles/default/bsd/fbsd/make.defaults index 5d0eaee8..4f26a5f5 100644 --- a/profiles/default/bsd/fbsd/make.defaults +++ b/profiles/default/bsd/fbsd/make.defaults @@ -1,9 +1,9 @@ -# Copyright 2004-2009 Gentoo Foundation. +# Copyright 1999-2012 Gentoo Foundation. # Distributed under the terms of the GNU General Public License, v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/make.defaults,v 1.6 2010/10/21 18:59:05 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/make.defaults,v 1.12 2012/05/09 17:41:14 aballier Exp $ -# Sandbox should work now, leaving commented for testing. -# FEATURES="-sandbox" +# Last building sandbox breaks gfind, bug #374425 +FEATURES="-sandbox" USERLAND="BSD" KERNEL="FreeBSD" @@ -11,17 +11,7 @@ ELIBC="FreeBSD" MAKE="gmake" -USE="berkdb crypt ipv6 ncurses nls pam perl python readline ssl tcpd zlib" - -# 2010/10/21 - Ole Markus With <olemarkus@gentoo.org> -# These USE flags were originally inserted here because of PHP -# and were later removed by me. Reinserting the USE flags again because they are -# global USE flags that may be expected to be set by other packages. -USE="${USE} cli pcre session" - -# Javier Villavicencio <the_paya@gentoo.org> (22 Jan 2009) -# Enabled again for testing. -# USE="${USE} -ipv6" +USE="berkdb crypt iconv ipv6 ncurses nls oss pam pcre readline ssl tcpd zlib" # 2006/03/07 - Donnie Berkholz <dberkholz@gentoo.org> # Modular X: Support direct rendering by default @@ -35,11 +25,6 @@ USE="${USE} xorg" # Defaults for video drivers VIDEO_CARDS="dummy fbdev vmware" -# 2006/10/22 - Diego Pettenò <flameeyes@gentoo.org> -# FreeBSD only uses Open Sound System, so enable it even if Linux defaults for it to off. -USE="${USE} oss" - -# 2006/10/30 - Diego Pettenò <flameeyes@gentoo.org> -# Enable iconv by default for mplayer upon Luca's request -USE="${USE} iconv" - +# Let virtual/mta pick ssmtp[mta] for stage1 builds. +# https://bugs.gentoo.org/show_bug.cgi?id=408587 +BOOTSTRAP_USE="${BOOTSTRAP_USE} mta" |