* [gentoo-commits] gentoo-x86 commit in profiles/arch/amd64: make.defaults
@ 2008-10-22 14:49 Remi Cardona (remi)
0 siblings, 0 replies; 6+ messages in thread
From: Remi Cardona (remi) @ 2008-10-22 14:49 UTC (permalink / raw
To: gentoo-commits
remi 08/10/22 14:49:28
Modified: make.defaults
Log:
add "intel" wherever "i810" is used
Revision Changes Path
1.3 profiles/arch/amd64/make.defaults
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/arch/amd64/make.defaults?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/arch/amd64/make.defaults?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/arch/amd64/make.defaults?r1=1.2&r2=1.3
Index: make.defaults
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/amd64/make.defaults,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- make.defaults 10 Apr 2008 19:53:14 -0000 1.2
+++ make.defaults 22 Oct 2008 14:49:28 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/make.defaults,v 1.2 2008/04/10 19:53:14 dberkholz Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/make.defaults,v 1.3 2008/10/22 14:49:28 remi Exp $
ARCH="amd64"
ACCEPT_KEYWORDS="${ARCH}"
@@ -34,7 +34,7 @@
# 2006/08/18 - Donnie Berkholz <dberkholz@gentoo.org>
# Defaults for video drivers
-VIDEO_CARDS="fbdev glint i810 mach64 mga neomagic nv r128 radeon savage sis tdfx trident vesa vga via vmware voodoo"
+VIDEO_CARDS="fbdev glint i810 intel mach64 mga neomagic nv r128 radeon savage sis tdfx trident vesa vga via vmware voodoo"
# 2006/12/22 - Danny van Dyk <kugelfang@gentoo.org>
# Default for ALSA_CARDS USE_EXPAND variable.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in profiles/arch/amd64: make.defaults
@ 2011-02-13 16:53 Arfrever Frehtes Taifersar Arahesis (arfrever)
0 siblings, 0 replies; 6+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2011-02-13 16:53 UTC (permalink / raw
To: gentoo-commits
arfrever 11/02/13 16:53:39
Modified: make.defaults
Log:
Don't include ${USE} in the first assignment to USE in make.defaults files to avoid incorrect interactions between enabled and disabled flags in different files.
Revision Changes Path
1.7 profiles/arch/amd64/make.defaults
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/amd64/make.defaults?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/amd64/make.defaults?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/amd64/make.defaults?r1=1.6&r2=1.7
Index: make.defaults
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/amd64/make.defaults,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- make.defaults 23 Aug 2010 21:16:17 -0000 1.6
+++ make.defaults 13 Feb 2011 16:53:39 -0000 1.7
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/make.defaults,v 1.6 2010/08/23 21:16:17 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/make.defaults,v 1.7 2011/02/13 16:53:39 arfrever Exp $
ARCH="amd64"
ACCEPT_KEYWORDS="${ARCH}"
@@ -30,7 +30,7 @@
# 2006/10/24 - Simon Stelling <blubb@gentoo.org>
# They are masked, but we can enable them anyway for those who have
# >=portage-2.1.2_pre3-r4
-USE="${USE} mmx sse sse2"
+USE="mmx sse sse2"
# 2006/08/18 - Donnie Berkholz <dberkholz@gentoo.org>
# Defaults for video drivers
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in profiles/arch/amd64: make.defaults
@ 2011-03-18 22:09 Mike Frysinger (vapier)
0 siblings, 0 replies; 6+ messages in thread
From: Mike Frysinger (vapier) @ 2011-03-18 22:09 UTC (permalink / raw
To: gentoo-commits
vapier 11/03/18 22:09:09
Modified: make.defaults
Log:
Drop CDEFINE_<abi> variables now that nothing uses them.
Revision Changes Path
1.8 profiles/arch/amd64/make.defaults
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/amd64/make.defaults?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/amd64/make.defaults?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/amd64/make.defaults?r1=1.7&r2=1.8
Index: make.defaults
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/amd64/make.defaults,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- make.defaults 13 Feb 2011 16:53:39 -0000 1.7
+++ make.defaults 18 Mar 2011 22:09:09 -0000 1.8
@@ -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/arch/amd64/make.defaults,v 1.7 2011/02/13 16:53:39 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/make.defaults,v 1.8 2011/03/18 22:09:09 vapier Exp $
ARCH="amd64"
ACCEPT_KEYWORDS="${ARCH}"
@@ -18,14 +18,12 @@
# 64bit specific settings.
CHOST_amd64="x86_64-pc-linux-gnu"
-CDEFINE_amd64="__x86_64__"
# 32bit specific settings.
CFLAGS_x86="-m32"
LDFLAGS_x86="-m elf_i386"
ASFLAGS_x86="--32"
CHOST_x86="i686-pc-linux-gnu"
-CDEFINE_x86="__i386__"
# 2006/10/24 - Simon Stelling <blubb@gentoo.org>
# They are masked, but we can enable them anyway for those who have
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in profiles/arch/amd64: make.defaults
@ 2012-06-16 11:44 Justin Lecher (jlec)
0 siblings, 0 replies; 6+ messages in thread
From: Justin Lecher (jlec) @ 2012-06-16 11:44 UTC (permalink / raw
To: gentoo-commits
jlec 12/06/16 11:44:11
Modified: make.defaults
Log:
Set default values of FFLAGS and FCFLAGS to profiles default CFLAGS, equally as CXXFLAGS handling
Revision Changes Path
1.12 profiles/arch/amd64/make.defaults
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/amd64/make.defaults?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/amd64/make.defaults?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/amd64/make.defaults?r1=1.11&r2=1.12
Index: make.defaults
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/amd64/make.defaults,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- make.defaults 15 May 2012 17:22:55 -0000 1.11
+++ make.defaults 16 Jun 2012 11:44:11 -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/arch/amd64/make.defaults,v 1.11 2012/05/15 17:22:55 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/make.defaults,v 1.12 2012/06/16 11:44:11 jlec Exp $
ARCH="amd64"
ACCEPT_KEYWORDS="${ARCH}"
@@ -8,6 +8,8 @@
CHOST="x86_64-pc-linux-gnu"
CFLAGS="-O2 -pipe"
CXXFLAGS="${CFLAGS}"
+FFLAGS="${CFLAGS}"
+FCFLAGS="${CFLAGS}"
# 2006/06/07 - Danny van Dyk <kugelfang@gentoo.org>
# Multilib settings for all amd64 subprofiles.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in profiles/arch/amd64: make.defaults
@ 2012-10-15 15:58 Chi-Thanh Christopher Nguyen (chithanh)
0 siblings, 0 replies; 6+ messages in thread
From: Chi-Thanh Christopher Nguyen (chithanh) @ 2012-10-15 15:58 UTC (permalink / raw
To: gentoo-commits
chithanh 12/10/15 15:58:17
Modified: make.defaults
Log:
Remove neomagic from default VIDEO_CARDS as it is no longer useful with current xorg-server.
Revision Changes Path
1.14 profiles/arch/amd64/make.defaults
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/amd64/make.defaults?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/amd64/make.defaults?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/amd64/make.defaults?r1=1.13&r2=1.14
Index: make.defaults
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/amd64/make.defaults,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- make.defaults 22 Aug 2012 15:57:46 -0000 1.13
+++ make.defaults 15 Oct 2012 15:58:17 -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/arch/amd64/make.defaults,v 1.13 2012/08/22 15:57:46 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/make.defaults,v 1.14 2012/10/15 15:58:17 chithanh Exp $
ARCH="amd64"
ACCEPT_KEYWORDS="${ARCH}"
@@ -40,7 +40,7 @@
# 2006/08/18 - Donnie Berkholz <dberkholz@gentoo.org>
# Defaults for video drivers
-VIDEO_CARDS="fbdev glint intel mach64 mga neomagic nouveau nv r128 radeon savage sis tdfx trident vesa via vmware voodoo"
+VIDEO_CARDS="fbdev glint intel mach64 mga nouveau nv r128 radeon savage sis tdfx trident vesa via vmware voodoo"
# 2006/12/22 - Danny van Dyk <kugelfang@gentoo.org>
# Default for ALSA_CARDS USE_EXPAND variable.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in profiles/arch/amd64: make.defaults
@ 2013-11-30 13:18 Pacho Ramos (pacho)
0 siblings, 0 replies; 6+ messages in thread
From: Pacho Ramos (pacho) @ 2013-11-30 13:18 UTC (permalink / raw
To: gentoo-commits
pacho 13/11/30 13:18:57
Modified: make.defaults
Log:
Modify profile settings for python-3.3 going to stable, bug #474128
Revision Changes Path
1.19 profiles/arch/amd64/make.defaults
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/amd64/make.defaults?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/amd64/make.defaults?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/amd64/make.defaults?r1=1.18&r2=1.19
Index: make.defaults
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/amd64/make.defaults,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- make.defaults 3 Oct 2013 16:27:37 -0000 1.18
+++ make.defaults 30 Nov 2013 13:18:57 -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/arch/amd64/make.defaults,v 1.18 2013/10/03 16:27:37 axs Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/make.defaults,v 1.19 2013/11/30 13:18:57 pacho Exp $
ARCH="amd64"
ACCEPT_KEYWORDS="${ARCH}"
@@ -38,6 +38,10 @@
# >=portage-2.1.2_pre3-r4
USE="mmx sse sse2"
+# Pacho Ramos <pacho@gentoo.org> (30 Nov 2013)
+# Python 3.3 is going to stable, bug #474128
+USE="${USE} -python_targets_python3_2 python_targets_python3_3"
+
# Michał Górny <mgorny@gentoo.org> (03 Sep 2013)
# Enable abi_x86_64 for packages that don't have it forced.
ABI_X86="64"
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2013-11-30 13:19 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-30 13:18 [gentoo-commits] gentoo-x86 commit in profiles/arch/amd64: make.defaults Pacho Ramos (pacho)
-- strict thread matches above, loose matches on Subject: below --
2012-10-15 15:58 Chi-Thanh Christopher Nguyen (chithanh)
2012-06-16 11:44 Justin Lecher (jlec)
2011-03-18 22:09 Mike Frysinger (vapier)
2011-02-13 16:53 Arfrever Frehtes Taifersar Arahesis (arfrever)
2008-10-22 14:49 Remi Cardona (remi)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox