public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/elt-patches:master commit in: patches/darwin20-conf/
@ 2021-08-27 15:11 Fabian Groffen
  0 siblings, 0 replies; 6+ messages in thread
From: Fabian Groffen @ 2021-08-27 15:11 UTC (permalink / raw
  To: gentoo-commits

commit:     cc1b9eb5d33b6773e7648810d811ab8898a06745
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 27 15:11:29 2021 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Fri Aug 27 15:11:29 2021 +0000
URL:        https://gitweb.gentoo.org/proj/elt-patches.git/commit/?id=cc1b9eb5

darwin20-conf: add variant for libtool 2.2.7(a)

Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>

 patches/darwin20-conf/2.2.7 | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/patches/darwin20-conf/2.2.7 b/patches/darwin20-conf/2.2.7
new file mode 100644
index 0000000..3f667be
--- /dev/null
+++ b/patches/darwin20-conf/2.2.7
@@ -0,0 +1,13 @@
+macOS Big Sur is 11.0, Darwin 20, after a long line of 10.X releases.
+
+--- configure
++++ configure
+@@ -8121,7 +8121,7 @@
+ 	  _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
+ 	10.[012][,.]*)
+ 	  _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
+-	10.*)
++	10.*|11.*)
+ 	  _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
+       esac
+     ;;


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

* [gentoo-commits] proj/elt-patches:master commit in: patches/darwin20-conf/
@ 2021-11-04 23:08 Sam James
  0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2021-11-04 23:08 UTC (permalink / raw
  To: gentoo-commits

commit:     94cb4ce2ce4ca7d9e8acf512d8971b4b80b1a146
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Nov  4 23:05:34 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Nov  4 23:05:34 2021 +0000
URL:        https://gitweb.gentoo.org/proj/elt-patches.git/commit/?id=94cb4ce2

darwin20-conf: add Darwin 21 (macOS Monterey)

Signed-off-by: Sam James <sam <AT> gentoo.org>

 patches/darwin20-conf/2.2.7 | 4 ++--
 patches/darwin20-conf/2.4.6 | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/patches/darwin20-conf/2.2.7 b/patches/darwin20-conf/2.2.7
index 3f667be..6666fda 100644
--- a/patches/darwin20-conf/2.2.7
+++ b/patches/darwin20-conf/2.2.7
@@ -1,5 +1,5 @@
 macOS Big Sur is 11.0, Darwin 20, after a long line of 10.X releases.
-
+macOS Monterey is 12.0.
 --- configure
 +++ configure
 @@ -8121,7 +8121,7 @@
@@ -7,7 +7,7 @@ macOS Big Sur is 11.0, Darwin 20, after a long line of 10.X releases.
  	10.[012][,.]*)
  	  _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
 -	10.*)
-+	10.*|11.*)
++	10.*|11.*|12.*)
  	  _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
        esac
      ;;

diff --git a/patches/darwin20-conf/2.4.6 b/patches/darwin20-conf/2.4.6
index 2a296a4..7285490 100644
--- a/patches/darwin20-conf/2.4.6
+++ b/patches/darwin20-conf/2.4.6
@@ -1,5 +1,5 @@
 macOS Big Sur is 11.0, Darwin 20, after a long line of 10.X releases.
-
+macOS Monterey is 12.0.
 --- configure
 +++ configure
 @@ -1076,7 +1076,7 @@
@@ -7,7 +7,7 @@ macOS Big Sur is 11.0, Darwin 20, after a long line of 10.X releases.
  	10.[[012]][[,.]]*)
  	  _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;;
 -	10.*)
-+	10.*|11.*)
++	10.*|11.*|12.*)
  	  _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;;
        esac
      ;;


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

* [gentoo-commits] proj/elt-patches:master commit in: patches/darwin20-conf/
@ 2022-08-30 23:50 Sam James
  0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2022-08-30 23:50 UTC (permalink / raw
  To: gentoo-commits

commit:     44b8aa487e75a0e23b20cea4d218d6d3db727ef6
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 30 20:00:35 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Aug 30 23:50:28 2022 +0000
URL:        https://gitweb.gentoo.org/proj/elt-patches.git/commit/?id=44b8aa48

darwin20-conf: add variant for 2.4.6

Noticed with libxml2.

Signed-off-by: Sam James <sam <AT> gentoo.org>

 patches/darwin20-conf/2.4.6 | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/patches/darwin20-conf/2.4.6 b/patches/darwin20-conf/2.4.6
index 7285490..2d4518a 100644
--- a/patches/darwin20-conf/2.4.6
+++ b/patches/darwin20-conf/2.4.6
@@ -11,3 +11,14 @@ macOS Monterey is 12.0.
  	  _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;;
        esac
      ;;
+--- configure
++++ configure
+@@ -8949,7 +8949,7 @@ printf "%s\n" "$lt_cv_ld_force_load" >&6; }
+ 	  _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;;
+ 	10.[012][,.]*)
+ 	  _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;;
+-	10.*|11.*)
++	10.*|11.*|12.*)
+ 	  _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;;
+       esac
+     ;;


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

* [gentoo-commits] proj/elt-patches:master commit in: patches/darwin20-conf/
@ 2022-08-30 23:50 Sam James
  0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2022-08-30 23:50 UTC (permalink / raw
  To: gentoo-commits

commit:     5a6f764631151b8cbfb2cd81c10bcbe3222673e5
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 30 20:04:54 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Aug 30 23:50:28 2022 +0000
URL:        https://gitweb.gentoo.org/proj/elt-patches.git/commit/?id=5a6f7646

darwin20-conf: change regex for future releases

Signed-off-by: Sam James <sam <AT> gentoo.org>

 patches/darwin20-conf/2.2.7 | 2 +-
 patches/darwin20-conf/2.4.6 | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/patches/darwin20-conf/2.2.7 b/patches/darwin20-conf/2.2.7
index 6666fda..939b305 100644
--- a/patches/darwin20-conf/2.2.7
+++ b/patches/darwin20-conf/2.2.7
@@ -7,7 +7,7 @@ macOS Monterey is 12.0.
  	10.[012][,.]*)
  	  _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
 -	10.*)
-+	10.*|11.*|12.*)
++	1[0-9].*)
  	  _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
        esac
      ;;

diff --git a/patches/darwin20-conf/2.4.6 b/patches/darwin20-conf/2.4.6
index 2d4518a..0932eae 100644
--- a/patches/darwin20-conf/2.4.6
+++ b/patches/darwin20-conf/2.4.6
@@ -7,7 +7,7 @@ macOS Monterey is 12.0.
  	10.[[012]][[,.]]*)
  	  _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;;
 -	10.*)
-+	10.*|11.*|12.*)
++	1[0-9].*)
  	  _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;;
        esac
      ;;
@@ -18,7 +18,7 @@ macOS Monterey is 12.0.
  	10.[012][,.]*)
  	  _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;;
 -	10.*|11.*)
-+	10.*|11.*|12.*)
++	1[0-9].*)
  	  _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;;
        esac
      ;;


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

* [gentoo-commits] proj/elt-patches:master commit in: patches/darwin20-conf/
@ 2022-08-30 23:54 Sam James
  0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2022-08-30 23:54 UTC (permalink / raw
  To: gentoo-commits

commit:     285bc8a90bd1cb60a8e7c7097d5ef1e46b68248c
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 30 23:48:13 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Aug 30 23:53:54 2022 +0000
URL:        https://gitweb.gentoo.org/proj/elt-patches.git/commit/?id=285bc8a9

darwin20-conf: split 2.4.6 into two

Apparently doesn't apply properly (skips second hunk?) otherwise.

Signed-off-by: Sam James <sam <AT> gentoo.org>

 patches/darwin20-conf/2.4.6                | 11 -----------
 patches/darwin20-conf/{2.4.6 => 2.4.6-alt} | 11 -----------
 2 files changed, 22 deletions(-)

diff --git a/patches/darwin20-conf/2.4.6 b/patches/darwin20-conf/2.4.6
index 0932eae..7bfb3bb 100644
--- a/patches/darwin20-conf/2.4.6
+++ b/patches/darwin20-conf/2.4.6
@@ -11,14 +11,3 @@ macOS Monterey is 12.0.
  	  _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;;
        esac
      ;;
---- configure
-+++ configure
-@@ -8949,7 +8949,7 @@ printf "%s\n" "$lt_cv_ld_force_load" >&6; }
- 	  _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;;
- 	10.[012][,.]*)
- 	  _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;;
--	10.*|11.*)
-+	1[0-9].*)
- 	  _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;;
-       esac
-     ;;

diff --git a/patches/darwin20-conf/2.4.6 b/patches/darwin20-conf/2.4.6-alt
similarity index 58%
copy from patches/darwin20-conf/2.4.6
copy to patches/darwin20-conf/2.4.6-alt
index 0932eae..3454602 100644
--- a/patches/darwin20-conf/2.4.6
+++ b/patches/darwin20-conf/2.4.6-alt
@@ -2,17 +2,6 @@ macOS Big Sur is 11.0, Darwin 20, after a long line of 10.X releases.
 macOS Monterey is 12.0.
 --- configure
 +++ configure
-@@ -1076,7 +1076,7 @@
- 	  _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;;
- 	10.[[012]][[,.]]*)
- 	  _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;;
--	10.*)
-+	1[0-9].*)
- 	  _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;;
-       esac
-     ;;
---- configure
-+++ configure
 @@ -8949,7 +8949,7 @@ printf "%s\n" "$lt_cv_ld_force_load" >&6; }
  	  _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;;
  	10.[012][,.]*)


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

* [gentoo-commits] proj/elt-patches:master commit in: patches/darwin20-conf/
@ 2024-01-14 17:34 Sam James
  0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2024-01-14 17:34 UTC (permalink / raw
  To: gentoo-commits

commit:     19ec97cbe1ccddfd1571e48f68b16d18f80486cc
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 14 17:34:28 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jan 14 17:34:41 2024 +0000
URL:        https://gitweb.gentoo.org/proj/elt-patches.git/commit/?id=19ec97cb

patches: darwin20-conf: add upstream references

Bug: https://bugs.gnu.org/44605
Signed-off-by: Sam James <sam <AT> gentoo.org>

 patches/darwin20-conf/2.2.7     | 3 +++
 patches/darwin20-conf/2.4.6     | 3 +++
 patches/darwin20-conf/2.4.6-alt | 3 +++
 3 files changed, 9 insertions(+)

diff --git a/patches/darwin20-conf/2.2.7 b/patches/darwin20-conf/2.2.7
index 939b305..3af0b29 100644
--- a/patches/darwin20-conf/2.2.7
+++ b/patches/darwin20-conf/2.2.7
@@ -1,3 +1,6 @@
+https://bugs.gnu.org/44605
+https://git.savannah.gnu.org/cgit/libtool.git/commit/?id=9e8c882517082fe5755f2524d23efb02f1522490
+
 macOS Big Sur is 11.0, Darwin 20, after a long line of 10.X releases.
 macOS Monterey is 12.0.
 --- configure

diff --git a/patches/darwin20-conf/2.4.6 b/patches/darwin20-conf/2.4.6
index 7bfb3bb..4eb08ff 100644
--- a/patches/darwin20-conf/2.4.6
+++ b/patches/darwin20-conf/2.4.6
@@ -1,3 +1,6 @@
+https://bugs.gnu.org/44605
+https://git.savannah.gnu.org/cgit/libtool.git/commit/?id=9e8c882517082fe5755f2524d23efb02f1522490
+
 macOS Big Sur is 11.0, Darwin 20, after a long line of 10.X releases.
 macOS Monterey is 12.0.
 --- configure

diff --git a/patches/darwin20-conf/2.4.6-alt b/patches/darwin20-conf/2.4.6-alt
index 3454602..1e819ab 100644
--- a/patches/darwin20-conf/2.4.6-alt
+++ b/patches/darwin20-conf/2.4.6-alt
@@ -1,3 +1,6 @@
+https://bugs.gnu.org/44605
+https://git.savannah.gnu.org/cgit/libtool.git/commit/?id=9e8c882517082fe5755f2524d23efb02f1522490
+
 macOS Big Sur is 11.0, Darwin 20, after a long line of 10.X releases.
 macOS Monterey is 12.0.
 --- configure


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

end of thread, other threads:[~2024-01-14 17:34 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-30 23:50 [gentoo-commits] proj/elt-patches:master commit in: patches/darwin20-conf/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2024-01-14 17:34 Sam James
2022-08-30 23:54 Sam James
2022-08-30 23:50 Sam James
2021-11-04 23:08 Sam James
2021-08-27 15:11 Fabian Groffen

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