public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: profiles/default/linux/musl/
@ 2017-12-13  3:27 Anthony G. Basile
  0 siblings, 0 replies; 8+ messages in thread
From: Anthony G. Basile @ 2017-12-13  3:27 UTC (permalink / raw
  To: gentoo-commits

commit:     fb8eefbddc000f2e40eac2dea34af97cee60ca56
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 13 03:27:17 2017 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Wed Dec 13 03:27:17 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb8eefbd

profiles: don't unmask pie for default/linux/musl

Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>

 profiles/default/linux/musl/package.use.mask | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/profiles/default/linux/musl/package.use.mask b/profiles/default/linux/musl/package.use.mask
index d66f247717f..9078b7c6192 100644
--- a/profiles/default/linux/musl/package.use.mask
+++ b/profiles/default/linux/musl/package.use.mask
@@ -1,10 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation.
 # Distributed under the terms of the GNU General Public License v2
 
-# Matthias Maier <tamiko@genoto.org> (11 May 2017)
-# masked in base, unmask for hardened/musl/
-sys-devel/gcc -pie
-
 # See bug #504200
 sys-devel/gcc sanitize
 


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/default/linux/musl/
@ 2018-01-12  2:43 Anthony G. Basile
  0 siblings, 0 replies; 8+ messages in thread
From: Anthony G. Basile @ 2018-01-12  2:43 UTC (permalink / raw
  To: gentoo-commits

commit:     071d5f069d47c6be066696120b2bf0b4a4a96aaa
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 12 02:43:17 2018 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Fri Jan 12 02:43:17 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=071d5f06

profiles: video_cards{i915,intel} work on musl

 profiles/default/linux/musl/use.mask | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/profiles/default/linux/musl/use.mask b/profiles/default/linux/musl/use.mask
index 4e935628268..d8d5f75fd37 100644
--- a/profiles/default/linux/musl/use.mask
+++ b/profiles/default/linux/musl/use.mask
@@ -4,3 +4,7 @@
 -elibc_musl
 elibc_uclibc
 elibc_glibc
+
+# video cards that work on musl
+-video_cards_i915
+-video_cards_intel


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/default/linux/musl/
@ 2018-01-12  8:35 Anthony G. Basile
  0 siblings, 0 replies; 8+ messages in thread
From: Anthony G. Basile @ 2018-01-12  8:35 UTC (permalink / raw
  To: gentoo-commits

commit:     7fdbe4ee6082319169d385ed7d4c8a01102a7f08
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 12 08:34:52 2018 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Fri Jan 12 08:34:52 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fdbe4ee

profiles: video_cards_{cirrus,virtualbox} work on musl

Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>

 profiles/default/linux/musl/use.mask | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/profiles/default/linux/musl/use.mask b/profiles/default/linux/musl/use.mask
index d8d5f75fd37..4ce1d685054 100644
--- a/profiles/default/linux/musl/use.mask
+++ b/profiles/default/linux/musl/use.mask
@@ -6,5 +6,7 @@ elibc_uclibc
 elibc_glibc
 
 # video cards that work on musl
+-video_cards_cirrus
 -video_cards_i915
 -video_cards_intel
+-video_cards_virtualbox


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/default/linux/musl/
@ 2018-01-16  0:48 Anthony G. Basile
  0 siblings, 0 replies; 8+ messages in thread
From: Anthony G. Basile @ 2018-01-16  0:48 UTC (permalink / raw
  To: gentoo-commits

commit:     2ca5795a02e9039994e6a994087e0c6e767f071a
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 16 00:48:30 2018 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Tue Jan 16 00:48:30 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ca5795a

profiles: mask et-misc/iputils[idn] on musl profiles

Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>

 profiles/default/linux/musl/package.use.mask | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/profiles/default/linux/musl/package.use.mask b/profiles/default/linux/musl/package.use.mask
index a1ebac8bd77..2bb6d0614b8 100644
--- a/profiles/default/linux/musl/package.use.mask
+++ b/profiles/default/linux/musl/package.use.mask
@@ -1,6 +1,9 @@
 # Copyright 1999-2015 Gentoo Foundation.
 # Distributed under the terms of the GNU General Public License v2
 
+# See bug #604542
+net-misc/iputils idn
+
 # See bug #504200
 sys-devel/gcc sanitize
 


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/default/linux/musl/
@ 2018-02-04 10:35 Anthony G. Basile
  0 siblings, 0 replies; 8+ messages in thread
From: Anthony G. Basile @ 2018-02-04 10:35 UTC (permalink / raw
  To: gentoo-commits

commit:     5b03e6df7b45db7ef1e3483b76499891d1b1eb3f
Author:     stefson <herrtimson <AT> yahoo <DOT> de>
AuthorDate: Sat Feb  3 22:06:21 2018 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sun Feb  4 10:34:44 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b03e6df

profiles: unmask USE=gpg for dev-vcs/gpg in old musl profiles

 profiles/default/linux/musl/package.use.mask | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/profiles/default/linux/musl/package.use.mask b/profiles/default/linux/musl/package.use.mask
index 2bb6d0614b8..76e6603a602 100644
--- a/profiles/default/linux/musl/package.use.mask
+++ b/profiles/default/linux/musl/package.use.mask
@@ -15,8 +15,5 @@ sys-devel/llvm sanitize
 sys-devel/gettext nls
 sys-fs/e2fsprogs nls
 
-# Broken
-dev-vcs/git gpg
-
 # See bug #576928
 media-libs/mesa nptl


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/default/linux/musl/
@ 2020-11-10 19:52 Jory Pratt
  0 siblings, 0 replies; 8+ messages in thread
From: Jory Pratt @ 2020-11-10 19:52 UTC (permalink / raw
  To: gentoo-commits

commit:     2abf7b18e945a1baee9b503cbc6650bf28c46f22
Author:     Jonathan Davies <jpds <AT> protonmail <DOT> com>
AuthorDate: Tue Nov 10 17:03:14 2020 +0000
Commit:     Jory Pratt <anarchy <AT> gentoo <DOT> org>
CommitDate: Tue Nov 10 19:52:18 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2abf7b18

musl profile: Disabled LLVM sanitizers as they do not work for now.

Closes: https://bugs.gentoo.org/753935
Closes: https://github.com/gentoo/gentoo/pull/18216

Signed-off-by: Jonathan Davies <jpds <AT> protonmail.com>
Signed-off-by: Jory Pratt <anarchy <AT> gentoo.org>

 profiles/default/linux/musl/package.use.mask | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/profiles/default/linux/musl/package.use.mask b/profiles/default/linux/musl/package.use.mask
index ed9d78166df..113ac0bd81a 100644
--- a/profiles/default/linux/musl/package.use.mask
+++ b/profiles/default/linux/musl/package.use.mask
@@ -7,6 +7,9 @@ net-misc/iputils idn
 # See bug #504200
 sys-devel/gcc sanitize
 
+# Disable sanitizers for LLVM, see bug #753935
+sys-devel/clang-runtime sanitize
+
 # These cause collisions with <libintl.h>
 # even with --without-included-gettext
 sys-devel/gettext nls


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/default/linux/musl/
@ 2022-08-11 20:54 James Le Cuirot
  0 siblings, 0 replies; 8+ messages in thread
From: James Le Cuirot @ 2022-08-11 20:54 UTC (permalink / raw
  To: gentoo-commits

commit:     cb515ece3c5b543114485ace989c2dc77196e65b
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 11 20:54:10 2022 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Thu Aug 11 20:54:10 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb515ece

profiles: Mask games-rpg/crosscode on musl

It requires dev-libs/nwjs, which is a binary package for glibc.

Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 profiles/default/linux/musl/package.mask | 1 +
 1 file changed, 1 insertion(+)

diff --git a/profiles/default/linux/musl/package.mask b/profiles/default/linux/musl/package.mask
index 1810992203ea..c90ad0cedaf6 100644
--- a/profiles/default/linux/musl/package.mask
+++ b/profiles/default/linux/musl/package.mask
@@ -62,6 +62,7 @@ games-puzzle/world-of-goo-hb
 games-roguelike/adom
 games-roguelike/neon-chrome
 games-rpg/costume-quest
+games-rpg/crosscode
 games-rpg/dear-esther
 games-rpg/dungeon-defenders
 games-rpg/eschalon-book-1-demo


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/default/linux/musl/
@ 2022-08-11 20:54 James Le Cuirot
  0 siblings, 0 replies; 8+ messages in thread
From: James Le Cuirot @ 2022-08-11 20:54 UTC (permalink / raw
  To: gentoo-commits

commit:     60b43025869dffe722b148276f6dfab4c8dc25fa
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 11 20:52:07 2022 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Thu Aug 11 20:52:07 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60b43025

profiles: Maks dev-libs/nwjs on musl

Binary package for glibc. Could be built from source but would take ages
and isn't worth the maintenance cost.

Closes: https://bugs.gentoo.org/864903
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 profiles/default/linux/musl/package.mask | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/profiles/default/linux/musl/package.mask b/profiles/default/linux/musl/package.mask
index 47955d113744..1810992203ea 100644
--- a/profiles/default/linux/musl/package.mask
+++ b/profiles/default/linux/musl/package.mask
@@ -77,6 +77,11 @@ games-strategy/knights-demo
 games-strategy/majesty-demo
 media-video/binkplayer
 
+# James Le Cuirot <chewi@gentoo.org> (2022-08-11)
+# Binary package for glibc. Could be built from source but would take ages and
+# isn't worth the maintenance cost.
+dev-libs/nwjs
+
 # Ian Stakenvicius, 2017-06-14
 # on behalf of mozilla@gentoo.org
 # Mask firefox-54 and above as it requires rust


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

end of thread, other threads:[~2022-08-11 20:54 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-10 19:52 [gentoo-commits] repo/gentoo:master commit in: profiles/default/linux/musl/ Jory Pratt
  -- strict thread matches above, loose matches on Subject: below --
2022-08-11 20:54 James Le Cuirot
2022-08-11 20:54 James Le Cuirot
2018-02-04 10:35 Anthony G. Basile
2018-01-16  0:48 Anthony G. Basile
2018-01-12  8:35 Anthony G. Basile
2018-01-12  2:43 Anthony G. Basile
2017-12-13  3:27 Anthony G. Basile

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