* [gentoo-commits] gentoo-x86 commit in profiles/default/bsd/fbsd: make.defaults
@ 2009-01-24 7:59 Javier Villavicencio (the_paya)
0 siblings, 0 replies; 14+ messages in thread
From: Javier Villavicencio (the_paya) @ 2009-01-24 7:59 UTC (permalink / raw
To: gentoo-commits
the_paya 09/01/24 07:59:26
Modified: make.defaults
Log:
Remove -sandbox from our FEATURES.
Revision Changes Path
1.3 profiles/default/bsd/fbsd/make.defaults
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/default/bsd/fbsd/make.defaults?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/default/bsd/fbsd/make.defaults?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/default/bsd/fbsd/make.defaults?r1=1.2&r2=1.3
Index: make.defaults
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/make.defaults,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- make.defaults 22 Jan 2009 20:10:07 -0000 1.2
+++ make.defaults 24 Jan 2009 07:59:26 -0000 1.3
@@ -1,8 +1,9 @@
# Copyright 2004-2009 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.2 2009/01/22 20:10:07 the_paya Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/make.defaults,v 1.3 2009/01/24 07:59:26 the_paya Exp $
-FEATURES="-sandbox"
+# Sandbox should work now, leaving commented for testing.
+# FEATURES="-sandbox"
USERLAND="BSD"
KERNEL="FreeBSD"
^ permalink raw reply [flat|nested] 14+ messages in thread
* [gentoo-commits] gentoo-x86 commit in profiles/default/bsd/fbsd: make.defaults
@ 2010-10-19 20:32 Ole Markus With (olemarkus)
0 siblings, 0 replies; 14+ messages in thread
From: Ole Markus With (olemarkus) @ 2010-10-19 20:32 UTC (permalink / raw
To: gentoo-commits
olemarkus 10/10/19 20:32:35
Modified: make.defaults
Log:
PHP ebuilds now make use of default USE flags. No longer any point in enabling
them by default in make.defaults.
Revision Changes Path
1.4 profiles/default/bsd/fbsd/make.defaults
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/bsd/fbsd/make.defaults?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/bsd/fbsd/make.defaults?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/bsd/fbsd/make.defaults?r1=1.3&r2=1.4
Index: make.defaults
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/make.defaults,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- make.defaults 24 Jan 2009 07:59:26 -0000 1.3
+++ make.defaults 19 Oct 2010 20:32:35 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 2004-2009 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.3 2009/01/24 07:59:26 the_paya Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/make.defaults,v 1.4 2010/10/19 20:32:35 olemarkus Exp $
# Sandbox should work now, leaving commented for testing.
# FEATURES="-sandbox"
@@ -21,10 +21,6 @@
# Modular X: Support direct rendering by default
USE="${USE} dri"
-# 2006/04/19 - Chris Gianelloni <wolf31o2@gentoo.org>
-# Make sure dev-lang/php works right. See bug #120088 for more info.
-USE="${USE} cli pcre reflection session spl"
-
# 2006/04/21 - Donnie Berkholz <dberkholz@gentoo.org>
# Modular X: Build the Xorg X server by default
USE="${USE} xorg"
^ permalink raw reply [flat|nested] 14+ messages in thread
* [gentoo-commits] gentoo-x86 commit in profiles/default/bsd/fbsd: make.defaults
@ 2010-10-21 18:57 Ole Markus With (olemarkus)
0 siblings, 0 replies; 14+ messages in thread
From: Ole Markus With (olemarkus) @ 2010-10-21 18:57 UTC (permalink / raw
To: gentoo-commits
olemarkus 10/10/21 18:57:00
Modified: make.defaults
Log:
Reinserting the USE flags that are used by other packages than PHP
Revision Changes Path
1.5 profiles/default/bsd/fbsd/make.defaults
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/bsd/fbsd/make.defaults?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/bsd/fbsd/make.defaults?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/bsd/fbsd/make.defaults?r1=1.4&r2=1.5
Index: make.defaults
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/make.defaults,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- make.defaults 19 Oct 2010 20:32:35 -0000 1.4
+++ make.defaults 21 Oct 2010 18:57:00 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 2004-2009 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.4 2010/10/19 20:32:35 olemarkus Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/make.defaults,v 1.5 2010/10/21 18:57:00 olemarkus Exp $
# Sandbox should work now, leaving commented for testing.
# FEATURES="-sandbox"
@@ -13,6 +13,12 @@
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"
^ permalink raw reply [flat|nested] 14+ messages in thread
* [gentoo-commits] gentoo-x86 commit in profiles/default/bsd/fbsd: make.defaults
@ 2010-10-21 18:59 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 14+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-10-21 18:59 UTC (permalink / raw
To: gentoo-commits
ssuominen 10/10/21 18:59:05
Modified: make.defaults
Log:
whitespace
Revision Changes Path
1.6 profiles/default/bsd/fbsd/make.defaults
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/bsd/fbsd/make.defaults?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/bsd/fbsd/make.defaults?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/bsd/fbsd/make.defaults?r1=1.5&r2=1.6
Index: make.defaults
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/make.defaults,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- make.defaults 21 Oct 2010 18:57:00 -0000 1.5
+++ make.defaults 21 Oct 2010 18:59:05 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 2004-2009 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.5 2010/10/21 18:57:00 olemarkus Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/make.defaults,v 1.6 2010/10/21 18:59:05 ssuominen Exp $
# Sandbox should work now, leaving commented for testing.
# FEATURES="-sandbox"
@@ -17,7 +17,7 @@
# 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"
+USE="${USE} cli pcre session"
# Javier Villavicencio <the_paya@gentoo.org> (22 Jan 2009)
# Enabled again for testing.
^ permalink raw reply [flat|nested] 14+ messages in thread
* [gentoo-commits] gentoo-x86 commit in profiles/default/bsd/fbsd: make.defaults
@ 2011-07-09 21:20 Alexis Ballier (aballier)
0 siblings, 0 replies; 14+ messages in thread
From: Alexis Ballier (aballier) @ 2011-07-09 21:20 UTC (permalink / raw
To: gentoo-commits
aballier 11/07/09 21:20:22
Modified: make.defaults
Log:
disable sandbox by default, bug #374425
Revision Changes Path
1.7 profiles/default/bsd/fbsd/make.defaults
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/bsd/fbsd/make.defaults?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/bsd/fbsd/make.defaults?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/bsd/fbsd/make.defaults?r1=1.6&r2=1.7
Index: make.defaults
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/make.defaults,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- make.defaults 21 Oct 2010 18:59:05 -0000 1.6
+++ make.defaults 9 Jul 2011 21:20:22 -0000 1.7
@@ -1,9 +1,9 @@
-# Copyright 2004-2009 Gentoo Foundation.
+# Copyright 1999-2011 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.7 2011/07/09 21:20:22 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"
^ permalink raw reply [flat|nested] 14+ messages in thread
* [gentoo-commits] gentoo-x86 commit in profiles/default/bsd/fbsd: make.defaults
@ 2012-05-04 14:55 Alexis Ballier (aballier)
0 siblings, 0 replies; 14+ messages in thread
From: Alexis Ballier (aballier) @ 2012-05-04 14:55 UTC (permalink / raw
To: gentoo-commits
aballier 12/05/04 14:55:59
Modified: make.defaults
Log:
bootstrap with USE=mta to let virtual/mta pick ssmtp[mta], by Yuta SATOH in bug #408587
Revision Changes Path
1.8 profiles/default/bsd/fbsd/make.defaults
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/bsd/fbsd/make.defaults?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/bsd/fbsd/make.defaults?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/bsd/fbsd/make.defaults?r1=1.7&r2=1.8
Index: make.defaults
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/make.defaults,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- make.defaults 9 Jul 2011 21:20:22 -0000 1.7
+++ make.defaults 4 May 2012 14:55:59 -0000 1.8
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 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.7 2011/07/09 21:20:22 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/make.defaults,v 1.8 2012/05/04 14:55:59 aballier Exp $
# Last building sandbox breaks gfind, bug #374425
FEATURES="-sandbox"
@@ -43,3 +43,6 @@
# 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"
^ permalink raw reply [flat|nested] 14+ messages in thread
* [gentoo-commits] gentoo-x86 commit in profiles/default/bsd/fbsd: make.defaults
@ 2012-05-09 12:29 Alexis Ballier (aballier)
0 siblings, 0 replies; 14+ messages in thread
From: Alexis Ballier (aballier) @ 2012-05-09 12:29 UTC (permalink / raw
To: gentoo-commits
aballier 12/05/09 12:29:37
Modified: make.defaults
Log:
remove perl and python from make.default USE, as on linux
Revision Changes Path
1.9 profiles/default/bsd/fbsd/make.defaults
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/bsd/fbsd/make.defaults?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/bsd/fbsd/make.defaults?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/bsd/fbsd/make.defaults?r1=1.8&r2=1.9
Index: make.defaults
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/make.defaults,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- make.defaults 4 May 2012 14:55:59 -0000 1.8
+++ make.defaults 9 May 2012 12:29:37 -0000 1.9
@@ -1,6 +1,6 @@
# 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.8 2012/05/04 14:55:59 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/make.defaults,v 1.9 2012/05/09 12:29:37 aballier Exp $
# Last building sandbox breaks gfind, bug #374425
FEATURES="-sandbox"
@@ -11,7 +11,7 @@
MAKE="gmake"
-USE="berkdb crypt ipv6 ncurses nls pam perl python readline ssl tcpd zlib"
+USE="berkdb crypt ipv6 ncurses nls pam readline ssl tcpd zlib"
# 2010/10/21 - Ole Markus With <olemarkus@gentoo.org>
# These USE flags were originally inserted here because of PHP
^ permalink raw reply [flat|nested] 14+ messages in thread
* [gentoo-commits] gentoo-x86 commit in profiles/default/bsd/fbsd: make.defaults
@ 2012-05-09 12:36 Alexis Ballier (aballier)
0 siblings, 0 replies; 14+ messages in thread
From: Alexis Ballier (aballier) @ 2012-05-09 12:36 UTC (permalink / raw
To: gentoo-commits
aballier 12/05/09 12:36:12
Modified: make.defaults
Log:
remove some more default enabled use flags (cli, pcre, session)
Revision Changes Path
1.10 profiles/default/bsd/fbsd/make.defaults
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/bsd/fbsd/make.defaults?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/bsd/fbsd/make.defaults?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/bsd/fbsd/make.defaults?r1=1.9&r2=1.10
Index: make.defaults
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/make.defaults,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- make.defaults 9 May 2012 12:29:37 -0000 1.9
+++ make.defaults 9 May 2012 12:36:12 -0000 1.10
@@ -1,6 +1,6 @@
# 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.9 2012/05/09 12:29:37 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/make.defaults,v 1.10 2012/05/09 12:36:12 aballier Exp $
# Last building sandbox breaks gfind, bug #374425
FEATURES="-sandbox"
@@ -13,12 +13,6 @@
USE="berkdb crypt ipv6 ncurses nls pam 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"
^ permalink raw reply [flat|nested] 14+ messages in thread
* [gentoo-commits] gentoo-x86 commit in profiles/default/bsd/fbsd: make.defaults
@ 2012-05-09 12:38 Alexis Ballier (aballier)
0 siblings, 0 replies; 14+ messages in thread
From: Alexis Ballier (aballier) @ 2012-05-09 12:38 UTC (permalink / raw
To: gentoo-commits
aballier 12/05/09 12:38:12
Modified: make.defaults
Log:
factorize and cleanup a bit
Revision Changes Path
1.11 profiles/default/bsd/fbsd/make.defaults
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/bsd/fbsd/make.defaults?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/bsd/fbsd/make.defaults?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/bsd/fbsd/make.defaults?r1=1.10&r2=1.11
Index: make.defaults
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/make.defaults,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- make.defaults 9 May 2012 12:36:12 -0000 1.10
+++ make.defaults 9 May 2012 12:38:12 -0000 1.11
@@ -1,6 +1,6 @@
# 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.10 2012/05/09 12:36:12 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/make.defaults,v 1.11 2012/05/09 12:38:12 aballier Exp $
# Last building sandbox breaks gfind, bug #374425
FEATURES="-sandbox"
@@ -11,11 +11,7 @@
MAKE="gmake"
-USE="berkdb crypt ipv6 ncurses nls pam readline ssl tcpd zlib"
-
-# 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 readline ssl tcpd zlib"
# 2006/03/07 - Donnie Berkholz <dberkholz@gentoo.org>
# Modular X: Support direct rendering by default
@@ -29,14 +25,6 @@
# 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"
^ permalink raw reply [flat|nested] 14+ messages in thread
* [gentoo-commits] gentoo-x86 commit in profiles/default/bsd/fbsd: make.defaults
@ 2012-05-09 17:41 Alexis Ballier (aballier)
0 siblings, 0 replies; 14+ messages in thread
From: Alexis Ballier (aballier) @ 2012-05-09 17:41 UTC (permalink / raw
To: gentoo-commits
aballier 12/05/09 17:41:14
Modified: make.defaults
Log:
bring back pcre in default useflags
Revision Changes Path
1.12 profiles/default/bsd/fbsd/make.defaults
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/bsd/fbsd/make.defaults?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/bsd/fbsd/make.defaults?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/bsd/fbsd/make.defaults?r1=1.11&r2=1.12
Index: make.defaults
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/make.defaults,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- make.defaults 9 May 2012 12:38:12 -0000 1.11
+++ make.defaults 9 May 2012 17:41:14 -0000 1.12
@@ -1,6 +1,6 @@
# 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.11 2012/05/09 12:38:12 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/make.defaults,v 1.12 2012/05/09 17:41:14 aballier Exp $
# Last building sandbox breaks gfind, bug #374425
FEATURES="-sandbox"
@@ -11,7 +11,7 @@
MAKE="gmake"
-USE="berkdb crypt iconv ipv6 ncurses nls oss pam readline ssl tcpd zlib"
+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
^ permalink raw reply [flat|nested] 14+ messages in thread
* [gentoo-commits] gentoo-x86 commit in profiles/default/bsd/fbsd: make.defaults
@ 2012-07-27 20:23 Chi-Thanh Christopher Nguyen (chithanh)
0 siblings, 0 replies; 14+ messages in thread
From: Chi-Thanh Christopher Nguyen (chithanh) @ 2012-07-27 20:23 UTC (permalink / raw
To: gentoo-commits
chithanh 12/07/27 20:23:42
Modified: make.defaults
Log:
Move xorg flag from make.defaults to package.use to avoid circular dependency between mesa and xorg-server.
Revision Changes Path
1.13 profiles/default/bsd/fbsd/make.defaults
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/bsd/fbsd/make.defaults?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/bsd/fbsd/make.defaults?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/bsd/fbsd/make.defaults?r1=1.12&r2=1.13
Index: make.defaults
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/make.defaults,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- make.defaults 9 May 2012 17:41:14 -0000 1.12
+++ make.defaults 27 Jul 2012 20:23:42 -0000 1.13
@@ -1,6 +1,6 @@
# 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.12 2012/05/09 17:41:14 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/make.defaults,v 1.13 2012/07/27 20:23:42 chithanh Exp $
# Last building sandbox breaks gfind, bug #374425
FEATURES="-sandbox"
@@ -17,10 +17,6 @@
# Modular X: Support direct rendering by default
USE="${USE} dri"
-# 2006/04/21 - Donnie Berkholz <dberkholz@gentoo.org>
-# Modular X: Build the Xorg X server by default
-USE="${USE} xorg"
-
# 2006/08/18 - Donnie Berkholz <dberkholz@gentoo.org>
# Defaults for video drivers
VIDEO_CARDS="dummy fbdev vmware"
^ permalink raw reply [flat|nested] 14+ messages in thread
* [gentoo-commits] gentoo-x86 commit in profiles/default/bsd/fbsd: make.defaults
@ 2012-10-15 14:33 Alexis Ballier (aballier)
0 siblings, 0 replies; 14+ messages in thread
From: Alexis Ballier (aballier) @ 2012-10-15 14:33 UTC (permalink / raw
To: gentoo-commits
aballier 12/10/15 14:33:44
Modified: make.defaults
Log:
add python2 to BOOTSTRAP_USE so that python2 gets set as default python interpreter
Revision Changes Path
1.14 profiles/default/bsd/fbsd/make.defaults
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/bsd/fbsd/make.defaults?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/bsd/fbsd/make.defaults?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/bsd/fbsd/make.defaults?r1=1.13&r2=1.14
Index: make.defaults
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/make.defaults,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- make.defaults 27 Jul 2012 20:23:42 -0000 1.13
+++ make.defaults 15 Oct 2012 14:33:44 -0000 1.14
@@ -1,6 +1,6 @@
# 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.13 2012/07/27 20:23:42 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/make.defaults,v 1.14 2012/10/15 14:33:44 aballier Exp $
# Last building sandbox breaks gfind, bug #374425
FEATURES="-sandbox"
@@ -23,4 +23,6 @@
# Let virtual/mta pick ssmtp[mta] for stage1 builds.
# https://bugs.gentoo.org/show_bug.cgi?id=408587
-BOOTSTRAP_USE="${BOOTSTRAP_USE} mta"
+# python2: let portage pulls in python-2 so that we get it as default
+# interpreter in stage1's
+BOOTSTRAP_USE="${BOOTSTRAP_USE} mta python2"
^ permalink raw reply [flat|nested] 14+ messages in thread
* [gentoo-commits] gentoo-x86 commit in profiles/default/bsd/fbsd: make.defaults
@ 2013-02-08 15:43 Alexis Ballier (aballier)
0 siblings, 0 replies; 14+ messages in thread
From: Alexis Ballier (aballier) @ 2013-02-08 15:43 UTC (permalink / raw
To: gentoo-commits
aballier 13/02/08 15:43:17
Modified: make.defaults
Log:
add python2 to USE too so that it is rebuilt within stage3, bug #448256
Revision Changes Path
1.15 profiles/default/bsd/fbsd/make.defaults
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/bsd/fbsd/make.defaults?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/bsd/fbsd/make.defaults?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/bsd/fbsd/make.defaults?r1=1.14&r2=1.15
Index: make.defaults
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/make.defaults,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- make.defaults 15 Oct 2012 14:33:44 -0000 1.14
+++ make.defaults 8 Feb 2013 15:43:17 -0000 1.15
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation.
+# Copyright 1999-2013 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.14 2012/10/15 14:33:44 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/make.defaults,v 1.15 2013/02/08 15:43:17 aballier Exp $
# Last building sandbox breaks gfind, bug #374425
FEATURES="-sandbox"
@@ -24,5 +24,7 @@
# Let virtual/mta pick ssmtp[mta] for stage1 builds.
# https://bugs.gentoo.org/show_bug.cgi?id=408587
# python2: let portage pulls in python-2 so that we get it as default
-# interpreter in stage1's
+# interpreter in stage1's and add it to make.default so that it is rebuilt in
+# stage 3 and when updating.
BOOTSTRAP_USE="${BOOTSTRAP_USE} mta python2"
+USE="${USE} python2"
^ permalink raw reply [flat|nested] 14+ messages in thread
* [gentoo-commits] gentoo-x86 commit in profiles/default/bsd/fbsd: make.defaults
@ 2013-11-26 11:12 Naohiro Aota (naota)
0 siblings, 0 replies; 14+ messages in thread
From: Naohiro Aota (naota) @ 2013-11-26 11:12 UTC (permalink / raw
To: gentoo-commits
naota 13/11/26 11:12:05
Modified: make.defaults
Log:
set FEATURES="-usersandbox" on FreeBSD. #491860
Revision Changes Path
1.16 profiles/default/bsd/fbsd/make.defaults
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/bsd/fbsd/make.defaults?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/bsd/fbsd/make.defaults?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/bsd/fbsd/make.defaults?r1=1.15&r2=1.16
Index: make.defaults
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/make.defaults,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- make.defaults 8 Feb 2013 15:43:17 -0000 1.15
+++ make.defaults 26 Nov 2013 11:12:05 -0000 1.16
@@ -1,9 +1,9 @@
# Copyright 1999-2013 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.15 2013/02/08 15:43:17 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/make.defaults,v 1.16 2013/11/26 11:12:05 naota Exp $
# Last building sandbox breaks gfind, bug #374425
-FEATURES="-sandbox"
+FEATURES="-sandbox -usersandbox"
USERLAND="BSD"
KERNEL="FreeBSD"
^ permalink raw reply [flat|nested] 14+ messages in thread
end of thread, other threads:[~2013-11-26 11:12 UTC | newest]
Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-09 21:20 [gentoo-commits] gentoo-x86 commit in profiles/default/bsd/fbsd: make.defaults Alexis Ballier (aballier)
-- strict thread matches above, loose matches on Subject: below --
2013-11-26 11:12 Naohiro Aota (naota)
2013-02-08 15:43 Alexis Ballier (aballier)
2012-10-15 14:33 Alexis Ballier (aballier)
2012-07-27 20:23 Chi-Thanh Christopher Nguyen (chithanh)
2012-05-09 17:41 Alexis Ballier (aballier)
2012-05-09 12:38 Alexis Ballier (aballier)
2012-05-09 12:36 Alexis Ballier (aballier)
2012-05-09 12:29 Alexis Ballier (aballier)
2012-05-04 14:55 Alexis Ballier (aballier)
2010-10-21 18:59 Samuli Suominen (ssuominen)
2010-10-21 18:57 Ole Markus With (olemarkus)
2010-10-19 20:32 Ole Markus With (olemarkus)
2009-01-24 7:59 Javier Villavicencio (the_paya)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox