* [gentoo-commits] repo/gentoo:master commit in: profiles/prefix/darwin/
@ 2016-01-10 15:41 Fabian Groffen
0 siblings, 0 replies; 21+ messages in thread
From: Fabian Groffen @ 2016-01-10 15:41 UTC (permalink / raw
To: gentoo-commits
commit: 25d4f7ca827c78cab868d597a953218eb41f6e01
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 10 15:39:02 2016 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Sun Jan 10 15:41:03 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25d4f7ca
profiles/prefix/darwin: mask USE=utempter for net-misc/mosh, bug #506494
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
profiles/prefix/darwin/package.use.mask | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/profiles/prefix/darwin/package.use.mask b/profiles/prefix/darwin/package.use.mask
index e8a57c0..db23179 100644
--- a/profiles/prefix/darwin/package.use.mask
+++ b/profiles/prefix/darwin/package.use.mask
@@ -3,6 +3,10 @@
# $Id$
+# Fabian Groffen <grobian@gentoo.org> (10 Jan 2016)
+# libutempter isn't ported for Darwin, bug #506494
+net-misc/mosh utempter
+
# Fabian Groffen <grobian@gentoo.org> (26 May 2015)
# Avoid pulling in broken and unnecessary ossp-uuid, bug #324527
dev-db/postgresql uuid
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/prefix/darwin/
@ 2016-01-18 8:36 Fabian Groffen
0 siblings, 0 replies; 21+ messages in thread
From: Fabian Groffen @ 2016-01-18 8:36 UTC (permalink / raw
To: gentoo-commits
commit: a28d86759aa7a2b6d967c8bd82e36d489aee6cea
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 18 08:34:58 2016 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Mon Jan 18 08:36:08 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a28d8675
profiles/prefix/darwin/package.use.mask: mask USE=xattr for dev-libs/glib
profiles/prefix/darwin/package.use.mask | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/profiles/prefix/darwin/package.use.mask b/profiles/prefix/darwin/package.use.mask
index db23179..5f91c39 100644
--- a/profiles/prefix/darwin/package.use.mask
+++ b/profiles/prefix/darwin/package.use.mask
@@ -1,8 +1,12 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
+# Fabian Groffen <grobian@gentoo.org> (18 Jan 2016)
+# GNU attr isn't supported
+dev-libs/glib xattr
+
# Fabian Groffen <grobian@gentoo.org> (10 Jan 2016)
# libutempter isn't ported for Darwin, bug #506494
net-misc/mosh utempter
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/prefix/darwin/
@ 2016-01-22 16:59 Fabian Groffen
0 siblings, 0 replies; 21+ messages in thread
From: Fabian Groffen @ 2016-01-22 16:59 UTC (permalink / raw
To: gentoo-commits
commit: 0f5fe54190397ee277ba518204e584c691987ea0
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 22 16:58:06 2016 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Fri Jan 22 16:59:13 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f5fe541
profiles/prefix/darwin/package.use.mask: mask USE=xattr for tar on Darwin
profiles/prefix/darwin/package.use.mask | 1 +
1 file changed, 1 insertion(+)
diff --git a/profiles/prefix/darwin/package.use.mask b/profiles/prefix/darwin/package.use.mask
index 5f91c39..d702422 100644
--- a/profiles/prefix/darwin/package.use.mask
+++ b/profiles/prefix/darwin/package.use.mask
@@ -6,6 +6,7 @@
# Fabian Groffen <grobian@gentoo.org> (18 Jan 2016)
# GNU attr isn't supported
dev-libs/glib xattr
+app-arch/tar xattr
# Fabian Groffen <grobian@gentoo.org> (10 Jan 2016)
# libutempter isn't ported for Darwin, bug #506494
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/prefix/darwin/
@ 2016-01-27 13:07 Fabian Groffen
0 siblings, 0 replies; 21+ messages in thread
From: Fabian Groffen @ 2016-01-27 13:07 UTC (permalink / raw
To: gentoo-commits
commit: c1497e3dfb4f122eeacbd96403e11293350cc4c7
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 27 13:07:09 2016 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Wed Jan 27 13:07:09 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1497e3d
profiles/prefix/darwin/package.mask: restrict llvm mask to 3.6 only
profiles/prefix/darwin/package.mask | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/profiles/prefix/darwin/package.mask b/profiles/prefix/darwin/package.mask
index eca936b..06c4941 100644
--- a/profiles/prefix/darwin/package.mask
+++ b/profiles/prefix/darwin/package.mask
@@ -6,8 +6,8 @@
# 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
+=sys-devel/llvm-3.6*
+=sys-devel/clang-3.6*
# Fabian Groffen <grobian@gentoo.org> (08 Feb 2015)
# missing faccesstat (missing gnulib), bug #538502
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/prefix/darwin/
@ 2016-05-01 14:54 Fabian Groffen
0 siblings, 0 replies; 21+ messages in thread
From: Fabian Groffen @ 2016-05-01 14:54 UTC (permalink / raw
To: gentoo-commits
commit: 0d87ab87a73fc79167eae27ba37e231ebc1ffabb
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Sun May 1 14:54:40 2016 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Sun May 1 14:54:40 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d87ab87
prefix/darwin/use.mask: mask USE=filecaps, bug #534264
profiles/prefix/darwin/use.mask | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/profiles/prefix/darwin/use.mask b/profiles/prefix/darwin/use.mask
index ddefd78..1295521 100644
--- a/profiles/prefix/darwin/use.mask
+++ b/profiles/prefix/darwin/use.mask
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -42,3 +42,6 @@ v4l
# introspection is far from working on OSX
introspection
+
+# libcap doesn't work on OSX (fcaps.eclass), bug #534264
+filecaps
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/prefix/darwin/
@ 2016-07-19 13:56 Fabian Groffen
0 siblings, 0 replies; 21+ messages in thread
From: Fabian Groffen @ 2016-07-19 13:56 UTC (permalink / raw
To: gentoo-commits
commit: 559c103c07d3e96132130ec3552c7643f0de4bb3
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 19 13:56:22 2016 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Tue Jul 19 13:56:22 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=559c103c
profiles/prefix/darwin/package.mask: mask cmake-3.6.0, it produces invalid flags
profiles/prefix/darwin/package.mask | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/profiles/prefix/darwin/package.mask b/profiles/prefix/darwin/package.mask
index 4636d67..dc3cd85 100644
--- a/profiles/prefix/darwin/package.mask
+++ b/profiles/prefix/darwin/package.mask
@@ -3,6 +3,10 @@
# $Id$
+# Fabian Groffen <grobian@gentoo.org> (19 Jul 2016)
+# produces -isysroot without argument in FLAGS, bug #589152
+=dev-util/cmake-3.6.0
+
# 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 related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/prefix/darwin/
@ 2016-07-19 13:57 Fabian Groffen
0 siblings, 0 replies; 21+ messages in thread
From: Fabian Groffen @ 2016-07-19 13:57 UTC (permalink / raw
To: gentoo-commits
commit: 20c8c54c7075ae0b523546090a7ce6da7c30654f
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 19 13:57:13 2016 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Tue Jul 19 13:57:13 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20c8c54c
Revert "profiles/prefix/darwin/package.mask: mask cmake-3.6.0, it produces invalid flags"
This reverts commit 559c103c07d3e96132130ec3552c7643f0de4bb3.
profiles/prefix/darwin/package.mask | 4 ----
1 file changed, 4 deletions(-)
diff --git a/profiles/prefix/darwin/package.mask b/profiles/prefix/darwin/package.mask
index dc3cd85..4636d67 100644
--- a/profiles/prefix/darwin/package.mask
+++ b/profiles/prefix/darwin/package.mask
@@ -3,10 +3,6 @@
# $Id$
-# Fabian Groffen <grobian@gentoo.org> (19 Jul 2016)
-# produces -isysroot without argument in FLAGS, bug #589152
-=dev-util/cmake-3.6.0
-
# 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 related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/prefix/darwin/
@ 2016-08-19 11:28 Benda XU
0 siblings, 0 replies; 21+ messages in thread
From: Benda XU @ 2016-08-19 11:28 UTC (permalink / raw
To: gentoo-commits
commit: fc2bafe94d885962c5772b7cf4777cfd71e247ca
Author: Benda Xu <heroxbd <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 19 11:27:15 2016 +0000
Commit: Benda XU <heroxbd <AT> gentoo <DOT> org>
CommitDate: Fri Aug 19 11:27:15 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc2bafe9
profiles/prefix/darwin/use.mask: mask inotify on darwin.
Bug: 527104
profiles/prefix/darwin/use.mask | 3 +++
1 file changed, 3 insertions(+)
diff --git a/profiles/prefix/darwin/use.mask b/profiles/prefix/darwin/use.mask
index 1295521..c6969dc 100644
--- a/profiles/prefix/darwin/use.mask
+++ b/profiles/prefix/darwin/use.mask
@@ -45,3 +45,6 @@ introspection
# libcap doesn't work on OSX (fcaps.eclass), bug #534264
filecaps
+
+# linux-exclusive feature
+inotify
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/prefix/darwin/
@ 2016-09-10 8:29 Fabian Groffen
0 siblings, 0 replies; 21+ messages in thread
From: Fabian Groffen @ 2016-09-10 8:29 UTC (permalink / raw
To: gentoo-commits
commit: 37651d1910717650bf9a81542c1efb6a62068a4d
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 10 08:28:49 2016 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Sat Sep 10 08:28:49 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37651d19
profiles/prefix/darwin/package.mask: avoid pointless recompile of llvm-3.8.1-r2
profiles/prefix/darwin/package.mask | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/profiles/prefix/darwin/package.mask b/profiles/prefix/darwin/package.mask
index 4636d67..3d07974 100644
--- a/profiles/prefix/darwin/package.mask
+++ b/profiles/prefix/darwin/package.mask
@@ -3,9 +3,14 @@
# $Id$
+# Fabian Groffen <grobian@gentoo.org> (10 Sep 2016)
+# revbump for adding libcxx dependency, which we already have, so avoid
+# the hassle
+=sys-devel/llvm-3.8.1-r2
+
# 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
+# not sure what the problem actually is, 3.7 and 3.8 compile just fine
=sys-devel/llvm-3.6*
=sys-devel/clang-3.6*
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/prefix/darwin/
@ 2016-12-18 10:47 Fabian Groffen
0 siblings, 0 replies; 21+ messages in thread
From: Fabian Groffen @ 2016-12-18 10:47 UTC (permalink / raw
To: gentoo-commits
commit: 072718ba40f245ac13ea37c453849f0103836d41
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 18 10:47:43 2016 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Sun Dec 18 10:47:43 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=072718ba
profiles/prefix/darwin/package.mask: mask pax-utils-1.1.7, bug #602990
profiles/prefix/darwin/package.mask | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/profiles/prefix/darwin/package.mask b/profiles/prefix/darwin/package.mask
index 3d07974..2696d5d 100644
--- a/profiles/prefix/darwin/package.mask
+++ b/profiles/prefix/darwin/package.mask
@@ -3,6 +3,10 @@
# $Id$
+# Fabian Groffen <grobian@gentoo.org> (18 Dec 2016)
+# has multiple compilation issue, resolved for 1.1.8, bug #602990
+=app-misc/pax-utils-1.1.7
+
# Fabian Groffen <grobian@gentoo.org> (10 Sep 2016)
# revbump for adding libcxx dependency, which we already have, so avoid
# the hassle
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/prefix/darwin/
@ 2017-06-12 13:05 Fabian Groffen
0 siblings, 0 replies; 21+ messages in thread
From: Fabian Groffen @ 2017-06-12 13:05 UTC (permalink / raw
To: gentoo-commits
commit: c6daf355db1991568be7288fbb4a7bd8c9279dd0
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 12 13:05:42 2017 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Mon Jun 12 13:05:51 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6daf355
profiles/prefix/darwin/packages: remove pidof-bsd in favour of pkill-darwin
profiles/prefix/darwin/packages | 1 -
1 file changed, 1 deletion(-)
diff --git a/profiles/prefix/darwin/packages b/profiles/prefix/darwin/packages
index 29f325fcf2e..ef9a3cc79bf 100644
--- a/profiles/prefix/darwin/packages
+++ b/profiles/prefix/darwin/packages
@@ -4,5 +4,4 @@
*sys-apps/darwin-miscutils
*sys-devel/binutils-apple
*sys-libs/csu
-*sys-process/pidof-bsd
*sys-process/pkill-darwin
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/prefix/darwin/
@ 2017-10-31 17:27 Fabian Groffen
0 siblings, 0 replies; 21+ messages in thread
From: Fabian Groffen @ 2017-10-31 17:27 UTC (permalink / raw
To: gentoo-commits
commit: a0733c5658adff3c75886daa871e31f670ca62fc
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 31 17:27:26 2017 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Tue Oct 31 17:27:26 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0733c56
profiles/prefix/darwin/package.mask: mask dev-libs/libxslt-1.1.30-r2, bug #632214
profiles/prefix/darwin/package.mask | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/profiles/prefix/darwin/package.mask b/profiles/prefix/darwin/package.mask
index 5f339ea021c..1ba079fa278 100644
--- a/profiles/prefix/darwin/package.mask
+++ b/profiles/prefix/darwin/package.mask
@@ -2,6 +2,10 @@
# Distributed under the terms of the GNU General Public License v2
+# Fabian Groffen <grobian@gentoo.org> (31 Oct 2017)
+# glibc-2.26 patch breaks for us
+=dev-libs/libxslt-1.1.30-r2
+
# Fabian Groffen <grobian@gentoo.org> (18 Dec 2016)
# has multiple compilation issue, resolved for 1.1.8, bug #602990
=app-misc/pax-utils-1.1.7
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/prefix/darwin/
@ 2017-12-27 19:54 Fabian Groffen
0 siblings, 0 replies; 21+ messages in thread
From: Fabian Groffen @ 2017-12-27 19:54 UTC (permalink / raw
To: gentoo-commits
commit: d5a8980ee82290dab2d0d01aadc3ce6e3f0e875d
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 27 19:54:05 2017 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Wed Dec 27 19:54:05 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5a8980e
profiles/prefix/darwin/package.mask: remove libxslt mask
conditionalised the patch now
Bug: https://bugs.gentoo.org/642248
profiles/prefix/darwin/package.mask | 4 ----
1 file changed, 4 deletions(-)
diff --git a/profiles/prefix/darwin/package.mask b/profiles/prefix/darwin/package.mask
index 1ba079fa278..5f339ea021c 100644
--- a/profiles/prefix/darwin/package.mask
+++ b/profiles/prefix/darwin/package.mask
@@ -2,10 +2,6 @@
# Distributed under the terms of the GNU General Public License v2
-# Fabian Groffen <grobian@gentoo.org> (31 Oct 2017)
-# glibc-2.26 patch breaks for us
-=dev-libs/libxslt-1.1.30-r2
-
# Fabian Groffen <grobian@gentoo.org> (18 Dec 2016)
# has multiple compilation issue, resolved for 1.1.8, bug #602990
=app-misc/pax-utils-1.1.7
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/prefix/darwin/
@ 2017-12-30 11:49 Michał Górny
0 siblings, 0 replies; 21+ messages in thread
From: Michał Górny @ 2017-12-30 11:49 UTC (permalink / raw
To: gentoo-commits
commit: 241cd2a3c92e05bdd3d29d7f74920560b7bc648e
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 30 11:03:26 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Dec 30 11:49:31 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=241cd2a3
profiles/prefix/darwin: Remove obsolete package masks
profiles/prefix/darwin/package.mask | 25 -------------------------
1 file changed, 25 deletions(-)
diff --git a/profiles/prefix/darwin/package.mask b/profiles/prefix/darwin/package.mask
index 5f339ea021c..ef90eac4fac 100644
--- a/profiles/prefix/darwin/package.mask
+++ b/profiles/prefix/darwin/package.mask
@@ -6,29 +6,12 @@
# has multiple compilation issue, resolved for 1.1.8, bug #602990
=app-misc/pax-utils-1.1.7
-# Fabian Groffen <grobian@gentoo.org> (10 Sep 2016)
-# revbump for adding libcxx dependency, which we already have, so avoid
-# the hassle
-=sys-devel/llvm-3.8.1-r2
-
# 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, 3.7 and 3.8 compile just fine
=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
-
-# 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
-
# Fabian Groffen <grobian@gentoo.org> (14 Jan 2014)
# util-linux has no business on Darwin systems
sys-apps/util-linux
@@ -55,14 +38,6 @@ sys-apps/pciutils
# preferred
media-libs/mesa
-
-# Fabian Groffen <grobian@gentoo.org> (27 Oct 2009)
-# Fails compiling due to some missing dwarf symbols and internal
-# segfaults
-~sys-devel/gcc-4.4.2
-~sys-devel/gcc-4.4.3
-~sys-devel/gcc-4.4.4
-
# Elias Pipping <pipping@gentoo.org> (09 Oct 2007)
# darwin-miscutils are only available on darwin
-sys-apps/darwin-miscutils
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/prefix/darwin/
@ 2018-08-18 8:35 Andreas Sturmlechner
0 siblings, 0 replies; 21+ messages in thread
From: Andreas Sturmlechner @ 2018-08-18 8:35 UTC (permalink / raw
To: gentoo-commits
commit: e362236bd6b7a0b7ad550cc3e5db502f56a301f2
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 17 19:17:01 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Aug 18 08:34:44 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e362236b
profiles: prefix: Cleanup obsolete media-video/vlc package.use.mask
profiles/prefix/darwin/package.use.mask | 4 ----
1 file changed, 4 deletions(-)
diff --git a/profiles/prefix/darwin/package.use.mask b/profiles/prefix/darwin/package.use.mask
index dc46d3335f6..5c1cfd747f9 100644
--- a/profiles/prefix/darwin/package.use.mask
+++ b/profiles/prefix/darwin/package.use.mask
@@ -25,10 +25,6 @@ media-gfx/tachyon mpi
# gdb server is not supported on this platform
sys-devel/gdb server
-# Fabian Groffen <grobian@gentoo.org> (16 Feb 2011)
-# De-mask of OSX-specific USE-flags that are useful for VLC
-media-video/vlc -audioqueue -macosx-dialog-provider -macosx-eyetv -macosx-quartztext
-
# Fabian Groffen <grobian@gentoo.org> (08 Jan 2011)
# Darwin has libuuid from util-linux
x11-libs/libSM -uuid
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/prefix/darwin/
@ 2020-11-30 15:05 Sam James
0 siblings, 0 replies; 21+ messages in thread
From: Sam James @ 2020-11-30 15:05 UTC (permalink / raw
To: gentoo-commits
commit: b84c936a10d98389a576368db4351fc0e9cd8134
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 30 15:04:03 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Nov 30 15:05:14 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b84c936a
profiles/prefix/darwin/package.use: set dev-libs/gmime[-vala]
Signed-off-by: Sam James <sam <AT> gentoo.org>
profiles/prefix/darwin/package.use | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/profiles/prefix/darwin/package.use b/profiles/prefix/darwin/package.use
new file mode 100644
index 00000000000..e3c75ca4bc0
--- /dev/null
+++ b/profiles/prefix/darwin/package.use
@@ -0,0 +1,8 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# Sam James <sam@gentoo.org> (2020-11-30)
+# Undo +vala which drags in introspection
+# We don't (yet?) have introspection support here
+# (Avoid users having to turn it off)
+dev-libs/gmime -vala
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/prefix/darwin/
@ 2020-12-01 12:03 Sam James
0 siblings, 0 replies; 21+ messages in thread
From: Sam James @ 2020-12-01 12:03 UTC (permalink / raw
To: gentoo-commits
commit: d39d96b5d8696e913d15bf8ae8cd26c0b0bf83c9
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 1 12:02:45 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Dec 1 12:03:08 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d39d96b5
profiles/prefix/darwin/package.mask: mask dev-db/qdbm bindings
Signed-off-by: Sam James <sam <AT> gentoo.org>
profiles/prefix/darwin/package.use.mask | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/profiles/prefix/darwin/package.use.mask b/profiles/prefix/darwin/package.use.mask
index 8cf6f41b007..4b41e3402a5 100644
--- a/profiles/prefix/darwin/package.use.mask
+++ b/profiles/prefix/darwin/package.use.mask
@@ -1,6 +1,10 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
+# Sam James <sam@gentoo.org> (2020-12-01)
+# Needs more work to make bindings build
+dev-db/qdbm java perl ruby
+
# Fabian Groffen <grobian@gentoo.org> (2016-04-06)
# dev-libs/re2 needs love, bug #563932
app-misc/sphinx re2
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/prefix/darwin/
@ 2021-02-06 7:46 Joonas Niilola
0 siblings, 0 replies; 21+ messages in thread
From: Joonas Niilola @ 2021-02-06 7:46 UTC (permalink / raw
To: gentoo-commits
commit: 4b32d8ead344ebae1daf3058c72b2c97a0aef806
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 6 07:26:20 2021 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat Feb 6 07:26:20 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b32d8ea
profiles/prefix/darwin: remove old use.mask
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
profiles/prefix/darwin/package.use.mask | 4 ----
1 file changed, 4 deletions(-)
diff --git a/profiles/prefix/darwin/package.use.mask b/profiles/prefix/darwin/package.use.mask
index e99219cedba..eb3e4c4d148 100644
--- a/profiles/prefix/darwin/package.use.mask
+++ b/profiles/prefix/darwin/package.use.mask
@@ -17,10 +17,6 @@ net-misc/mosh utempter
# Avoid pulling in broken and unnecessary ossp-uuid, bug #324527
dev-db/postgresql uuid
-# Christoph Junghans <junghans@gentoo.org> (2012-08-26)
-# libutempter support does not work on Darwin (bug #388791)
-x11-terms/eterm utempter
-
# Fabian Groffen <grobian@gentoo.org> (2012-03-24)
# There's no upstream support for MPI on Darwin
media-gfx/tachyon mpi
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/prefix/darwin/
@ 2021-04-06 14:46 Ulrich Müller
0 siblings, 0 replies; 21+ messages in thread
From: Ulrich Müller @ 2021-04-06 14:46 UTC (permalink / raw
To: gentoo-commits
commit: f3997739d5a316efafca60f364af0b2229410189
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 2 14:44:52 2021 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Tue Apr 6 14:46:06 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3997739
profiles/prefix/darwin: Don't modify USE_EXPAND in subprofile
Policy reference:
https://devmanual.gentoo.org/general-concepts/use-flags/index.html#use_expand-and-arch-use-flags
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
profiles/prefix/darwin/make.defaults | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/profiles/prefix/darwin/make.defaults b/profiles/prefix/darwin/make.defaults
index 57e1bb0fd54..a6358c79d4b 100644
--- a/profiles/prefix/darwin/make.defaults
+++ b/profiles/prefix/darwin/make.defaults
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# System-wide defaults for all Darwin profiles
@@ -11,8 +11,5 @@ KERNEL="Darwin"
# strip isn't GNU
FEATURES="nostrip"
-# ALSA + Darwin != working
-USE_EXPAND="-ALSA_CARDS"
-
# This is the sort of equivalent of --as-needed
LDFLAGS="-Wl,-dead_strip_dylibs"
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/prefix/darwin/
@ 2023-05-03 7:22 Fabian Groffen
0 siblings, 0 replies; 21+ messages in thread
From: Fabian Groffen @ 2023-05-03 7:22 UTC (permalink / raw
To: gentoo-commits
commit: 45a73952accbf6a52eea539cc7f5f1a59bf786a7
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Wed May 3 07:21:46 2023 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Wed May 3 07:22:43 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45a73952
profiles/prefix/darwin/package.use.mask: mask USE=elf for glib
Darwin is not an ELF target and deps aren't keyworded/available here.
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
profiles/prefix/darwin/package.use.mask | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/profiles/prefix/darwin/package.use.mask b/profiles/prefix/darwin/package.use.mask
index 70aa17d0cb7c..40dcb8932b8d 100644
--- a/profiles/prefix/darwin/package.use.mask
+++ b/profiles/prefix/darwin/package.use.mask
@@ -1,6 +1,10 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
+# Fabian Groffen <grobian@gentoo.org> (2023-05-03)
+# Darwin is Mach-O, so ELF stuff is not useful here and missing deps
+dev-libs/glib elf
+
# Sam James <sam@gentoo.org> (2020-12-01)
# Needs more work to make bindings build
dev-db/qdbm java perl ruby
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/prefix/darwin/
@ 2023-07-19 9:18 Benda XU
0 siblings, 0 replies; 21+ messages in thread
From: Benda XU @ 2023-07-19 9:18 UTC (permalink / raw
To: gentoo-commits
commit: 391d1405b34df659dc01fc6ecb4f8522bc09d39a
Author: Benda Xu <heroxbd <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 19 09:17:03 2023 +0000
Commit: Benda XU <heroxbd <AT> gentoo <DOT> org>
CommitDate: Wed Jul 19 09:17:57 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=391d1405
profiles/prefix/darwin: mask patchelf.
It is useless under Darwin, unless cross-compiling.
Signed-off-by: Benda Xu <heroxbd <AT> gentoo.org>
profiles/prefix/darwin/package.mask | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/profiles/prefix/darwin/package.mask b/profiles/prefix/darwin/package.mask
index 47b1d8ab9f58..732fdb8edf24 100644
--- a/profiles/prefix/darwin/package.mask
+++ b/profiles/prefix/darwin/package.mask
@@ -1,6 +1,10 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
+# Benda Xu <heroxbd@gentoo.org> (2023-07-19)
+# Darwin does not use ELF.
+dev-util/patchelf
+
# Fabian Groffen <grobian@gentoo.org> (2014-01-14)
# util-linux has no business on Darwin systems
sys-apps/util-linux
^ permalink raw reply related [flat|nested] 21+ messages in thread
end of thread, other threads:[~2023-07-19 9:18 UTC | newest]
Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-19 13:57 [gentoo-commits] repo/gentoo:master commit in: profiles/prefix/darwin/ Fabian Groffen
-- strict thread matches above, loose matches on Subject: below --
2023-07-19 9:18 Benda XU
2023-05-03 7:22 Fabian Groffen
2021-04-06 14:46 Ulrich Müller
2021-02-06 7:46 Joonas Niilola
2020-12-01 12:03 Sam James
2020-11-30 15:05 Sam James
2018-08-18 8:35 Andreas Sturmlechner
2017-12-30 11:49 Michał Górny
2017-12-27 19:54 Fabian Groffen
2017-10-31 17:27 Fabian Groffen
2017-06-12 13:05 Fabian Groffen
2016-12-18 10:47 Fabian Groffen
2016-09-10 8:29 Fabian Groffen
2016-08-19 11:28 Benda XU
2016-07-19 13:56 Fabian Groffen
2016-05-01 14:54 Fabian Groffen
2016-01-27 13:07 Fabian Groffen
2016-01-22 16:59 Fabian Groffen
2016-01-18 8:36 Fabian Groffen
2016-01-10 15:41 Fabian Groffen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox