public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in profiles/default-linux: make.defaults
@ 2009-09-21  9:39 Robin H. Johnson (robbat2)
  0 siblings, 0 replies; 3+ 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:08

  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.30                 profiles/default-linux/make.defaults

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/default-linux/make.defaults?rev=1.30&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/default-linux/make.defaults?rev=1.30&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/default-linux/make.defaults?r1=1.29&r2=1.30

Index: make.defaults
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/default-linux/make.defaults,v
retrieving revision 1.29
retrieving revision 1.30
diff -p -w -b -B -u -u -r1.29 -r1.30
--- make.defaults	3 Mar 2008 23:30:12 -0000	1.29
+++ make.defaults	21 Sep 2009 09:39:08 -0000	1.30
@@ -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.29 2008/03/03 23:30:12 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/make.defaults,v 1.30 2009/09/21 09:39:08 robbat2 Exp $
 #
 # System-wide defaults for the Portage system
 # See portage(5) manpage
@@ -42,3 +42,7 @@ VIDEO_CARDS="dummy fbdev v4l"
 # on glibc system you cannot turn it off
 USE="${USE} iconv"
 
+# 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] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in profiles/default-linux: make.defaults
@ 2009-10-31 15:41 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 3+ messages in thread
From: Samuli Suominen (ssuominen) @ 2009-10-31 15:41 UTC (permalink / raw
  To: gentoo-commits

ssuominen    09/10/31 15:41:26

  Modified:             make.defaults
  Log:
  Remove reference to isdnlog from here, it's not used by anything

Revision  Changes    Path
1.31                 profiles/default-linux/make.defaults

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/default-linux/make.defaults?rev=1.31&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/default-linux/make.defaults?rev=1.31&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/default-linux/make.defaults?r1=1.30&r2=1.31

Index: make.defaults
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/default-linux/make.defaults,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- make.defaults	21 Sep 2009 09:39:08 -0000	1.30
+++ make.defaults	31 Oct 2009 15:41:25 -0000	1.31
@@ -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.30 2009/09/21 09:39:08 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/make.defaults,v 1.31 2009/10/31 15:41:25 ssuominen Exp $
 #
 # System-wide defaults for the Portage system
 # See portage(5) manpage
@@ -19,7 +19,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] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in profiles/default-linux: make.defaults
@ 2008-03-03 23:30 Chris Gianelloni (wolf31o2)
  0 siblings, 0 replies; 3+ messages in thread
From: Chris Gianelloni (wolf31o2) @ 2008-03-03 23:30 UTC (permalink / raw
  To: gentoo-commits

wolf31o2    08/03/03 23:30:13

  Modified:             make.defaults
  Log:
  Removing bitmap-fonts, truetype-fonts, and type1-fonts USE flags from default-linux, since they were last used by monolithic X ebuilds, which have been removed from the tree.

Revision  Changes    Path
1.29                 profiles/default-linux/make.defaults

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/default-linux/make.defaults?rev=1.29&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/default-linux/make.defaults?rev=1.29&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/default-linux/make.defaults?r1=1.28&r2=1.29

Index: make.defaults
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/default-linux/make.defaults,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- make.defaults	14 Jul 2007 19:51:05 -0000	1.28
+++ make.defaults	3 Mar 2008 23:30:12 -0000	1.29
@@ -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.28 2007/07/14 19:51:05 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/make.defaults,v 1.29 2008/03/03 23:30:12 wolf31o2 Exp $
 #
 # System-wide defaults for the Portage system
 # See portage(5) manpage
@@ -10,11 +10,8 @@
 # has a conditional dependency on java (which it does,) then a JDK will be 
 # pulled in during *emerge system*!
 
-# build X in an expected way
-USE="bitmap-fonts truetype-fonts type1-fonts"
-
 # make sure toolchain has sane defaults <tooclhain@gentoo.org>
-USE="${USE} mudflap fortran openmp"
+USE="fortran mudflap openmp"
 
 # 2006/03/07 - Donnie Berkholz <dberkholz@gentoo.org>
 # Modular X: Support direct rendering by default



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-10-31 15:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-21  9:39 [gentoo-commits] gentoo-x86 commit in profiles/default-linux: make.defaults Robin H. Johnson (robbat2)
  -- strict thread matches above, loose matches on Subject: below --
2009-10-31 15:41 Samuli Suominen (ssuominen)
2008-03-03 23:30 Chris Gianelloni (wolf31o2)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox