* [gentoo-commits] gentoo-x86 commit in profiles/prefix/darwin: package.mask
@ 2009-06-30 13:34 Fabian Groffen (grobian)
0 siblings, 0 replies; 45+ messages in thread
From: Fabian Groffen (grobian) @ 2009-06-30 13:34 UTC (permalink / raw
To: gentoo-commits
grobian 09/06/30 13:34:23
Modified: package.mask
Log:
Mask app-crypt/ccrypt-1.8 for it doesn't compile (does stupid things)
Revision Changes Path
1.3 profiles/prefix/darwin/package.mask
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/prefix/darwin/package.mask?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/prefix/darwin/package.mask?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/prefix/darwin/package.mask?r1=1.2&r2=1.3
Index: package.mask
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/package.mask,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- package.mask 21 Jun 2009 13:21:08 -0000 1.2
+++ package.mask 30 Jun 2009 13:34:23 -0000 1.3
@@ -1,7 +1,12 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/package.mask,v 1.2 2009/06/21 13:21:08 grobian Exp $
-# $Id: package.mask,v 1.2 2009/06/21 13:21:08 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/package.mask,v 1.3 2009/06/30 13:34:23 grobian Exp $
+# $Id: package.mask,v 1.3 2009/06/30 13:34:23 grobian Exp $
+
+# Fabian Groffen <grobian@gentoo.org> (30 Jun 2009)
+# platform.h:81: error: conflicting types for ‘setmode’
+# /usr/include/unistd.h:570: error: previous declaration of ‘setmode’ was here
+=app-crypt/ccrypt-1.8
# Fabian Groffen <grobian@gentoo.org> (30 Apr 2009)
# xmlrpc_pstream.cpp:18:44: error: features.h: No such file or directory
^ permalink raw reply [flat|nested] 45+ messages in thread
* [gentoo-commits] gentoo-x86 commit in profiles/prefix/darwin: package.mask
@ 2009-09-05 16:42 Fabian Groffen (grobian)
0 siblings, 0 replies; 45+ messages in thread
From: Fabian Groffen (grobian) @ 2009-09-05 16:42 UTC (permalink / raw
To: gentoo-commits
grobian 09/09/05 16:42:32
Modified: package.mask
Log:
Mask upcoming Snow Leopard compiler and linker, as there are still some problems that need to be sorted out
Revision Changes Path
1.4 profiles/prefix/darwin/package.mask
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/prefix/darwin/package.mask?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/prefix/darwin/package.mask?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/prefix/darwin/package.mask?r1=1.3&r2=1.4
Index: package.mask
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/package.mask,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- package.mask 30 Jun 2009 13:34:23 -0000 1.3
+++ package.mask 5 Sep 2009 16:42:32 -0000 1.4
@@ -1,7 +1,12 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/package.mask,v 1.3 2009/06/30 13:34:23 grobian Exp $
-# $Id: package.mask,v 1.3 2009/06/30 13:34:23 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/package.mask,v 1.4 2009/09/05 16:42:32 grobian Exp $
+# $Id: package.mask,v 1.4 2009/09/05 16:42:32 grobian Exp $
+
+# Fabian Groffen <grobian@gentoo.org> (05 Sep 2009)
+# These are Snow Leopard releases and still a Work In Progress (tm)
+~sys-devel/gcc-apple-4.2.1_p5646
+~sys-devel/binutils-apple-3.2
# Fabian Groffen <grobian@gentoo.org> (30 Jun 2009)
# platform.h:81: error: conflicting types for ‘setmode’
^ permalink raw reply [flat|nested] 45+ messages in thread
* [gentoo-commits] gentoo-x86 commit in profiles/prefix/darwin: package.mask
@ 2009-09-12 14:13 Fabian Groffen (grobian)
0 siblings, 0 replies; 45+ messages in thread
From: Fabian Groffen (grobian) @ 2009-09-12 14:13 UTC (permalink / raw
To: gentoo-commits
grobian 09/09/12 14:13:49
Modified: package.mask
Log:
Unmask binutils-apple-3.2, it is 64-bits clean/safe and compiles since we just use an older ld64 :(
Revision Changes Path
1.5 profiles/prefix/darwin/package.mask
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/prefix/darwin/package.mask?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/prefix/darwin/package.mask?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/prefix/darwin/package.mask?r1=1.4&r2=1.5
Index: package.mask
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/package.mask,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- package.mask 5 Sep 2009 16:42:32 -0000 1.4
+++ package.mask 12 Sep 2009 14:13:49 -0000 1.5
@@ -1,12 +1,11 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/package.mask,v 1.4 2009/09/05 16:42:32 grobian Exp $
-# $Id: package.mask,v 1.4 2009/09/05 16:42:32 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/package.mask,v 1.5 2009/09/12 14:13:49 grobian Exp $
+# $Id: package.mask,v 1.5 2009/09/12 14:13:49 grobian Exp $
# Fabian Groffen <grobian@gentoo.org> (05 Sep 2009)
# These are Snow Leopard releases and still a Work In Progress (tm)
~sys-devel/gcc-apple-4.2.1_p5646
-~sys-devel/binutils-apple-3.2
# Fabian Groffen <grobian@gentoo.org> (30 Jun 2009)
# platform.h:81: error: conflicting types for ‘setmode’
^ permalink raw reply [flat|nested] 45+ messages in thread
* [gentoo-commits] gentoo-x86 commit in profiles/prefix/darwin: package.mask
@ 2009-10-27 19:38 Fabian Groffen (grobian)
0 siblings, 0 replies; 45+ messages in thread
From: Fabian Groffen (grobian) @ 2009-10-27 19:38 UTC (permalink / raw
To: gentoo-commits
grobian 09/10/27 19:38:42
Modified: package.mask
Log:
Mask gcc-4.{3,4} on Darwin, as it doesn't compile for a while now
Revision Changes Path
1.6 profiles/prefix/darwin/package.mask
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/prefix/darwin/package.mask?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/prefix/darwin/package.mask?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/prefix/darwin/package.mask?r1=1.5&r2=1.6
Index: package.mask
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/package.mask,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- package.mask 12 Sep 2009 14:13:49 -0000 1.5
+++ package.mask 27 Oct 2009 19:38:42 -0000 1.6
@@ -1,7 +1,16 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/package.mask,v 1.5 2009/09/12 14:13:49 grobian Exp $
-# $Id: package.mask,v 1.5 2009/09/12 14:13:49 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/package.mask,v 1.6 2009/10/27 19:38:42 grobian Exp $
+# $Id: package.mask,v 1.6 2009/10/27 19:38:42 grobian Exp $
+
+# Fabian Groffen <grobian@gentoo.org> (27 Oct 2009)
+# Fails compiling due to some missing dwarf symbols and internal
+# segfaults
+~sys-devel/gcc-4.3.2
+~sys-devel/gcc-4.3.3
+~sys-devel/gcc-4.3.4
+~sys/devel/gcc-4.4.1
+~sys/devel/gcc-4.4.2
# Fabian Groffen <grobian@gentoo.org> (05 Sep 2009)
# These are Snow Leopard releases and still a Work In Progress (tm)
^ permalink raw reply [flat|nested] 45+ messages in thread
* [gentoo-commits] gentoo-x86 commit in profiles/prefix/darwin: package.mask
@ 2009-10-27 19:44 Fabian Groffen (grobian)
0 siblings, 0 replies; 45+ messages in thread
From: Fabian Groffen (grobian) @ 2009-10-27 19:44 UTC (permalink / raw
To: gentoo-commits
grobian 09/10/27 19:44:07
Modified: package.mask
Log:
drop versions that do compile, fix typos
Revision Changes Path
1.7 profiles/prefix/darwin/package.mask
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/prefix/darwin/package.mask?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/prefix/darwin/package.mask?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/prefix/darwin/package.mask?r1=1.6&r2=1.7
Index: package.mask
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/package.mask,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- package.mask 27 Oct 2009 19:38:42 -0000 1.6
+++ package.mask 27 Oct 2009 19:44:07 -0000 1.7
@@ -1,16 +1,14 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/package.mask,v 1.6 2009/10/27 19:38:42 grobian Exp $
-# $Id: package.mask,v 1.6 2009/10/27 19:38:42 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/package.mask,v 1.7 2009/10/27 19:44:07 grobian Exp $
+# $Id: package.mask,v 1.7 2009/10/27 19:44:07 grobian Exp $
# Fabian Groffen <grobian@gentoo.org> (27 Oct 2009)
# Fails compiling due to some missing dwarf symbols and internal
# segfaults
-~sys-devel/gcc-4.3.2
-~sys-devel/gcc-4.3.3
~sys-devel/gcc-4.3.4
-~sys/devel/gcc-4.4.1
-~sys/devel/gcc-4.4.2
+~sys-devel/gcc-4.4.1
+~sys-devel/gcc-4.4.2
# Fabian Groffen <grobian@gentoo.org> (05 Sep 2009)
# These are Snow Leopard releases and still a Work In Progress (tm)
^ permalink raw reply [flat|nested] 45+ messages in thread
* [gentoo-commits] gentoo-x86 commit in profiles/prefix/darwin: package.mask
@ 2009-12-23 14:46 Fabian Groffen (grobian)
0 siblings, 0 replies; 45+ messages in thread
From: Fabian Groffen (grobian) @ 2009-12-23 14:46 UTC (permalink / raw
To: gentoo-commits
grobian 09/12/23 14:46:30
Modified: package.mask
Log:
Drop mask for xmlrpc-c (the only one in the tree), it seems other patches have also fixed compilation on Darwin
Revision Changes Path
1.8 profiles/prefix/darwin/package.mask
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/prefix/darwin/package.mask?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/prefix/darwin/package.mask?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/prefix/darwin/package.mask?r1=1.7&r2=1.8
Index: package.mask
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/package.mask,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- package.mask 27 Oct 2009 19:44:07 -0000 1.7
+++ package.mask 23 Dec 2009 14:46:30 -0000 1.8
@@ -1,7 +1,7 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/package.mask,v 1.7 2009/10/27 19:44:07 grobian Exp $
-# $Id: package.mask,v 1.7 2009/10/27 19:44:07 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/package.mask,v 1.8 2009/12/23 14:46:30 grobian Exp $
+# $Id: package.mask,v 1.8 2009/12/23 14:46:30 grobian Exp $
# Fabian Groffen <grobian@gentoo.org> (27 Oct 2009)
# Fails compiling due to some missing dwarf symbols and internal
@@ -19,10 +19,6 @@
# /usr/include/unistd.h:570: error: previous declaration of ‘setmode’ was here
=app-crypt/ccrypt-1.8
-# Fabian Groffen <grobian@gentoo.org> (30 Apr 2009)
-# xmlrpc_pstream.cpp:18:44: error: features.h: No such file or directory
-=dev-libs/xmlrpc-c-1.18.02
-
# Fabian Groffen <grobian@gentoo.org> (08 Oct 2008)
# odcctools have been replaced by binutils-apple, which is more close to
# Apple's original sources
^ permalink raw reply [flat|nested] 45+ messages in thread
* [gentoo-commits] gentoo-x86 commit in profiles/prefix/darwin: package.mask
@ 2010-02-03 8:58 Fabian Groffen (grobian)
0 siblings, 0 replies; 45+ messages in thread
From: Fabian Groffen (grobian) @ 2010-02-03 8:58 UTC (permalink / raw
To: gentoo-commits
grobian 10/02/03 08:58:53
Modified: package.mask
Log:
Mask dev-util/cssc-1.2.0, the Darwin linker doesn't like duplicate symbols caused by implementation code in a header file. Since noone actually uses this version (where is its homepage?) I'm not going to make a big patch to fix this.
Revision Changes Path
1.9 profiles/prefix/darwin/package.mask
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/prefix/darwin/package.mask?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/prefix/darwin/package.mask?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/prefix/darwin/package.mask?r1=1.8&r2=1.9
Index: package.mask
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/package.mask,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- package.mask 23 Dec 2009 14:46:30 -0000 1.8
+++ package.mask 3 Feb 2010 08:58:53 -0000 1.9
@@ -1,7 +1,12 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/package.mask,v 1.8 2009/12/23 14:46:30 grobian Exp $
-# $Id: package.mask,v 1.8 2009/12/23 14:46:30 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/package.mask,v 1.9 2010/02/03 08:58:53 grobian Exp $
+# $Id: package.mask,v 1.9 2010/02/03 08:58:53 grobian Exp $
+
+# Fabian Groffen <grobian@gentoo.org> (03 Feb 2010)
+# ld: duplicate symbol mylist<....> caused by implementation code in
+# mylist.h file
+~dev-util/cssc-1.2.0
# Fabian Groffen <grobian@gentoo.org> (27 Oct 2009)
# Fails compiling due to some missing dwarf symbols and internal
^ permalink raw reply [flat|nested] 45+ messages in thread
* [gentoo-commits] gentoo-x86 commit in profiles/prefix/darwin: package.mask
@ 2010-03-08 17:19 Fabian Groffen (grobian)
0 siblings, 0 replies; 45+ messages in thread
From: Fabian Groffen (grobian) @ 2010-03-08 17:19 UTC (permalink / raw
To: gentoo-commits
grobian 10/03/08 17:19:35
Modified: package.mask
Log:
Unmask Snow Leopard compilers, their ebuilds should be fine now.
Revision Changes Path
1.10 profiles/prefix/darwin/package.mask
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/prefix/darwin/package.mask?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/prefix/darwin/package.mask?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/prefix/darwin/package.mask?r1=1.9&r2=1.10
Index: package.mask
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/package.mask,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- package.mask 3 Feb 2010 08:58:53 -0000 1.9
+++ package.mask 8 Mar 2010 17:19:34 -0000 1.10
@@ -1,7 +1,7 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/package.mask,v 1.9 2010/02/03 08:58:53 grobian Exp $
-# $Id: package.mask,v 1.9 2010/02/03 08:58:53 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/package.mask,v 1.10 2010/03/08 17:19:34 grobian Exp $
+# $Id: package.mask,v 1.10 2010/03/08 17:19:34 grobian Exp $
# Fabian Groffen <grobian@gentoo.org> (03 Feb 2010)
# ld: duplicate symbol mylist<....> caused by implementation code in
@@ -15,10 +15,6 @@
~sys-devel/gcc-4.4.1
~sys-devel/gcc-4.4.2
-# Fabian Groffen <grobian@gentoo.org> (05 Sep 2009)
-# These are Snow Leopard releases and still a Work In Progress (tm)
-~sys-devel/gcc-apple-4.2.1_p5646
-
# Fabian Groffen <grobian@gentoo.org> (30 Jun 2009)
# platform.h:81: error: conflicting types for ‘setmode’
# /usr/include/unistd.h:570: error: previous declaration of ‘setmode’ was here
^ permalink raw reply [flat|nested] 45+ messages in thread
* [gentoo-commits] gentoo-x86 commit in profiles/prefix/darwin: package.mask
@ 2010-03-08 18:57 Fabian Groffen (grobian)
0 siblings, 0 replies; 45+ messages in thread
From: Fabian Groffen (grobian) @ 2010-03-08 18:57 UTC (permalink / raw
To: gentoo-commits
grobian 10/03/08 18:57:20
Modified: package.mask
Log:
Update cssc mask to point to the right category (dev-util -> dev-vcs) -- sigh
Revision Changes Path
1.11 profiles/prefix/darwin/package.mask
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/prefix/darwin/package.mask?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/prefix/darwin/package.mask?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/prefix/darwin/package.mask?r1=1.10&r2=1.11
Index: package.mask
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/package.mask,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- package.mask 8 Mar 2010 17:19:34 -0000 1.10
+++ package.mask 8 Mar 2010 18:57:20 -0000 1.11
@@ -1,12 +1,12 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/package.mask,v 1.10 2010/03/08 17:19:34 grobian Exp $
-# $Id: package.mask,v 1.10 2010/03/08 17:19:34 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/package.mask,v 1.11 2010/03/08 18:57:20 grobian Exp $
+# $Id: package.mask,v 1.11 2010/03/08 18:57:20 grobian Exp $
# Fabian Groffen <grobian@gentoo.org> (03 Feb 2010)
# ld: duplicate symbol mylist<....> caused by implementation code in
# mylist.h file
-~dev-util/cssc-1.2.0
+~dev-vcs/cssc-1.2.0
# Fabian Groffen <grobian@gentoo.org> (27 Oct 2009)
# Fails compiling due to some missing dwarf symbols and internal
^ permalink raw reply [flat|nested] 45+ messages in thread
* [gentoo-commits] gentoo-x86 commit in profiles/prefix/darwin: package.mask
@ 2010-03-21 11:42 Fabian Groffen (grobian)
0 siblings, 0 replies; 45+ messages in thread
From: Fabian Groffen (grobian) @ 2010-03-21 11:42 UTC (permalink / raw
To: gentoo-commits
grobian 10/03/21 11:42:41
Modified: package.mask
Log:
extend gcc mask for darwin
Revision Changes Path
1.12 profiles/prefix/darwin/package.mask
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/prefix/darwin/package.mask?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/prefix/darwin/package.mask?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/prefix/darwin/package.mask?r1=1.11&r2=1.12
Index: package.mask
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/package.mask,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- package.mask 8 Mar 2010 18:57:20 -0000 1.11
+++ package.mask 21 Mar 2010 11:42:41 -0000 1.12
@@ -1,7 +1,7 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/package.mask,v 1.11 2010/03/08 18:57:20 grobian Exp $
-# $Id: package.mask,v 1.11 2010/03/08 18:57:20 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/package.mask,v 1.12 2010/03/21 11:42:41 grobian Exp $
+# $Id: package.mask,v 1.12 2010/03/21 11:42:41 grobian Exp $
# Fabian Groffen <grobian@gentoo.org> (03 Feb 2010)
# ld: duplicate symbol mylist<....> caused by implementation code in
@@ -14,6 +14,7 @@
~sys-devel/gcc-4.3.4
~sys-devel/gcc-4.4.1
~sys-devel/gcc-4.4.2
+~sys-devel/gcc-4.4.3
# Fabian Groffen <grobian@gentoo.org> (30 Jun 2009)
# platform.h:81: error: conflicting types for ‘setmode’
^ permalink raw reply [flat|nested] 45+ messages in thread
* [gentoo-commits] gentoo-x86 commit in profiles/prefix/darwin: package.mask
@ 2010-03-21 19:18 Fabian Groffen (grobian)
0 siblings, 0 replies; 45+ messages in thread
From: Fabian Groffen (grobian) @ 2010-03-21 19:18 UTC (permalink / raw
To: gentoo-commits
grobian 10/03/21 19:18:40
Modified: package.mask
Log:
Mask upcoming sys-devel/binutils-apple-3.2-r1, it needs some testing first
Revision Changes Path
1.13 profiles/prefix/darwin/package.mask
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/prefix/darwin/package.mask?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/prefix/darwin/package.mask?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/prefix/darwin/package.mask?r1=1.12&r2=1.13
Index: package.mask
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/package.mask,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- package.mask 21 Mar 2010 11:42:41 -0000 1.12
+++ package.mask 21 Mar 2010 19:18:39 -0000 1.13
@@ -1,7 +1,12 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/package.mask,v 1.12 2010/03/21 11:42:41 grobian Exp $
-# $Id: package.mask,v 1.12 2010/03/21 11:42:41 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/package.mask,v 1.13 2010/03/21 19:18:39 grobian Exp $
+# $Id: package.mask,v 1.13 2010/03/21 19:18:39 grobian Exp $
+
+# Fabian Groffen <grobian@gentoo.org> (21 Mar 2010)
+# This one needs some testing before we can unleash it, feel welcome to
+# locally unmask!
+=sys-devel/binutils-apple-3.2-r1
# Fabian Groffen <grobian@gentoo.org> (03 Feb 2010)
# ld: duplicate symbol mylist<....> caused by implementation code in
^ permalink raw reply [flat|nested] 45+ messages in thread
* [gentoo-commits] gentoo-x86 commit in profiles/prefix/darwin: package.mask
@ 2010-03-23 19:33 Fabian Groffen (grobian)
0 siblings, 0 replies; 45+ messages in thread
From: Fabian Groffen (grobian) @ 2010-03-23 19:33 UTC (permalink / raw
To: gentoo-commits
grobian 10/03/23 19:33:27
Modified: package.mask
Log:
Unmask binutils-apple-3.2-r1 sooner than expected, since it is the key to solving problems on Snow Leopard
Revision Changes Path
1.14 profiles/prefix/darwin/package.mask
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/prefix/darwin/package.mask?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/prefix/darwin/package.mask?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/prefix/darwin/package.mask?r1=1.13&r2=1.14
Index: package.mask
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/package.mask,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- package.mask 21 Mar 2010 19:18:39 -0000 1.13
+++ package.mask 23 Mar 2010 19:33:26 -0000 1.14
@@ -1,12 +1,7 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/package.mask,v 1.13 2010/03/21 19:18:39 grobian Exp $
-# $Id: package.mask,v 1.13 2010/03/21 19:18:39 grobian Exp $
-
-# Fabian Groffen <grobian@gentoo.org> (21 Mar 2010)
-# This one needs some testing before we can unleash it, feel welcome to
-# locally unmask!
-=sys-devel/binutils-apple-3.2-r1
+# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/package.mask,v 1.14 2010/03/23 19:33:26 grobian Exp $
+# $Id: package.mask,v 1.14 2010/03/23 19:33:26 grobian Exp $
# Fabian Groffen <grobian@gentoo.org> (03 Feb 2010)
# ld: duplicate symbol mylist<....> caused by implementation code in
^ permalink raw reply [flat|nested] 45+ messages in thread
* [gentoo-commits] gentoo-x86 commit in profiles/prefix/darwin: package.mask
@ 2010-04-06 19:17 Jeremy Olexa (darkside)
0 siblings, 0 replies; 45+ messages in thread
From: Jeremy Olexa (darkside) @ 2010-04-06 19:17 UTC (permalink / raw
To: gentoo-commits
darkside 10/04/06 19:17:26
Modified: package.mask
Log:
cleanup obsolete version
Revision Changes Path
1.15 profiles/prefix/darwin/package.mask
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/prefix/darwin/package.mask?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/prefix/darwin/package.mask?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/prefix/darwin/package.mask?r1=1.14&r2=1.15
Index: package.mask
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/package.mask,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- package.mask 23 Mar 2010 19:33:26 -0000 1.14
+++ package.mask 6 Apr 2010 19:17:26 -0000 1.15
@@ -1,7 +1,7 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/package.mask,v 1.14 2010/03/23 19:33:26 grobian Exp $
-# $Id: package.mask,v 1.14 2010/03/23 19:33:26 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/package.mask,v 1.15 2010/04/06 19:17:26 darkside Exp $
+# $Id: package.mask,v 1.15 2010/04/06 19:17:26 darkside Exp $
# Fabian Groffen <grobian@gentoo.org> (03 Feb 2010)
# ld: duplicate symbol mylist<....> caused by implementation code in
@@ -26,15 +26,6 @@
# Apple's original sources
sys-devel/odcctools
-# Fabian Groffen <grobian@gentoo.org> (15 Sep 2008)
-# error: redefinition of ‘struct error_table’
-=app-crypt/mit-krb5-1.6.3-r4
-
-# Fabian Groffen <grobian@gentoo.org> (28 Mar 2008)
-# This version is taken from iPhone SDK Beta 7, and doesn't build on
-# OSX 10.4, due to POSIX spawnattr (spawn.h)
-=sys-devel/gdb-apple-961
-
# Elias Pipping <pipping@gentoo.org> (22 Dec 2007)
# bug #211712: archive has no table of contents
sci-libs/blas-atlas
^ permalink raw reply [flat|nested] 45+ messages in thread
* [gentoo-commits] gentoo-x86 commit in profiles/prefix/darwin: package.mask
@ 2010-04-23 18:48 Fabian Groffen (grobian)
0 siblings, 0 replies; 45+ messages in thread
From: Fabian Groffen (grobian) @ 2010-04-23 18:48 UTC (permalink / raw
To: gentoo-commits
grobian 10/04/23 18:48:23
Modified: package.mask
Log:
Masked media-libs/mesa on Darwin as we should be using opengl-apple
Revision Changes Path
1.16 profiles/prefix/darwin/package.mask
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/prefix/darwin/package.mask?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/prefix/darwin/package.mask?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/prefix/darwin/package.mask?r1=1.15&r2=1.16
Index: package.mask
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/package.mask,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- package.mask 6 Apr 2010 19:17:26 -0000 1.15
+++ package.mask 23 Apr 2010 18:48:23 -0000 1.16
@@ -1,7 +1,12 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/package.mask,v 1.15 2010/04/06 19:17:26 darkside Exp $
-# $Id: package.mask,v 1.15 2010/04/06 19:17:26 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/package.mask,v 1.16 2010/04/23 18:48:23 grobian Exp $
+# $Id: package.mask,v 1.16 2010/04/23 18:48:23 grobian Exp $
+
+# Fabian Groffen <grobian@gentoo.org> (21 Apr 2010)
+# state of mesa is probably not too good on OSX, opengl-apple is
+# preferred
+media-libs/mesa
# Fabian Groffen <grobian@gentoo.org> (03 Feb 2010)
# ld: duplicate symbol mylist<....> caused by implementation code in
^ permalink raw reply [flat|nested] 45+ messages in thread
* [gentoo-commits] gentoo-x86 commit in profiles/prefix/darwin: package.mask
@ 2010-09-14 6:20 Fabian Groffen (grobian)
0 siblings, 0 replies; 45+ messages in thread
From: Fabian Groffen (grobian) @ 2010-09-14 6:20 UTC (permalink / raw
To: gentoo-commits
grobian 10/09/14 06:20:57
Modified: package.mask
Log:
Extend gcc mask to 4.4.4
Revision Changes Path
1.17 profiles/prefix/darwin/package.mask
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/darwin/package.mask?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/darwin/package.mask?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/darwin/package.mask?r1=1.16&r2=1.17
Index: package.mask
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/package.mask,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- package.mask 23 Apr 2010 18:48:23 -0000 1.16
+++ package.mask 14 Sep 2010 06:20:57 -0000 1.17
@@ -1,7 +1,7 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/package.mask,v 1.16 2010/04/23 18:48:23 grobian Exp $
-# $Id: package.mask,v 1.16 2010/04/23 18:48:23 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/package.mask,v 1.17 2010/09/14 06:20:57 grobian Exp $
+# $Id: package.mask,v 1.17 2010/09/14 06:20:57 grobian Exp $
# Fabian Groffen <grobian@gentoo.org> (21 Apr 2010)
# state of mesa is probably not too good on OSX, opengl-apple is
@@ -20,6 +20,7 @@
~sys-devel/gcc-4.4.1
~sys-devel/gcc-4.4.2
~sys-devel/gcc-4.4.3
+~sys-devel/gcc-4.4.4
# Fabian Groffen <grobian@gentoo.org> (30 Jun 2009)
# platform.h:81: error: conflicting types for ‘setmode’
^ permalink raw reply [flat|nested] 45+ messages in thread
* [gentoo-commits] gentoo-x86 commit in profiles/prefix/darwin: package.mask
@ 2010-09-14 6:35 Fabian Groffen (grobian)
0 siblings, 0 replies; 45+ messages in thread
From: Fabian Groffen (grobian) @ 2010-09-14 6:35 UTC (permalink / raw
To: gentoo-commits
grobian 10/09/14 06:35:40
Modified: package.mask
Log:
Mask povray-3.7.0, it needs ELF-ish thread-local support
Revision Changes Path
1.18 profiles/prefix/darwin/package.mask
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/darwin/package.mask?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/darwin/package.mask?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/darwin/package.mask?r1=1.17&r2=1.18
Index: package.mask
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/package.mask,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- package.mask 14 Sep 2010 06:20:57 -0000 1.17
+++ package.mask 14 Sep 2010 06:35:40 -0000 1.18
@@ -1,7 +1,12 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/package.mask,v 1.17 2010/09/14 06:20:57 grobian Exp $
-# $Id: package.mask,v 1.17 2010/09/14 06:20:57 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/package.mask,v 1.18 2010/09/14 06:35:40 grobian Exp $
+# $Id: package.mask,v 1.18 2010/09/14 06:35:40 grobian Exp $
+
+# Fabian Groffen <grobian@gentoo.org> (21 Apr 2010)
+# Requires thread-local storage (__thread), Darwin has pthread_getspecific
+# http://lists.apple.com/archives/xcode-users/2006/Jun/msg00551.html
+~media-gfx/povray-3.7.0
# Fabian Groffen <grobian@gentoo.org> (21 Apr 2010)
# state of mesa is probably not too good on OSX, opengl-apple is
^ permalink raw reply [flat|nested] 45+ messages in thread
* [gentoo-commits] gentoo-x86 commit in profiles/prefix/darwin: package.mask
@ 2010-11-23 20:56 Jeremy Olexa (darkside)
0 siblings, 0 replies; 45+ messages in thread
From: Jeremy Olexa (darkside) @ 2010-11-23 20:56 UTC (permalink / raw
To: gentoo-commits
darkside 10/11/23 20:56:25
Modified: package.mask
Log:
Pre-emptive mask for =grep-2.7, breaks bootstrapping on macos. bug 346335
Revision Changes Path
1.19 profiles/prefix/darwin/package.mask
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/darwin/package.mask?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/darwin/package.mask?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/darwin/package.mask?r1=1.18&r2=1.19
Index: package.mask
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/package.mask,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- package.mask 14 Sep 2010 06:35:40 -0000 1.18
+++ package.mask 23 Nov 2010 20:56:25 -0000 1.19
@@ -1,7 +1,11 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/package.mask,v 1.18 2010/09/14 06:35:40 grobian Exp $
-# $Id: package.mask,v 1.18 2010/09/14 06:35:40 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/package.mask,v 1.19 2010/11/23 20:56:25 darkside Exp $
+# $Id: package.mask,v 1.19 2010/11/23 20:56:25 darkside Exp $
+
+# Jeremy Olexa <darkside@gentoo.org> (23 Nov 2010)
+# Pre-emptive mask, breaks bootstrapping. bug 346335
+=sys-apps/grep-2.7
# Fabian Groffen <grobian@gentoo.org> (21 Apr 2010)
# Requires thread-local storage (__thread), Darwin has pthread_getspecific
^ permalink raw reply [flat|nested] 45+ messages in thread
* [gentoo-commits] gentoo-x86 commit in profiles/prefix/darwin: package.mask
@ 2010-11-23 21:44 Fabian Groffen (grobian)
0 siblings, 0 replies; 45+ messages in thread
From: Fabian Groffen (grobian) @ 2010-11-23 21:44 UTC (permalink / raw
To: gentoo-commits
grobian 10/11/23 21:44:57
Modified: package.mask
Log:
Grabbed patch for grep-2.7 issue, drop mask
Revision Changes Path
1.20 profiles/prefix/darwin/package.mask
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/darwin/package.mask?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/darwin/package.mask?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/darwin/package.mask?r1=1.19&r2=1.20
Index: package.mask
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/package.mask,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- package.mask 23 Nov 2010 20:56:25 -0000 1.19
+++ package.mask 23 Nov 2010 21:44:56 -0000 1.20
@@ -1,11 +1,7 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/package.mask,v 1.19 2010/11/23 20:56:25 darkside Exp $
-# $Id: package.mask,v 1.19 2010/11/23 20:56:25 darkside Exp $
-
-# Jeremy Olexa <darkside@gentoo.org> (23 Nov 2010)
-# Pre-emptive mask, breaks bootstrapping. bug 346335
-=sys-apps/grep-2.7
+# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/package.mask,v 1.20 2010/11/23 21:44:56 grobian Exp $
+# $Id: package.mask,v 1.20 2010/11/23 21:44:56 grobian Exp $
# Fabian Groffen <grobian@gentoo.org> (21 Apr 2010)
# Requires thread-local storage (__thread), Darwin has pthread_getspecific
^ permalink raw reply [flat|nested] 45+ messages in thread
* [gentoo-commits] gentoo-x86 commit in profiles/prefix/darwin: package.mask
@ 2011-01-24 17:59 Fabian Groffen (grobian)
0 siblings, 0 replies; 45+ messages in thread
From: Fabian Groffen (grobian) @ 2011-01-24 17:59 UTC (permalink / raw
To: gentoo-commits
grobian 11/01/24 17:59:09
Modified: package.mask
Log:
Widen mask for media-gfx/povray, to also include the beta versions
Revision Changes Path
1.21 profiles/prefix/darwin/package.mask
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/darwin/package.mask?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/darwin/package.mask?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/darwin/package.mask?r1=1.20&r2=1.21
Index: package.mask
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/package.mask,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- package.mask 23 Nov 2010 21:44:56 -0000 1.20
+++ package.mask 24 Jan 2011 17:59:09 -0000 1.21
@@ -1,12 +1,12 @@
-# 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/prefix/darwin/package.mask,v 1.20 2010/11/23 21:44:56 grobian Exp $
-# $Id: package.mask,v 1.20 2010/11/23 21:44:56 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/package.mask,v 1.21 2011/01/24 17:59:09 grobian Exp $
+# $Id: package.mask,v 1.21 2011/01/24 17:59:09 grobian Exp $
# Fabian Groffen <grobian@gentoo.org> (21 Apr 2010)
# Requires thread-local storage (__thread), Darwin has pthread_getspecific
# http://lists.apple.com/archives/xcode-users/2006/Jun/msg00551.html
-~media-gfx/povray-3.7.0
+=media-gfx/povray-3.7.0*
# Fabian Groffen <grobian@gentoo.org> (21 Apr 2010)
# state of mesa is probably not too good on OSX, opengl-apple is
^ permalink raw reply [flat|nested] 45+ messages in thread
* [gentoo-commits] gentoo-x86 commit in profiles/prefix/darwin: package.mask
@ 2011-03-04 4:23 Jonathan Callen (abcd)
0 siblings, 0 replies; 45+ messages in thread
From: Jonathan Callen (abcd) @ 2011-03-04 4:23 UTC (permalink / raw
To: gentoo-commits
abcd 11/03/04 04:23:51
Modified: package.mask
Log:
Move Qt mask into bsd/ darwin/ and sunos/ to unmask on linux
Revision Changes Path
1.22 profiles/prefix/darwin/package.mask
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/darwin/package.mask?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/darwin/package.mask?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/darwin/package.mask?r1=1.21&r2=1.22
Index: package.mask
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/package.mask,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- package.mask 24 Jan 2011 17:59:09 -0000 1.21
+++ package.mask 4 Mar 2011 04:23:50 -0000 1.22
@@ -1,7 +1,28 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/package.mask,v 1.21 2011/01/24 17:59:09 grobian Exp $
-# $Id: package.mask,v 1.21 2011/01/24 17:59:09 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/package.mask,v 1.22 2011/03/04 04:23:50 abcd Exp $
+
+
+# Jonathan Callen <abcd@gentoo.org> (04 Mar 2011)
+# Moved mask from prefix/ into sub-profiles
+# Alex Alexander <wired@gentoo.org> (06 Nov 2010)
+# Masked Qt-4.7 as requested by prefix team, bug #338289
+=x11-libs/qt-assistant-4.7*
+=x11-libs/qt-core-4.7*
+=x11-libs/qt-dbus-4.7*
+=x11-libs/qt-declarative-4.7*
+=x11-libs/qt-demo-4.7*
+=x11-libs/qt-gui-4.7*
+=x11-libs/qt-multimedia-4.7*
+=x11-libs/qt-opengl-4.7*
+=x11-libs/qt-phonon-4.7*
+=x11-libs/qt-qt3support-4.7*
+=x11-libs/qt-script-4.7*
+=x11-libs/qt-sql-4.7*
+=x11-libs/qt-svg-4.7*
+=x11-libs/qt-test-4.7*
+=x11-libs/qt-webkit-4.7*
+=x11-libs/qt-xmlpatterns-4.7*
# Fabian Groffen <grobian@gentoo.org> (21 Apr 2010)
# Requires thread-local storage (__thread), Darwin has pthread_getspecific
^ permalink raw reply [flat|nested] 45+ messages in thread
* [gentoo-commits] gentoo-x86 commit in profiles/prefix/darwin: package.mask
@ 2011-03-20 10:13 Fabian Groffen (grobian)
0 siblings, 0 replies; 45+ messages in thread
From: Fabian Groffen (grobian) @ 2011-03-20 10:13 UTC (permalink / raw
To: gentoo-commits
grobian 11/03/20 10:13:32
Modified: package.mask
Log:
Mask dev-libs/zziplib-0.13.60-r1 on Darwin, broken due to GCC 4.6 patch, bug #357899
Revision Changes Path
1.23 profiles/prefix/darwin/package.mask
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/darwin/package.mask?rev=1.23&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/darwin/package.mask?rev=1.23&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/darwin/package.mask?r1=1.22&r2=1.23
Index: package.mask
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/package.mask,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- package.mask 4 Mar 2011 04:23:50 -0000 1.22
+++ package.mask 20 Mar 2011 10:13:32 -0000 1.23
@@ -1,7 +1,10 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/package.mask,v 1.22 2011/03/04 04:23:50 abcd Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/package.mask,v 1.23 2011/03/20 10:13:32 grobian Exp $
+# Fabian Groffen <grobian@gentoo.org> (20 Mar 2011)
+# illegal linker argument, bug #357899
+=dev-libs/zziplib-0.13.60-r1
# Jonathan Callen <abcd@gentoo.org> (04 Mar 2011)
# Moved mask from prefix/ into sub-profiles
^ permalink raw reply [flat|nested] 45+ messages in thread
* [gentoo-commits] gentoo-x86 commit in profiles/prefix/darwin: package.mask
@ 2011-03-21 10:35 Fabian Groffen (grobian)
0 siblings, 0 replies; 45+ messages in thread
From: Fabian Groffen (grobian) @ 2011-03-21 10:35 UTC (permalink / raw
To: gentoo-commits
grobian 11/03/21 10:35:43
Modified: package.mask
Log:
SpanKY applied zziplib fix for us, so drop mask
Revision Changes Path
1.24 profiles/prefix/darwin/package.mask
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/darwin/package.mask?rev=1.24&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/darwin/package.mask?rev=1.24&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/darwin/package.mask?r1=1.23&r2=1.24
Index: package.mask
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/package.mask,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- package.mask 20 Mar 2011 10:13:32 -0000 1.23
+++ package.mask 21 Mar 2011 10:35:43 -0000 1.24
@@ -1,10 +1,7 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/package.mask,v 1.23 2011/03/20 10:13:32 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/package.mask,v 1.24 2011/03/21 10:35:43 grobian Exp $
-# Fabian Groffen <grobian@gentoo.org> (20 Mar 2011)
-# illegal linker argument, bug #357899
-=dev-libs/zziplib-0.13.60-r1
# Jonathan Callen <abcd@gentoo.org> (04 Mar 2011)
# Moved mask from prefix/ into sub-profiles
^ permalink raw reply [flat|nested] 45+ messages in thread
* [gentoo-commits] gentoo-x86 commit in profiles/prefix/darwin: package.mask
@ 2011-04-27 17:26 Fabian Groffen (grobian)
0 siblings, 0 replies; 45+ messages in thread
From: Fabian Groffen (grobian) @ 2011-04-27 17:26 UTC (permalink / raw
To: gentoo-commits
grobian 11/04/27 17:26:26
Modified: package.mask
Log:
Force USE=static on libarchive for FreeMiNT, bug #364789
Revision Changes Path
1.26 profiles/prefix/darwin/package.mask
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/darwin/package.mask?rev=1.26&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/darwin/package.mask?rev=1.26&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/darwin/package.mask?r1=1.25&r2=1.26
Index: package.mask
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/package.mask,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- package.mask 7 Apr 2011 18:47:44 -0000 1.25
+++ package.mask 27 Apr 2011 17:26:26 -0000 1.26
@@ -1,29 +1,8 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/package.mask,v 1.25 2011/04/07 18:47:44 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/package.mask,v 1.26 2011/04/27 17:26:26 grobian Exp $
-# Jonathan Callen <abcd@gentoo.org> (04 Mar 2011)
-# Moved mask from prefix/ into sub-profiles
-# Alex Alexander <wired@gentoo.org> (06 Nov 2010)
-# Masked Qt-4.7 as requested by prefix team, bug #338289
-=x11-libs/qt-assistant-4.7*
-=x11-libs/qt-core-4.7*
-=x11-libs/qt-dbus-4.7*
-=x11-libs/qt-declarative-4.7*
-=x11-libs/qt-demo-4.7*
-=x11-libs/qt-gui-4.7*
-=x11-libs/qt-multimedia-4.7*
-=x11-libs/qt-opengl-4.7*
-=x11-libs/qt-phonon-4.7*
-=x11-libs/qt-qt3support-4.7*
-=x11-libs/qt-script-4.7*
-=x11-libs/qt-sql-4.7*
-=x11-libs/qt-svg-4.7*
-=x11-libs/qt-test-4.7*
-=x11-libs/qt-webkit-4.7*
-=x11-libs/qt-xmlpatterns-4.7*
-
# Fabian Groffen <grobian@gentoo.org> (21 Apr 2010)
# Requires thread-local storage (__thread), Darwin has pthread_getspecific
# http://lists.apple.com/archives/xcode-users/2006/Jun/msg00551.html
^ permalink raw reply [flat|nested] 45+ messages in thread
* [gentoo-commits] gentoo-x86 commit in profiles/prefix/darwin: package.mask
@ 2011-05-11 18:34 Fabian Groffen (grobian)
0 siblings, 0 replies; 45+ messages in thread
From: Fabian Groffen (grobian) @ 2011-05-11 18:34 UTC (permalink / raw
To: gentoo-commits
grobian 11/05/11 18:34:51
Modified: package.mask
Log:
Mask pycairo-1.10, it uses waf, a broken by design build-system
Revision Changes Path
1.27 profiles/prefix/darwin/package.mask
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/darwin/package.mask?rev=1.27&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/darwin/package.mask?rev=1.27&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/darwin/package.mask?r1=1.26&r2=1.27
Index: package.mask
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/package.mask,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- package.mask 27 Apr 2011 17:26:26 -0000 1.26
+++ package.mask 11 May 2011 18:34:51 -0000 1.27
@@ -1,8 +1,13 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/package.mask,v 1.26 2011/04/27 17:26:26 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/package.mask,v 1.27 2011/05/11 18:34:51 grobian Exp $
+# Fabian Groffen <grobian@gentoo.org> (11 May 2011)
+# Uses the horribly broken build-system waf. When hacked far enough,
+# produces a MH_OBJ with invalid install_name called _cairo.bundle.
+~dev-python/pycairo-1.10.0
+
# Fabian Groffen <grobian@gentoo.org> (21 Apr 2010)
# Requires thread-local storage (__thread), Darwin has pthread_getspecific
# http://lists.apple.com/archives/xcode-users/2006/Jun/msg00551.html
^ permalink raw reply [flat|nested] 45+ messages in thread
* [gentoo-commits] gentoo-x86 commit in profiles/prefix/darwin: package.mask
@ 2011-12-01 22:50 Jeremy Olexa (darkside)
0 siblings, 0 replies; 45+ messages in thread
From: Jeremy Olexa (darkside) @ 2011-12-01 22:50 UTC (permalink / raw
To: gentoo-commits
darkside 11/12/01 22:50:18
Modified: package.mask
Log:
rm obsolete stuff
Revision Changes Path
1.28 profiles/prefix/darwin/package.mask
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/darwin/package.mask?rev=1.28&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/darwin/package.mask?rev=1.28&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/darwin/package.mask?r1=1.27&r2=1.28
Index: package.mask
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/package.mask,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- package.mask 11 May 2011 18:34:51 -0000 1.27
+++ package.mask 1 Dec 2011 22:50:18 -0000 1.28
@@ -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/prefix/darwin/package.mask,v 1.27 2011/05/11 18:34:51 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/package.mask,v 1.28 2011/12/01 22:50:18 darkside Exp $
# Fabian Groffen <grobian@gentoo.org> (11 May 2011)
@@ -18,10 +18,6 @@
# preferred
media-libs/mesa
-# Fabian Groffen <grobian@gentoo.org> (03 Feb 2010)
-# ld: duplicate symbol mylist<....> caused by implementation code in
-# mylist.h file
-~dev-vcs/cssc-1.2.0
# Fabian Groffen <grobian@gentoo.org> (27 Oct 2009)
# Fails compiling due to some missing dwarf symbols and internal
^ permalink raw reply [flat|nested] 45+ messages in thread
* [gentoo-commits] gentoo-x86 commit in profiles/prefix/darwin: package.mask
@ 2011-12-30 14:52 Fabian Groffen (grobian)
0 siblings, 0 replies; 45+ messages in thread
From: Fabian Groffen (grobian) @ 2011-12-30 14:52 UTC (permalink / raw
To: gentoo-commits
grobian 11/12/30 14:52:19
Modified: package.mask
Log:
Mask pciutils on unsupported platforms, bug #395769
Revision Changes Path
1.29 profiles/prefix/darwin/package.mask
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/darwin/package.mask?rev=1.29&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/darwin/package.mask?rev=1.29&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/darwin/package.mask?r1=1.28&r2=1.29
Index: package.mask
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/package.mask,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- package.mask 1 Dec 2011 22:50:18 -0000 1.28
+++ package.mask 30 Dec 2011 14:52:19 -0000 1.29
@@ -1,8 +1,12 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/package.mask,v 1.28 2011/12/01 22:50:18 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/package.mask,v 1.29 2011/12/30 14:52:19 grobian Exp $
+# Fabian Groffen <grobian@gentoo.org> (30 Dec 2011)
+# Does not support Darwin, http://mj.ucw.cz/pciutils.html
+sys-apps/pciutils
+
# Fabian Groffen <grobian@gentoo.org> (11 May 2011)
# Uses the horribly broken build-system waf. When hacked far enough,
# produces a MH_OBJ with invalid install_name called _cairo.bundle.
^ permalink raw reply [flat|nested] 45+ messages in thread
* [gentoo-commits] gentoo-x86 commit in profiles/prefix/darwin: package.mask
@ 2012-02-13 20:27 Fabian Groffen (grobian)
0 siblings, 0 replies; 45+ messages in thread
From: Fabian Groffen (grobian) @ 2012-02-13 20:27 UTC (permalink / raw
To: gentoo-commits
grobian 12/02/13 20:27:03
Modified: package.mask
Log:
Unmask gimp-2.7 on Darwin, as it's the only gimp that compiles there
Revision Changes Path
1.30 profiles/prefix/darwin/package.mask
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/darwin/package.mask?rev=1.30&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/darwin/package.mask?rev=1.30&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/darwin/package.mask?r1=1.29&r2=1.30
Index: package.mask
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/package.mask,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- package.mask 30 Dec 2011 14:52:19 -0000 1.29
+++ package.mask 13 Feb 2012 20:27:03 -0000 1.30
@@ -1,8 +1,12 @@
-# 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/prefix/darwin/package.mask,v 1.29 2011/12/30 14:52:19 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/package.mask,v 1.30 2012/02/13 20:27:03 grobian Exp $
+# Fabian Groffen <grobian@gentoo.org> (13 Feb 2012)
+# Only version which compiles for us
+->=media-gfx/gimp-2.7
+
# Fabian Groffen <grobian@gentoo.org> (30 Dec 2011)
# Does not support Darwin, http://mj.ucw.cz/pciutils.html
sys-apps/pciutils
^ permalink raw reply [flat|nested] 45+ messages in thread
* [gentoo-commits] gentoo-x86 commit in profiles/prefix/darwin: package.mask
@ 2012-02-19 19:46 Fabian Groffen (grobian)
0 siblings, 0 replies; 45+ messages in thread
From: Fabian Groffen (grobian) @ 2012-02-19 19:46 UTC (permalink / raw
To: gentoo-commits
grobian 12/02/19 19:46:56
Modified: package.mask
Log:
Mask FSF GCC on Mac OS X profiles, because Gentoo Prefix does not support its usage, bug #402119
Revision Changes Path
1.31 profiles/prefix/darwin/package.mask
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/darwin/package.mask?rev=1.31&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/darwin/package.mask?rev=1.31&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/darwin/package.mask?r1=1.30&r2=1.31
Index: package.mask
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/package.mask,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- package.mask 13 Feb 2012 20:27:03 -0000 1.30
+++ package.mask 19 Feb 2012 19:46:56 -0000 1.31
@@ -1,8 +1,16 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/package.mask,v 1.30 2012/02/13 20:27:03 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/package.mask,v 1.31 2012/02/19 19:46:56 grobian Exp $
+# Fabian Groffen <grobian@gentoo.org> (19 Feb 2012)
+# Using FSF GCC on Mac OS X is not supported by Gentoo Prefix. While
+# the FSF GCC compiler is certainly useful, some - if not many -
+# packages expect the Apple branch of GCC, and its (sometimes peculiar)
+# behaviour. Do not file bugs for packages that fail to compile with
+# FSF GCC, if you have patches, please send them directly to upstream.
+sys-devel/gcc
+
# Fabian Groffen <grobian@gentoo.org> (13 Feb 2012)
# Only version which compiles for us
->=media-gfx/gimp-2.7
^ permalink raw reply [flat|nested] 45+ messages in thread
* [gentoo-commits] gentoo-x86 commit in profiles/prefix/darwin: package.mask
@ 2012-05-05 13:35 Fabian Groffen (grobian)
0 siblings, 0 replies; 45+ messages in thread
From: Fabian Groffen (grobian) @ 2012-05-05 13:35 UTC (permalink / raw
To: gentoo-commits
grobian 12/05/05 13:35:17
Modified: package.mask
Log:
drop no-longer necessary unmask
Revision Changes Path
1.32 profiles/prefix/darwin/package.mask
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/darwin/package.mask?rev=1.32&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/darwin/package.mask?rev=1.32&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/darwin/package.mask?r1=1.31&r2=1.32
Index: package.mask
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/package.mask,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- package.mask 19 Feb 2012 19:46:56 -0000 1.31
+++ package.mask 5 May 2012 13:35:17 -0000 1.32
@@ -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/prefix/darwin/package.mask,v 1.31 2012/02/19 19:46:56 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/package.mask,v 1.32 2012/05/05 13:35:17 grobian Exp $
# Fabian Groffen <grobian@gentoo.org> (19 Feb 2012)
@@ -11,10 +11,6 @@
# FSF GCC, if you have patches, please send them directly to upstream.
sys-devel/gcc
-# Fabian Groffen <grobian@gentoo.org> (13 Feb 2012)
-# Only version which compiles for us
-->=media-gfx/gimp-2.7
-
# Fabian Groffen <grobian@gentoo.org> (30 Dec 2011)
# Does not support Darwin, http://mj.ucw.cz/pciutils.html
sys-apps/pciutils
^ permalink raw reply [flat|nested] 45+ messages in thread
* [gentoo-commits] gentoo-x86 commit in profiles/prefix/darwin: package.mask
@ 2012-06-06 14:45 Benda XU (heroxbd)
0 siblings, 0 replies; 45+ messages in thread
From: Benda XU (heroxbd) @ 2012-06-06 14:45 UTC (permalink / raw
To: gentoo-commits
heroxbd 12/06/06 14:45:40
Modified: package.mask
Log:
move =dev-vcs/cvs-1.12.12* mask to darwin and solaris arch dir
Revision Changes Path
1.33 profiles/prefix/darwin/package.mask
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/darwin/package.mask?rev=1.33&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/darwin/package.mask?rev=1.33&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/darwin/package.mask?r1=1.32&r2=1.33
Index: package.mask
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/package.mask,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- package.mask 5 May 2012 13:35:17 -0000 1.32
+++ package.mask 6 Jun 2012 14:45:40 -0000 1.33
@@ -1,7 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/package.mask,v 1.32 2012/05/05 13:35:17 grobian Exp $
-
+# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/package.mask,v 1.33 2012/06/06 14:45:40 heroxbd Exp $
# Fabian Groffen <grobian@gentoo.org> (19 Feb 2012)
# Using FSF GCC on Mac OS X is not supported by Gentoo Prefix. While
@@ -51,3 +50,6 @@
# darwin-miscutils are only available on darwin
-sys-apps/darwin-miscutils
+# Fabian Groffen <grobian@gentoo.org> (21 Jan 2007)
+# dies with "exhausted memory" errors on Darwin
+=dev-vcs/cvs-1.12.12*
^ permalink raw reply [flat|nested] 45+ messages in thread
* [gentoo-commits] gentoo-x86 commit in profiles/prefix/darwin: package.mask
@ 2012-12-02 16:13 Fabian Groffen (grobian)
0 siblings, 0 replies; 45+ messages in thread
From: Fabian Groffen (grobian) @ 2012-12-02 16:13 UTC (permalink / raw
To: gentoo-commits
grobian 12/12/02 16:13:58
Modified: package.mask
Log:
Mask cmake-2.8.10.2 on Darwin for compilation failures
Revision Changes Path
1.34 profiles/prefix/darwin/package.mask
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/darwin/package.mask?rev=1.34&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/darwin/package.mask?rev=1.34&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/darwin/package.mask?r1=1.33&r2=1.34
Index: package.mask
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/package.mask,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- package.mask 6 Jun 2012 14:45:40 -0000 1.33
+++ package.mask 2 Dec 2012 16:13:57 -0000 1.34
@@ -1,6 +1,11 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/package.mask,v 1.33 2012/06/06 14:45:40 heroxbd Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/package.mask,v 1.34 2012/12/02 16:13:57 grobian Exp $
+
+
+# Fabian Groffen <grobian@gentoo.org> (02 Dec 2012)
+# fails to compile
+=dev-util/cmake-2.8.10.2
# Fabian Groffen <grobian@gentoo.org> (19 Feb 2012)
# Using FSF GCC on Mac OS X is not supported by Gentoo Prefix. While
^ permalink raw reply [flat|nested] 45+ messages in thread
* [gentoo-commits] gentoo-x86 commit in profiles/prefix/darwin: package.mask
@ 2013-01-03 16:54 Fabian Groffen (grobian)
0 siblings, 0 replies; 45+ messages in thread
From: Fabian Groffen (grobian) @ 2013-01-03 16:54 UTC (permalink / raw
To: gentoo-commits
grobian 13/01/03 16:54:57
Modified: package.mask
Log:
Extend cmake mask, bug #445308
Revision Changes Path
1.35 profiles/prefix/darwin/package.mask
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/darwin/package.mask?rev=1.35&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/darwin/package.mask?rev=1.35&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/darwin/package.mask?r1=1.34&r2=1.35
Index: package.mask
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/package.mask,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- package.mask 2 Dec 2012 16:13:57 -0000 1.34
+++ package.mask 3 Jan 2013 16:54:57 -0000 1.35
@@ -1,11 +1,11 @@
-# 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/prefix/darwin/package.mask,v 1.34 2012/12/02 16:13:57 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/package.mask,v 1.35 2013/01/03 16:54:57 grobian Exp $
# Fabian Groffen <grobian@gentoo.org> (02 Dec 2012)
-# fails to compile
-=dev-util/cmake-2.8.10.2
+# fails to compile, bug #445308
+~dev-util/cmake-2.8.10.2
# Fabian Groffen <grobian@gentoo.org> (19 Feb 2012)
# Using FSF GCC on Mac OS X is not supported by Gentoo Prefix. While
^ permalink raw reply [flat|nested] 45+ messages in thread
* [gentoo-commits] gentoo-x86 commit in profiles/prefix/darwin: package.mask
@ 2013-03-05 1:41 Christoph Junghans (ottxor)
0 siblings, 0 replies; 45+ messages in thread
From: Christoph Junghans (ottxor) @ 2013-03-05 1:41 UTC (permalink / raw
To: gentoo-commits
ottxor 13/03/05 01:41:14
Modified: package.mask
Log:
unmask povray on darwin
Revision Changes Path
1.36 profiles/prefix/darwin/package.mask
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/darwin/package.mask?rev=1.36&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/darwin/package.mask?rev=1.36&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/darwin/package.mask?r1=1.35&r2=1.36
Index: package.mask
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/package.mask,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- package.mask 3 Jan 2013 16:54:57 -0000 1.35
+++ package.mask 5 Mar 2013 01:41:14 -0000 1.36
@@ -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/prefix/darwin/package.mask,v 1.35 2013/01/03 16:54:57 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/package.mask,v 1.36 2013/03/05 01:41:14 ottxor Exp $
# Fabian Groffen <grobian@gentoo.org> (02 Dec 2012)
@@ -25,11 +25,6 @@
~dev-python/pycairo-1.10.0
# Fabian Groffen <grobian@gentoo.org> (21 Apr 2010)
-# Requires thread-local storage (__thread), Darwin has pthread_getspecific
-# http://lists.apple.com/archives/xcode-users/2006/Jun/msg00551.html
-=media-gfx/povray-3.7.0*
-
-# Fabian Groffen <grobian@gentoo.org> (21 Apr 2010)
# state of mesa is probably not too good on OSX, opengl-apple is
# preferred
media-libs/mesa
^ permalink raw reply [flat|nested] 45+ messages in thread
* [gentoo-commits] gentoo-x86 commit in profiles/prefix/darwin: package.mask
@ 2013-04-23 20:06 Fabian Groffen (grobian)
0 siblings, 0 replies; 45+ messages in thread
From: Fabian Groffen (grobian) @ 2013-04-23 20:06 UTC (permalink / raw
To: gentoo-commits
grobian 13/04/23 20:06:05
Modified: package.mask
Log:
Unmask dev-util/cmake-2.8.10.2 now I've fixed it
Revision Changes Path
1.37 profiles/prefix/darwin/package.mask
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/darwin/package.mask?rev=1.37&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/darwin/package.mask?rev=1.37&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/darwin/package.mask?r1=1.36&r2=1.37
Index: package.mask
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/package.mask,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- package.mask 5 Mar 2013 01:41:14 -0000 1.36
+++ package.mask 23 Apr 2013 20:06:05 -0000 1.37
@@ -1,12 +1,8 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/package.mask,v 1.36 2013/03/05 01:41:14 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/package.mask,v 1.37 2013/04/23 20:06:05 grobian Exp $
-# Fabian Groffen <grobian@gentoo.org> (02 Dec 2012)
-# fails to compile, bug #445308
-~dev-util/cmake-2.8.10.2
-
# Fabian Groffen <grobian@gentoo.org> (19 Feb 2012)
# Using FSF GCC on Mac OS X is not supported by Gentoo Prefix. While
# the FSF GCC compiler is certainly useful, some - if not many -
^ permalink raw reply [flat|nested] 45+ messages in thread
* [gentoo-commits] gentoo-x86 commit in profiles/prefix/darwin: package.mask
@ 2013-06-18 7:05 Fabian Groffen (grobian)
0 siblings, 0 replies; 45+ messages in thread
From: Fabian Groffen (grobian) @ 2013-06-18 7:05 UTC (permalink / raw
To: gentoo-commits
grobian 13/06/18 07:05:56
Modified: package.mask
Log:
Mask sys-apps/findutils-4.5.11 on Darwin for bug #469206
Revision Changes Path
1.38 profiles/prefix/darwin/package.mask
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/darwin/package.mask?rev=1.38&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/darwin/package.mask?rev=1.38&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/darwin/package.mask?r1=1.37&r2=1.38
Index: package.mask
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/package.mask,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- package.mask 23 Apr 2013 20:06:05 -0000 1.37
+++ package.mask 18 Jun 2013 07:05:56 -0000 1.38
@@ -1,8 +1,12 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/package.mask,v 1.37 2013/04/23 20:06:05 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/package.mask,v 1.38 2013/06/18 07:05:56 grobian Exp $
+# Fabian Groffen <grobian@gentoo.org> (18 Jun 2013)
+# gnulib/unlinkat issue, mask for now, #469206
+=sys-apps/findutils-4.5.11
+
# Fabian Groffen <grobian@gentoo.org> (19 Feb 2012)
# Using FSF GCC on Mac OS X is not supported by Gentoo Prefix. While
# the FSF GCC compiler is certainly useful, some - if not many -
^ permalink raw reply [flat|nested] 45+ messages in thread
* [gentoo-commits] gentoo-x86 commit in profiles/prefix/darwin: package.mask
@ 2013-06-19 5:04 Christoph Junghans (ottxor)
0 siblings, 0 replies; 45+ messages in thread
From: Christoph Junghans (ottxor) @ 2013-06-19 5:04 UTC (permalink / raw
To: gentoo-commits
ottxor 13/06/19 05:04:21
Modified: package.mask
Log:
drop sys-apps/findutils mask, bug #469206 was fixed
Revision Changes Path
1.39 profiles/prefix/darwin/package.mask
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/darwin/package.mask?rev=1.39&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/darwin/package.mask?rev=1.39&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/darwin/package.mask?r1=1.38&r2=1.39
Index: package.mask
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/package.mask,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- package.mask 18 Jun 2013 07:05:56 -0000 1.38
+++ package.mask 19 Jun 2013 05:04:21 -0000 1.39
@@ -1,12 +1,8 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/package.mask,v 1.38 2013/06/18 07:05:56 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/package.mask,v 1.39 2013/06/19 05:04:21 ottxor Exp $
-# Fabian Groffen <grobian@gentoo.org> (18 Jun 2013)
-# gnulib/unlinkat issue, mask for now, #469206
-=sys-apps/findutils-4.5.11
-
# Fabian Groffen <grobian@gentoo.org> (19 Feb 2012)
# Using FSF GCC on Mac OS X is not supported by Gentoo Prefix. While
# the FSF GCC compiler is certainly useful, some - if not many -
^ permalink raw reply [flat|nested] 45+ messages in thread
* [gentoo-commits] gentoo-x86 commit in profiles/prefix/darwin: package.mask
@ 2013-12-31 3:42 Chris Reffett (creffett)
0 siblings, 0 replies; 45+ messages in thread
From: Chris Reffett (creffett) @ 2013-12-31 3:42 UTC (permalink / raw
To: gentoo-commits
creffett 13/12/31 03:42:18
Modified: package.mask
Log:
Remove invalid entry from prefix/darwin/package.maskCVS: ----------------------------------------------------------------------
Revision Changes Path
1.40 profiles/prefix/darwin/package.mask
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/darwin/package.mask?rev=1.40&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/darwin/package.mask?rev=1.40&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/darwin/package.mask?r1=1.39&r2=1.40
Index: package.mask
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/package.mask,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- package.mask 19 Jun 2013 05:04:21 -0000 1.39
+++ package.mask 31 Dec 2013 03:42:18 -0000 1.40
@@ -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/prefix/darwin/package.mask,v 1.39 2013/06/19 05:04:21 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/package.mask,v 1.40 2013/12/31 03:42:18 creffett Exp $
# Fabian Groffen <grobian@gentoo.org> (19 Feb 2012)
@@ -33,15 +33,6 @@
~sys-devel/gcc-4.4.3
~sys-devel/gcc-4.4.4
-# Fabian Groffen <grobian@gentoo.org> (30 Jun 2009)
-# platform.h:81: error: conflicting types for ‘setmode’
-# /usr/include/unistd.h:570: error: previous declaration of ‘setmode’ was here
-=app-crypt/ccrypt-1.8
-
-# Elias Pipping <pipping@gentoo.org> (22 Dec 2007)
-# bug #211712: archive has no table of contents
-sci-libs/blas-atlas
-
# Elias Pipping <pipping@gentoo.org> (09 Oct 2007)
# darwin-miscutils are only available on darwin
-sys-apps/darwin-miscutils
^ permalink raw reply [flat|nested] 45+ messages in thread
* [gentoo-commits] gentoo-x86 commit in profiles/prefix/darwin: package.mask
@ 2014-01-14 20:03 Fabian Groffen (grobian)
0 siblings, 0 replies; 45+ messages in thread
From: Fabian Groffen (grobian) @ 2014-01-14 20:03 UTC (permalink / raw
To: gentoo-commits
grobian 14/01/14 20:03:52
Modified: package.mask
Log:
Mask util-linux on platforms where it breaks more than it solves
Revision Changes Path
1.41 profiles/prefix/darwin/package.mask
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/darwin/package.mask?rev=1.41&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/darwin/package.mask?rev=1.41&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/darwin/package.mask?r1=1.40&r2=1.41
Index: package.mask
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/package.mask,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- package.mask 31 Dec 2013 03:42:18 -0000 1.40
+++ package.mask 14 Jan 2014 20:03:52 -0000 1.41
@@ -1,8 +1,12 @@
-# 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/prefix/darwin/package.mask,v 1.40 2013/12/31 03:42:18 creffett Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/package.mask,v 1.41 2014/01/14 20:03:52 grobian Exp $
+# Fabian Groffen <grobian@gentoo.org> (14 Jan 2014)
+# util-linux has no business on Darwin systems
+sys-apps/util-linux
+
# Fabian Groffen <grobian@gentoo.org> (19 Feb 2012)
# Using FSF GCC on Mac OS X is not supported by Gentoo Prefix. While
# the FSF GCC compiler is certainly useful, some - if not many -
^ permalink raw reply [flat|nested] 45+ messages in thread
* [gentoo-commits] gentoo-x86 commit in profiles/prefix/darwin: package.mask
@ 2014-08-12 7:14 Fabian Groffen (grobian)
0 siblings, 0 replies; 45+ messages in thread
From: Fabian Groffen (grobian) @ 2014-08-12 7:14 UTC (permalink / raw
To: gentoo-commits
grobian 14/08/12 07:14:10
Modified: package.mask
Log:
Mask tar-1.28 on Darwin for bug #518444
Revision Changes Path
1.42 profiles/prefix/darwin/package.mask
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/darwin/package.mask?rev=1.42&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/darwin/package.mask?rev=1.42&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/darwin/package.mask?r1=1.41&r2=1.42
Index: package.mask
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/package.mask,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- package.mask 14 Jan 2014 20:03:52 -0000 1.41
+++ package.mask 12 Aug 2014 07:14:10 -0000 1.42
@@ -1,8 +1,12 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/package.mask,v 1.41 2014/01/14 20:03:52 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/package.mask,v 1.42 2014/08/12 07:14:10 grobian Exp $
+# Fabian Groffen <grobian@gentoo.org> (12 Aug 2014)
+# Fails to compile on xattr stuff, next release should solve that, #518444
+=app-arch/tar-1.28
+
# Fabian Groffen <grobian@gentoo.org> (14 Jan 2014)
# util-linux has no business on Darwin systems
sys-apps/util-linux
^ permalink raw reply [flat|nested] 45+ messages in thread
* [gentoo-commits] gentoo-x86 commit in profiles/prefix/darwin: package.mask
@ 2014-08-12 8:08 Fabian Groffen (grobian)
0 siblings, 0 replies; 45+ messages in thread
From: Fabian Groffen (grobian) @ 2014-08-12 8:08 UTC (permalink / raw
To: gentoo-commits
grobian 14/08/12 08:08:56
Modified: package.mask
Log:
Masked libffi-3.1 for it needs some work, bug #513428
Revision Changes Path
1.43 profiles/prefix/darwin/package.mask
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/darwin/package.mask?rev=1.43&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/darwin/package.mask?rev=1.43&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/darwin/package.mask?r1=1.42&r2=1.43
Index: package.mask
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/package.mask,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- package.mask 12 Aug 2014 07:14:10 -0000 1.42
+++ package.mask 12 Aug 2014 08:08:55 -0000 1.43
@@ -1,9 +1,13 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/package.mask,v 1.42 2014/08/12 07:14:10 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/package.mask,v 1.43 2014/08/12 08:08:55 grobian Exp $
# Fabian Groffen <grobian@gentoo.org> (12 Aug 2014)
+# Needs some patching, bug #513428
+~dev-libs/libffi-3.1
+
+# Fabian Groffen <grobian@gentoo.org> (12 Aug 2014)
# Fails to compile on xattr stuff, next release should solve that, #518444
=app-arch/tar-1.28
^ permalink raw reply [flat|nested] 45+ messages in thread
* [gentoo-commits] gentoo-x86 commit in profiles/prefix/darwin: package.mask
@ 2014-10-19 7:52 Fabian Groffen (grobian)
0 siblings, 0 replies; 45+ messages in thread
From: Fabian Groffen (grobian) @ 2014-10-19 7:52 UTC (permalink / raw
To: gentoo-commits
grobian 14/10/19 07:52:14
Modified: package.mask
Log:
Mask sys-apps/coreutils-8.23 on Darwin for multiple reasons
Revision Changes Path
1.44 profiles/prefix/darwin/package.mask
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/darwin/package.mask?rev=1.44&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/darwin/package.mask?rev=1.44&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/darwin/package.mask?r1=1.43&r2=1.44
Index: package.mask
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/package.mask,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- package.mask 12 Aug 2014 08:08:55 -0000 1.43
+++ package.mask 19 Oct 2014 07:52:14 -0000 1.44
@@ -1,8 +1,12 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/package.mask,v 1.43 2014/08/12 08:08:55 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/package.mask,v 1.44 2014/10/19 07:52:14 grobian Exp $
+# Fabian Groffen <grobian@gentoo.org> (19 Oct 2014)
+# Fails during bootstrap, has install_name problems for libstdbuf
+=sys-apps/coreutils-8.23
+
# Fabian Groffen <grobian@gentoo.org> (12 Aug 2014)
# Needs some patching, bug #513428
~dev-libs/libffi-3.1
^ permalink raw reply [flat|nested] 45+ messages in thread
* [gentoo-commits] gentoo-x86 commit in profiles/prefix/darwin: package.mask
@ 2015-02-08 9:22 Fabian Groffen (grobian)
0 siblings, 0 replies; 45+ messages in thread
From: Fabian Groffen (grobian) @ 2015-02-08 9:22 UTC (permalink / raw
To: gentoo-commits
grobian 15/02/08 09:22:57
Modified: package.mask
Log:
Mask patch-2.7.4 on Darwin, bug #538502
Revision Changes Path
1.45 profiles/prefix/darwin/package.mask
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/darwin/package.mask?rev=1.45&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/darwin/package.mask?rev=1.45&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/darwin/package.mask?r1=1.44&r2=1.45
Index: package.mask
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/package.mask,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- package.mask 19 Oct 2014 07:52:14 -0000 1.44
+++ package.mask 8 Feb 2015 09:22:57 -0000 1.45
@@ -1,8 +1,12 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/package.mask,v 1.44 2014/10/19 07:52:14 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/package.mask,v 1.45 2015/02/08 09:22:57 grobian Exp $
+# Fabian Groffen <grobian@gentoo.org> (08 Feb 2015)
+# missing faccesstat (missing gnulib), bug #538502
+=sys-devel/patch-2.7.4
+
# Fabian Groffen <grobian@gentoo.org> (19 Oct 2014)
# Fails during bootstrap, has install_name problems for libstdbuf
=sys-apps/coreutils-8.23
^ permalink raw reply [flat|nested] 45+ messages in thread
* [gentoo-commits] gentoo-x86 commit in profiles/prefix/darwin: package.mask
@ 2015-05-31 9:58 Fabian Groffen (grobian)
0 siblings, 0 replies; 45+ messages in thread
From: Fabian Groffen (grobian) @ 2015-05-31 9:58 UTC (permalink / raw
To: gentoo-commits
grobian 15/05/31 09:58:49
Modified: package.mask
Log:
Mask llvm/clang >=3.6 on Darwin due to compile issues
Revision Changes Path
1.46 profiles/prefix/darwin/package.mask
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/darwin/package.mask?rev=1.46&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/darwin/package.mask?rev=1.46&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/darwin/package.mask?r1=1.45&r2=1.46
Index: package.mask
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/package.mask,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- package.mask 8 Feb 2015 09:22:57 -0000 1.45
+++ package.mask 31 May 2015 09:58:49 -0000 1.46
@@ -1,8 +1,14 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/package.mask,v 1.45 2015/02/08 09:22:57 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/package.mask,v 1.46 2015/05/31 09:58:49 grobian Exp $
+# Fabian Groffen <grobian@gentoo.org> (31 May 2015)
+# fails to compile due to some missing compilerrt stuff, hints at asan,
+# not sure what the problem actually is
+>=sys-devel/llvm-3.6
+>=sys-devel/clang-3.6
+
# Fabian Groffen <grobian@gentoo.org> (08 Feb 2015)
# missing faccesstat (missing gnulib), bug #538502
=sys-devel/patch-2.7.4
^ permalink raw reply [flat|nested] 45+ messages in thread
* [gentoo-commits] gentoo-x86 commit in profiles/prefix/darwin: package.mask
@ 2015-06-16 11:30 Fabian Groffen (grobian)
0 siblings, 0 replies; 45+ messages in thread
From: Fabian Groffen (grobian) @ 2015-06-16 11:30 UTC (permalink / raw
To: gentoo-commits
grobian 15/06/16 11:30:27
Modified: package.mask
Log:
Masked Python 2.7.10 on Darwin
Revision Changes Path
1.47 profiles/prefix/darwin/package.mask
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/darwin/package.mask?rev=1.47&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/darwin/package.mask?rev=1.47&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/darwin/package.mask?r1=1.46&r2=1.47
Index: package.mask
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/package.mask,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- package.mask 31 May 2015 09:58:49 -0000 1.46
+++ package.mask 16 Jun 2015 11:30:27 -0000 1.47
@@ -1,8 +1,13 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/package.mask,v 1.46 2015/05/31 09:58:49 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/package.mask,v 1.47 2015/06/16 11:30:27 grobian Exp $
+# Fabian Groffen <grobian@gentoo.org> (16 Jun 2015)
+# fails to compile due to missing CLOCK_REALTIME in multiprocessing
+# module
+=dev-lang/python-2.7.10
+
# Fabian Groffen <grobian@gentoo.org> (31 May 2015)
# fails to compile due to some missing compilerrt stuff, hints at asan,
# not sure what the problem actually is
^ permalink raw reply [flat|nested] 45+ messages in thread
* [gentoo-commits] gentoo-x86 commit in profiles/prefix/darwin: package.mask
@ 2015-06-30 8:16 Fabian Groffen (grobian)
0 siblings, 0 replies; 45+ messages in thread
From: Fabian Groffen (grobian) @ 2015-06-30 8:16 UTC (permalink / raw
To: gentoo-commits
grobian 15/06/30 08:16:35
Modified: package.mask
Log:
Unmask latest python on Darwin, haubi fixed it
Revision Changes Path
1.48 profiles/prefix/darwin/package.mask
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/darwin/package.mask?rev=1.48&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/darwin/package.mask?rev=1.48&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/darwin/package.mask?r1=1.47&r2=1.48
Index: package.mask
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/package.mask,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- package.mask 16 Jun 2015 11:30:27 -0000 1.47
+++ package.mask 30 Jun 2015 08:16:35 -0000 1.48
@@ -1,13 +1,8 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/package.mask,v 1.47 2015/06/16 11:30:27 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/package.mask,v 1.48 2015/06/30 08:16:35 grobian Exp $
-# Fabian Groffen <grobian@gentoo.org> (16 Jun 2015)
-# fails to compile due to missing CLOCK_REALTIME in multiprocessing
-# module
-=dev-lang/python-2.7.10
-
# Fabian Groffen <grobian@gentoo.org> (31 May 2015)
# fails to compile due to some missing compilerrt stuff, hints at asan,
# not sure what the problem actually is
^ permalink raw reply [flat|nested] 45+ messages in thread
end of thread, other threads:[~2015-06-30 8:16 UTC | newest]
Thread overview: 45+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-23 18:48 [gentoo-commits] gentoo-x86 commit in profiles/prefix/darwin: package.mask Fabian Groffen (grobian)
-- strict thread matches above, loose matches on Subject: below --
2015-06-30 8:16 Fabian Groffen (grobian)
2015-06-16 11:30 Fabian Groffen (grobian)
2015-05-31 9:58 Fabian Groffen (grobian)
2015-02-08 9:22 Fabian Groffen (grobian)
2014-10-19 7:52 Fabian Groffen (grobian)
2014-08-12 8:08 Fabian Groffen (grobian)
2014-08-12 7:14 Fabian Groffen (grobian)
2014-01-14 20:03 Fabian Groffen (grobian)
2013-12-31 3:42 Chris Reffett (creffett)
2013-06-19 5:04 Christoph Junghans (ottxor)
2013-06-18 7:05 Fabian Groffen (grobian)
2013-04-23 20:06 Fabian Groffen (grobian)
2013-03-05 1:41 Christoph Junghans (ottxor)
2013-01-03 16:54 Fabian Groffen (grobian)
2012-12-02 16:13 Fabian Groffen (grobian)
2012-06-06 14:45 Benda XU (heroxbd)
2012-05-05 13:35 Fabian Groffen (grobian)
2012-02-19 19:46 Fabian Groffen (grobian)
2012-02-13 20:27 Fabian Groffen (grobian)
2011-12-30 14:52 Fabian Groffen (grobian)
2011-12-01 22:50 Jeremy Olexa (darkside)
2011-05-11 18:34 Fabian Groffen (grobian)
2011-04-27 17:26 Fabian Groffen (grobian)
2011-03-21 10:35 Fabian Groffen (grobian)
2011-03-20 10:13 Fabian Groffen (grobian)
2011-03-04 4:23 Jonathan Callen (abcd)
2011-01-24 17:59 Fabian Groffen (grobian)
2010-11-23 21:44 Fabian Groffen (grobian)
2010-11-23 20:56 Jeremy Olexa (darkside)
2010-09-14 6:35 Fabian Groffen (grobian)
2010-09-14 6:20 Fabian Groffen (grobian)
2010-04-06 19:17 Jeremy Olexa (darkside)
2010-03-23 19:33 Fabian Groffen (grobian)
2010-03-21 19:18 Fabian Groffen (grobian)
2010-03-21 11:42 Fabian Groffen (grobian)
2010-03-08 18:57 Fabian Groffen (grobian)
2010-03-08 17:19 Fabian Groffen (grobian)
2010-02-03 8:58 Fabian Groffen (grobian)
2009-12-23 14:46 Fabian Groffen (grobian)
2009-10-27 19:44 Fabian Groffen (grobian)
2009-10-27 19:38 Fabian Groffen (grobian)
2009-09-12 14:13 Fabian Groffen (grobian)
2009-09-05 16:42 Fabian Groffen (grobian)
2009-06-30 13:34 Fabian Groffen (grobian)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox