* [gentoo-commits] gentoo-x86 commit in profiles/default/linux: make.defaults
@ 2008-07-09 16:46 Doug Goldstein (cardoe)
0 siblings, 0 replies; 19+ messages in thread
From: Doug Goldstein (cardoe) @ 2008-07-09 16:46 UTC (permalink / raw
To: gentoo-commits
cardoe 08/07/09 16:46:35
Modified: make.defaults
Log:
added LDFLAGS with -Wl,-O1 as initial flag
Revision Changes Path
1.2 profiles/default/linux/make.defaults
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/default/linux/make.defaults?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/default/linux/make.defaults?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/default/linux/make.defaults?r1=1.1&r2=1.2
Index: make.defaults
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/default/linux/make.defaults,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- make.defaults 1 Apr 2008 17:40:05 -0000 1.1
+++ make.defaults 9 Jul 2008 16:46:35 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/make.defaults,v 1.1 2008/04/01 17:40:05 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/make.defaults,v 1.2 2008/07/09 16:46:35 cardoe Exp $
#
# System-wide defaults for the Portage system
# See portage(5) manpage
@@ -45,3 +45,9 @@
# except hppa, which lacks v4l so removes it in the hppa profile
VIDEO_CARDS="dummy fbdev v4l"
+# 2008/07/09 - Doug Goldstein <cardoe@gentoo.org>
+# Adding LDFLAGS="-Wl,-O1 for all Linux profiles by default
+# after discussion on the gentoo-dev ML. As we bang out a clear
+# direction with how LDFLAGS will be set by default, this entry
+# may move.
+LDFLAGS="-Wl,-O1"
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 19+ messages in thread
* [gentoo-commits] gentoo-x86 commit in profiles/default/linux: make.defaults
@ 2009-09-21 9:39 Robin H. Johnson (robbat2)
0 siblings, 0 replies; 19+ messages in thread
From: Robin H. Johnson (robbat2) @ 2009-09-21 9:39 UTC (permalink / raw
To: gentoo-commits
robbat2 09/09/21 09:39:09
Modified: make.defaults
Log:
Adding USE="modules" to all Linux profiles to link with new linux-mod behavior for making modules optional if desired.
Revision Changes Path
1.3 profiles/default/linux/make.defaults
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/default/linux/make.defaults?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/default/linux/make.defaults?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/default/linux/make.defaults?r1=1.2&r2=1.3
Index: make.defaults
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/default/linux/make.defaults,v
retrieving revision 1.2
retrieving revision 1.3
diff -p -w -b -B -u -u -r1.2 -r1.3
--- make.defaults 9 Jul 2008 16:46:35 -0000 1.2
+++ make.defaults 21 Sep 2009 09:39:09 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/make.defaults,v 1.2 2008/07/09 16:46:35 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/make.defaults,v 1.3 2009/09/21 09:39:09 robbat2 Exp $
#
# System-wide defaults for the Portage system
# See portage(5) manpage
@@ -51,3 +51,8 @@ VIDEO_CARDS="dummy fbdev v4l"
# direction with how LDFLAGS will be set by default, this entry
# may move.
LDFLAGS="-Wl,-O1"
+
+# 2009/09/21 Robin H. Johnson <robbat2@gentoo.org>
+# http://archives.gentoo.org/gentoo-dev/msg_dc705dc2c1a45e18a85aa62e8fb17009.xml
+# Build kernel modules from linux-mod by default:
+USE="${USE} modules"
^ permalink raw reply [flat|nested] 19+ messages in thread
* [gentoo-commits] gentoo-x86 commit in profiles/default/linux: make.defaults
@ 2009-10-31 15:42 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 19+ messages in thread
From: Samuli Suominen (ssuominen) @ 2009-10-31 15:42 UTC (permalink / raw
To: gentoo-commits
ssuominen 09/10/31 15:42:04
Modified: make.defaults
Log:
Remove isdnlog USE flag reference, not used by anything
Revision Changes Path
1.4 profiles/default/linux/make.defaults
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/default/linux/make.defaults?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/default/linux/make.defaults?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/default/linux/make.defaults?r1=1.3&r2=1.4
Index: make.defaults
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/default/linux/make.defaults,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- make.defaults 21 Sep 2009 09:39:09 -0000 1.3
+++ make.defaults 31 Oct 2009 15:42:04 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/make.defaults,v 1.3 2009/09/21 09:39:09 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/make.defaults,v 1.4 2009/10/31 15:42:04 ssuominen Exp $
#
# System-wide defaults for the Portage system
# See portage(5) manpage
@@ -22,7 +22,7 @@
# 2006/03/29 - Stefan Schweizer <genstef@gentoo.org>
# isdn USE flag defaults
-USE="${USE} pppd isdnlog"
+USE="${USE} pppd"
# 2006/04/19 - Chris Gianelloni <wolf31o2@gentoo.org>
# Make sure dev-lang/php works right. See bug #120088 for more info.
^ permalink raw reply [flat|nested] 19+ messages in thread
* [gentoo-commits] gentoo-x86 commit in profiles/default/linux: make.defaults
@ 2010-07-11 19:50 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 19+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-07-11 19:50 UTC (permalink / raw
To: gentoo-commits
ssuominen 10/07/11 19:50:08
Modified: make.defaults
Log:
Change LD_AS_NEEDED which got rejected by binutils upstream to plain LDFLAGS based -Wl,--as-needed wrt #327753 by Ryan Hill.
Revision Changes Path
1.5 profiles/default/linux/make.defaults
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/linux/make.defaults?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/linux/make.defaults?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/linux/make.defaults?r1=1.4&r2=1.5
Index: make.defaults
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/default/linux/make.defaults,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- make.defaults 31 Oct 2009 15:42:04 -0000 1.4
+++ make.defaults 11 Jul 2010 19:50:08 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/make.defaults,v 1.4 2009/10/31 15:42:04 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/make.defaults,v 1.5 2010/07/11 19:50:08 ssuominen Exp $
#
# System-wide defaults for the Portage system
# See portage(5) manpage
@@ -50,7 +50,7 @@
# after discussion on the gentoo-dev ML. As we bang out a clear
# direction with how LDFLAGS will be set by default, this entry
# may move.
-LDFLAGS="-Wl,-O1"
+LDFLAGS="-Wl,-O1 ${LDFLAGS}"
# 2009/09/21 Robin H. Johnson <robbat2@gentoo.org>
# http://archives.gentoo.org/gentoo-dev/msg_dc705dc2c1a45e18a85aa62e8fb17009.xml
^ permalink raw reply [flat|nested] 19+ messages in thread
* [gentoo-commits] gentoo-x86 commit in profiles/default/linux: make.defaults
@ 2010-07-12 8:53 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 19+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-07-12 8:53 UTC (permalink / raw
To: gentoo-commits
ssuominen 10/07/12 08:53:08
Modified: make.defaults
Log:
Stop using ${LDFLAGS} inside LDFLAGS="" because of dev-libs/boost-build and whitespace.
Revision Changes Path
1.6 profiles/default/linux/make.defaults
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/linux/make.defaults?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/linux/make.defaults?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/linux/make.defaults?r1=1.5&r2=1.6
Index: make.defaults
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/default/linux/make.defaults,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- make.defaults 11 Jul 2010 19:50:08 -0000 1.5
+++ make.defaults 12 Jul 2010 08:53:08 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/make.defaults,v 1.5 2010/07/11 19:50:08 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/make.defaults,v 1.6 2010/07/12 08:53:08 ssuominen Exp $
#
# System-wide defaults for the Portage system
# See portage(5) manpage
@@ -50,7 +50,10 @@
# after discussion on the gentoo-dev ML. As we bang out a clear
# direction with how LDFLAGS will be set by default, this entry
# may move.
-LDFLAGS="-Wl,-O1 ${LDFLAGS}"
+# 2010/07/12 - Samuli Suominen <ssuominen@gentoo.org>
+# Note that adding LDFLAGS="-Wl,-O1 ${LDFLAGS}" breaks dev-util/boost-build
+# because of whitespace.
+LDFLAGS="-Wl,-O1"
# 2009/09/21 Robin H. Johnson <robbat2@gentoo.org>
# http://archives.gentoo.org/gentoo-dev/msg_dc705dc2c1a45e18a85aa62e8fb17009.xml
^ permalink raw reply [flat|nested] 19+ messages in thread
* [gentoo-commits] gentoo-x86 commit in profiles/default/linux: make.defaults
@ 2010-07-26 19:15 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 19+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-07-26 19:15 UTC (permalink / raw
To: gentoo-commits
ssuominen 10/07/26 19:15:05
Modified: make.defaults
Log:
Move -Wl,--as-needed from developer profile to default.
Revision Changes Path
1.7 profiles/default/linux/make.defaults
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/linux/make.defaults?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/linux/make.defaults?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/linux/make.defaults?r1=1.6&r2=1.7
Index: make.defaults
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/default/linux/make.defaults,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- make.defaults 12 Jul 2010 08:53:08 -0000 1.6
+++ make.defaults 26 Jul 2010 19:15:05 -0000 1.7
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/make.defaults,v 1.6 2010/07/12 08:53:08 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/make.defaults,v 1.7 2010/07/26 19:15:05 ssuominen Exp $
#
# System-wide defaults for the Portage system
# See portage(5) manpage
@@ -53,7 +53,7 @@
# 2010/07/12 - Samuli Suominen <ssuominen@gentoo.org>
# Note that adding LDFLAGS="-Wl,-O1 ${LDFLAGS}" breaks dev-util/boost-build
# because of whitespace.
-LDFLAGS="-Wl,-O1"
+LDFLAGS="-Wl,-O1 -Wl,--as-needed"
# 2009/09/21 Robin H. Johnson <robbat2@gentoo.org>
# http://archives.gentoo.org/gentoo-dev/msg_dc705dc2c1a45e18a85aa62e8fb17009.xml
^ permalink raw reply [flat|nested] 19+ messages in thread
* [gentoo-commits] gentoo-x86 commit in profiles/default/linux: make.defaults
@ 2010-09-07 22:04 Matti Bickel (mabi)
0 siblings, 0 replies; 19+ messages in thread
From: Matti Bickel (mabi) @ 2010-09-07 22:04 UTC (permalink / raw
To: gentoo-commits
mabi 10/09/07 22:04:18
Modified: make.defaults
Log:
spl is now handled via IUSE defaults
Revision Changes Path
1.8 profiles/default/linux/make.defaults
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/linux/make.defaults?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/linux/make.defaults?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/linux/make.defaults?r1=1.7&r2=1.8
Index: make.defaults
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/default/linux/make.defaults,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- make.defaults 26 Jul 2010 19:15:05 -0000 1.7
+++ make.defaults 7 Sep 2010 22:04:18 -0000 1.8
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/make.defaults,v 1.7 2010/07/26 19:15:05 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/make.defaults,v 1.8 2010/09/07 22:04:18 mabi Exp $
#
# System-wide defaults for the Portage system
# See portage(5) manpage
@@ -26,7 +26,7 @@
# 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"
+USE="${USE} cli pcre reflection session"
# 2006/04/21 - Donnie Berkholz <dberkholz@gentoo.org>
# Modular X: Build the Xorg X server by default
^ permalink raw reply [flat|nested] 19+ messages in thread
* [gentoo-commits] gentoo-x86 commit in profiles/default/linux: make.defaults
@ 2010-10-19 20:32 Ole Markus With (olemarkus)
0 siblings, 0 replies; 19+ 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.9 profiles/default/linux/make.defaults
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/linux/make.defaults?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/linux/make.defaults?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/linux/make.defaults?r1=1.8&r2=1.9
Index: make.defaults
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/default/linux/make.defaults,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- make.defaults 7 Sep 2010 22:04:18 -0000 1.8
+++ make.defaults 19 Oct 2010 20:32:35 -0000 1.9
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/make.defaults,v 1.8 2010/09/07 22:04:18 mabi Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/make.defaults,v 1.9 2010/10/19 20:32:35 olemarkus Exp $
#
# System-wide defaults for the Portage system
# See portage(5) manpage
@@ -24,10 +24,6 @@
# isdn USE flag defaults
USE="${USE} pppd"
-# 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"
-
# 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] 19+ messages in thread
* [gentoo-commits] gentoo-x86 commit in profiles/default/linux: make.defaults
@ 2010-10-21 18:57 Ole Markus With (olemarkus)
0 siblings, 0 replies; 19+ 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.10 profiles/default/linux/make.defaults
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/linux/make.defaults?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/linux/make.defaults?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/linux/make.defaults?r1=1.9&r2=1.10
Index: make.defaults
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/default/linux/make.defaults,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- make.defaults 19 Oct 2010 20:32:35 -0000 1.9
+++ make.defaults 21 Oct 2010 18:57:00 -0000 1.10
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/make.defaults,v 1.9 2010/10/19 20:32:35 olemarkus Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/make.defaults,v 1.10 2010/10/21 18:57:00 olemarkus Exp $
#
# System-wide defaults for the Portage system
# See portage(5) manpage
@@ -10,6 +10,12 @@
# has a conditional dependency on java (which it does,) then a JDK will be
# pulled in during *emerge system*!
+# 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"
+
# Default starting set of USE flags for all default/linux profiles.
USE="berkdb crypt ipv6 ncurses nls pam perl python readline ssl tcpd zlib"
^ permalink raw reply [flat|nested] 19+ messages in thread
* [gentoo-commits] gentoo-x86 commit in profiles/default/linux: make.defaults
@ 2010-10-21 18:59 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 19+ 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.11 profiles/default/linux/make.defaults
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/linux/make.defaults?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/linux/make.defaults?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/linux/make.defaults?r1=1.10&r2=1.11
Index: make.defaults
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/default/linux/make.defaults,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- make.defaults 21 Oct 2010 18:57:00 -0000 1.10
+++ make.defaults 21 Oct 2010 18:59:05 -0000 1.11
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/make.defaults,v 1.10 2010/10/21 18:57:00 olemarkus Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/make.defaults,v 1.11 2010/10/21 18:59:05 ssuominen Exp $
#
# System-wide defaults for the Portage system
# See portage(5) manpage
@@ -14,7 +14,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"
# Default starting set of USE flags for all default/linux profiles.
USE="berkdb crypt ipv6 ncurses nls pam perl python readline ssl tcpd zlib"
^ permalink raw reply [flat|nested] 19+ messages in thread
* [gentoo-commits] gentoo-x86 commit in profiles/default/linux: make.defaults
@ 2010-10-22 18:48 Ole Markus With (olemarkus)
0 siblings, 0 replies; 19+ messages in thread
From: Ole Markus With (olemarkus) @ 2010-10-22 18:48 UTC (permalink / raw
To: gentoo-commits
olemarkus 10/10/22 18:48:45
Modified: make.defaults
Log:
Moved the previously entered block a few lines down so that it will not be
overridden by the following USE= line
Revision Changes Path
1.12 profiles/default/linux/make.defaults
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/linux/make.defaults?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/linux/make.defaults?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/linux/make.defaults?r1=1.11&r2=1.12
Index: make.defaults
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/default/linux/make.defaults,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- make.defaults 21 Oct 2010 18:59:05 -0000 1.11
+++ make.defaults 22 Oct 2010 18:48:45 -0000 1.12
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/make.defaults,v 1.11 2010/10/21 18:59:05 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/make.defaults,v 1.12 2010/10/22 18:48:45 olemarkus Exp $
#
# System-wide defaults for the Portage system
# See portage(5) manpage
@@ -10,11 +10,6 @@
# has a conditional dependency on java (which it does,) then a JDK will be
# pulled in during *emerge system*!
-# 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"
# Default starting set of USE flags for all default/linux profiles.
USE="berkdb crypt ipv6 ncurses nls pam perl python readline ssl tcpd zlib"
@@ -22,6 +17,12 @@
# make sure toolchain has sane defaults <tooclhain@gentoo.org>
USE="${USE} fortran mudflap openmp"
+# 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"
+
# 2006/03/07 - Donnie Berkholz <dberkholz@gentoo.org>
# Modular X: Support direct rendering by default
USE="${USE} dri"
^ permalink raw reply [flat|nested] 19+ messages in thread
* [gentoo-commits] gentoo-x86 commit in profiles/default/linux: make.defaults
@ 2011-06-21 17:13 Justin Lecher (jlec)
0 siblings, 0 replies; 19+ messages in thread
From: Justin Lecher (jlec) @ 2011-06-21 17:13 UTC (permalink / raw
To: gentoo-commits
jlec 11/06/21 17:13:11
Modified: make.defaults
Log:
Remove fortran from default USE, this is now handled by virtual/fortran and fortran-2.eclass
Revision Changes Path
1.13 profiles/default/linux/make.defaults
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/linux/make.defaults?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/linux/make.defaults?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/linux/make.defaults?r1=1.12&r2=1.13
Index: make.defaults
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/default/linux/make.defaults,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- make.defaults 22 Oct 2010 18:48:45 -0000 1.12
+++ make.defaults 21 Jun 2011 17:13:11 -0000 1.13
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 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/linux/make.defaults,v 1.12 2010/10/22 18:48:45 olemarkus Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/make.defaults,v 1.13 2011/06/21 17:13:11 jlec Exp $
#
# System-wide defaults for the Portage system
# See portage(5) manpage
@@ -15,7 +15,7 @@
USE="berkdb crypt ipv6 ncurses nls pam perl python readline ssl tcpd zlib"
# make sure toolchain has sane defaults <tooclhain@gentoo.org>
-USE="${USE} fortran mudflap openmp"
+USE="${USE} mudflap openmp"
# 2010/10/21 - Ole Markus With <olemarkus@gentoo.org>
# These USE flags were originally inserted here because of PHP
^ permalink raw reply [flat|nested] 19+ messages in thread
* [gentoo-commits] gentoo-x86 commit in profiles/default/linux: make.defaults
@ 2011-06-22 7:06 Justin Lecher (jlec)
0 siblings, 0 replies; 19+ messages in thread
From: Justin Lecher (jlec) @ 2011-06-22 7:06 UTC (permalink / raw
To: gentoo-commits
jlec 11/06/22 07:06:56
Modified: make.defaults
Log:
Add fortran to default USE again in order to avoid direct installation of ifc, #372513
Revision Changes Path
1.14 profiles/default/linux/make.defaults
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/linux/make.defaults?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/linux/make.defaults?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/linux/make.defaults?r1=1.13&r2=1.14
Index: make.defaults
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/default/linux/make.defaults,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- make.defaults 21 Jun 2011 17:13:11 -0000 1.13
+++ make.defaults 22 Jun 2011 07:06:56 -0000 1.14
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/make.defaults,v 1.13 2011/06/21 17:13:11 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/make.defaults,v 1.14 2011/06/22 07:06:56 jlec Exp $
#
# System-wide defaults for the Portage system
# See portage(5) manpage
@@ -15,7 +15,7 @@
USE="berkdb crypt ipv6 ncurses nls pam perl python readline ssl tcpd zlib"
# make sure toolchain has sane defaults <tooclhain@gentoo.org>
-USE="${USE} mudflap openmp"
+USE="${USE} mudflap fortran openmp"
# 2010/10/21 - Ole Markus With <olemarkus@gentoo.org>
# These USE flags were originally inserted here because of PHP
^ permalink raw reply [flat|nested] 19+ messages in thread
* [gentoo-commits] gentoo-x86 commit in profiles/default/linux: make.defaults
@ 2011-10-05 19:22 Jeremy Olexa (darkside)
0 siblings, 0 replies; 19+ messages in thread
From: Jeremy Olexa (darkside) @ 2011-10-05 19:22 UTC (permalink / raw
To: gentoo-commits
darkside 11/10/05 19:22:13
Modified: make.defaults
Log:
Remove USE={python,perl} from default profile, as discussed/announced. Bug 250179
Revision Changes Path
1.15 profiles/default/linux/make.defaults
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/linux/make.defaults?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/linux/make.defaults?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/linux/make.defaults?r1=1.14&r2=1.15
Index: make.defaults
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/default/linux/make.defaults,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- make.defaults 22 Jun 2011 07:06:56 -0000 1.14
+++ make.defaults 5 Oct 2011 19:22:13 -0000 1.15
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/make.defaults,v 1.14 2011/06/22 07:06:56 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/make.defaults,v 1.15 2011/10/05 19:22:13 darkside Exp $
#
# System-wide defaults for the Portage system
# See portage(5) manpage
@@ -12,7 +12,7 @@
# Default starting set of USE flags for all default/linux profiles.
-USE="berkdb crypt ipv6 ncurses nls pam perl python readline ssl tcpd zlib"
+USE="berkdb crypt ipv6 ncurses nls pam readline ssl tcpd zlib"
# make sure toolchain has sane defaults <tooclhain@gentoo.org>
USE="${USE} mudflap fortran openmp"
^ permalink raw reply [flat|nested] 19+ messages in thread
* [gentoo-commits] gentoo-x86 commit in profiles/default/linux: make.defaults
@ 2012-07-27 20:23 Chi-Thanh Christopher Nguyen (chithanh)
0 siblings, 0 replies; 19+ 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:43
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.16 profiles/default/linux/make.defaults
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/linux/make.defaults?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/linux/make.defaults?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/linux/make.defaults?r1=1.15&r2=1.16
Index: make.defaults
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/default/linux/make.defaults,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- make.defaults 5 Oct 2011 19:22:13 -0000 1.15
+++ make.defaults 27 Jul 2012 20:23:42 -0000 1.16
@@ -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/linux/make.defaults,v 1.15 2011/10/05 19:22:13 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/make.defaults,v 1.16 2012/07/27 20:23:42 chithanh Exp $
#
# System-wide defaults for the Portage system
# See portage(5) manpage
@@ -31,10 +31,6 @@
# isdn USE flag defaults
USE="${USE} pppd"
-# 2006/04/21 - Donnie Berkholz <dberkholz@gentoo.org>
-# Modular X: Build the Xorg X server by default
-USE="${USE} xorg"
-
# 2006/10/28 - Luca Barbato <lu_zero@gentoo.org>
# on glibc system you cannot turn it off
USE="${USE} iconv"
^ permalink raw reply [flat|nested] 19+ messages in thread
* [gentoo-commits] gentoo-x86 commit in profiles/default/linux: make.defaults
@ 2013-01-20 13:41 Andreas HAttel (dilfridge)
0 siblings, 0 replies; 19+ messages in thread
From: Andreas HAttel (dilfridge) @ 2013-01-20 13:41 UTC (permalink / raw
To: gentoo-commits
dilfridge 13/01/20 13:41:53
Modified: make.defaults
Log:
Remove useflag dri from default linux profile settings
Revision Changes Path
1.17 profiles/default/linux/make.defaults
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/linux/make.defaults?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/linux/make.defaults?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/linux/make.defaults?r1=1.16&r2=1.17
Index: make.defaults
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/default/linux/make.defaults,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- make.defaults 27 Jul 2012 20:23:42 -0000 1.16
+++ make.defaults 20 Jan 2013 13:41:52 -0000 1.17
@@ -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/linux/make.defaults,v 1.16 2012/07/27 20:23:42 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/make.defaults,v 1.17 2013/01/20 13:41:52 dilfridge Exp $
#
# System-wide defaults for the Portage system
# See portage(5) manpage
@@ -23,10 +23,6 @@
# global USE flags that may be expected to be set by other packages.
USE="${USE} cli pcre session"
-# 2006/03/07 - Donnie Berkholz <dberkholz@gentoo.org>
-# Modular X: Support direct rendering by default
-USE="${USE} dri"
-
# 2006/03/29 - Stefan Schweizer <genstef@gentoo.org>
# isdn USE flag defaults
USE="${USE} pppd"
^ permalink raw reply [flat|nested] 19+ messages in thread
* [gentoo-commits] gentoo-x86 commit in profiles/default/linux: make.defaults
@ 2013-01-20 13:55 Andreas HAttel (dilfridge)
0 siblings, 0 replies; 19+ messages in thread
From: Andreas HAttel (dilfridge) @ 2013-01-20 13:55 UTC (permalink / raw
To: gentoo-commits
dilfridge 13/01/20 13:55:44
Modified: make.defaults
Log:
Remove setting pppd useflag; it is only used in one place and now defaults to on there
Revision Changes Path
1.18 profiles/default/linux/make.defaults
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/linux/make.defaults?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/linux/make.defaults?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/linux/make.defaults?r1=1.17&r2=1.18
Index: make.defaults
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/default/linux/make.defaults,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- make.defaults 20 Jan 2013 13:41:52 -0000 1.17
+++ make.defaults 20 Jan 2013 13:55:43 -0000 1.18
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/make.defaults,v 1.17 2013/01/20 13:41:52 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/make.defaults,v 1.18 2013/01/20 13:55:43 dilfridge Exp $
#
# System-wide defaults for the Portage system
# See portage(5) manpage
@@ -23,10 +23,6 @@
# global USE flags that may be expected to be set by other packages.
USE="${USE} cli pcre session"
-# 2006/03/29 - Stefan Schweizer <genstef@gentoo.org>
-# isdn USE flag defaults
-USE="${USE} pppd"
-
# 2006/10/28 - Luca Barbato <lu_zero@gentoo.org>
# on glibc system you cannot turn it off
USE="${USE} iconv"
^ permalink raw reply [flat|nested] 19+ messages in thread
* [gentoo-commits] gentoo-x86 commit in profiles/default/linux: make.defaults
@ 2013-01-21 9:26 Andreas HAttel (dilfridge)
0 siblings, 0 replies; 19+ messages in thread
From: Andreas HAttel (dilfridge) @ 2013-01-21 9:26 UTC (permalink / raw
To: gentoo-commits
dilfridge 13/01/21 09:26:05
Modified: make.defaults
Log:
Re-add USE=dri to default/linux after discussion
Revision Changes Path
1.19 profiles/default/linux/make.defaults
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/linux/make.defaults?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/linux/make.defaults?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/linux/make.defaults?r1=1.18&r2=1.19
Index: make.defaults
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/default/linux/make.defaults,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- make.defaults 20 Jan 2013 13:55:43 -0000 1.18
+++ make.defaults 21 Jan 2013 09:26:05 -0000 1.19
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/make.defaults,v 1.18 2013/01/20 13:55:43 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/make.defaults,v 1.19 2013/01/21 09:26:05 dilfridge Exp $
#
# System-wide defaults for the Portage system
# See portage(5) manpage
@@ -23,6 +23,12 @@
# global USE flags that may be expected to be set by other packages.
USE="${USE} cli pcre session"
+# 2006/03/07 - Donnie Berkholz <dberkholz@gentoo.org>
+# Modular X: Support direct rendering by default
+# 2013/01/21 - Andreas K. Huettel <dilfridge@gentoo.org>
+# Re-added following discussion with chithead
+USE="${USE} dri"
+
# 2006/10/28 - Luca Barbato <lu_zero@gentoo.org>
# on glibc system you cannot turn it off
USE="${USE} iconv"
^ permalink raw reply [flat|nested] 19+ messages in thread
* [gentoo-commits] gentoo-x86 commit in profiles/default/linux: make.defaults
@ 2014-01-21 4:30 Ryan Hill (dirtyepic)
0 siblings, 0 replies; 19+ messages in thread
From: Ryan Hill (dirtyepic) @ 2014-01-21 4:30 UTC (permalink / raw
To: gentoo-commits
dirtyepic 14/01/21 04:30:28
Modified: make.defaults
Log:
Drop mudflap from default USE.
Revision Changes Path
1.20 profiles/default/linux/make.defaults
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/linux/make.defaults?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/linux/make.defaults?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/linux/make.defaults?r1=1.19&r2=1.20
Index: make.defaults
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/default/linux/make.defaults,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- make.defaults 21 Jan 2013 09:26:05 -0000 1.19
+++ make.defaults 21 Jan 2014 04:30:28 -0000 1.20
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/make.defaults,v 1.19 2013/01/21 09:26:05 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/make.defaults,v 1.20 2014/01/21 04:30:28 dirtyepic Exp $
#
# System-wide defaults for the Portage system
# See portage(5) manpage
@@ -15,7 +15,7 @@
USE="berkdb crypt ipv6 ncurses nls pam readline ssl tcpd zlib"
# make sure toolchain has sane defaults <tooclhain@gentoo.org>
-USE="${USE} mudflap fortran openmp"
+USE="${USE} fortran openmp"
# 2010/10/21 - Ole Markus With <olemarkus@gentoo.org>
# These USE flags were originally inserted here because of PHP
^ permalink raw reply [flat|nested] 19+ messages in thread
end of thread, other threads:[~2014-01-21 4:30 UTC | newest]
Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-22 7:06 [gentoo-commits] gentoo-x86 commit in profiles/default/linux: make.defaults Justin Lecher (jlec)
-- strict thread matches above, loose matches on Subject: below --
2014-01-21 4:30 Ryan Hill (dirtyepic)
2013-01-21 9:26 Andreas HAttel (dilfridge)
2013-01-20 13:55 Andreas HAttel (dilfridge)
2013-01-20 13:41 Andreas HAttel (dilfridge)
2012-07-27 20:23 Chi-Thanh Christopher Nguyen (chithanh)
2011-10-05 19:22 Jeremy Olexa (darkside)
2011-06-21 17:13 Justin Lecher (jlec)
2010-10-22 18:48 Ole Markus With (olemarkus)
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)
2010-09-07 22:04 Matti Bickel (mabi)
2010-07-26 19:15 Samuli Suominen (ssuominen)
2010-07-12 8:53 Samuli Suominen (ssuominen)
2010-07-11 19:50 Samuli Suominen (ssuominen)
2009-10-31 15:42 Samuli Suominen (ssuominen)
2009-09-21 9:39 Robin H. Johnson (robbat2)
2008-07-09 16:46 Doug Goldstein (cardoe)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox