mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
112 lines
4.1 KiB
Diff
112 lines
4.1 KiB
Diff
https://github.com/arsv/perl-cross/pull/174
|
|
|
|
From a373a825324f809ae89a60322c38fe94af47da83 Mon Sep 17 00:00:00 2001
|
|
From: Francois Perrad <francois.perrad@gadz.org>
|
|
Date: Wed, 29 Apr 2026 12:43:32 +0200
|
|
Subject: [PATCH] patches for perl-5.42.2
|
|
|
|
---
|
|
cnf/diffs/perl5-5.42.2/constant.patch | 1 +
|
|
cnf/diffs/perl5-5.42.2/dynaloader.patch | 1 +
|
|
cnf/diffs/perl5-5.42.2/findext.patch | 1 +
|
|
cnf/diffs/perl5-5.42.2/installscripts.patch | 1 +
|
|
cnf/diffs/perl5-5.42.2/liblist.patch | 1 +
|
|
cnf/diffs/perl5-5.42.2/makemaker.patch | 1 +
|
|
cnf/diffs/perl5-5.42.2/posix-makefile.patch | 1 +
|
|
cnf/diffs/perl5-5.42.2/test-checkcase.patch | 1 +
|
|
cnf/diffs/perl5-5.42.2/test-makemaker.patch | 1 +
|
|
cnf/diffs/perl5-5.42.2/xconfig.patch | 1 +
|
|
10 files changed, 10 insertions(+)
|
|
create mode 120000 cnf/diffs/perl5-5.42.2/constant.patch
|
|
create mode 120000 cnf/diffs/perl5-5.42.2/dynaloader.patch
|
|
create mode 120000 cnf/diffs/perl5-5.42.2/findext.patch
|
|
create mode 120000 cnf/diffs/perl5-5.42.2/installscripts.patch
|
|
create mode 120000 cnf/diffs/perl5-5.42.2/liblist.patch
|
|
create mode 120000 cnf/diffs/perl5-5.42.2/makemaker.patch
|
|
create mode 120000 cnf/diffs/perl5-5.42.2/posix-makefile.patch
|
|
create mode 120000 cnf/diffs/perl5-5.42.2/test-checkcase.patch
|
|
create mode 120000 cnf/diffs/perl5-5.42.2/test-makemaker.patch
|
|
create mode 120000 cnf/diffs/perl5-5.42.2/xconfig.patch
|
|
|
|
diff --git a/cnf/diffs/perl5-5.42.2/constant.patch b/cnf/diffs/perl5-5.42.2/constant.patch
|
|
new file mode 120000
|
|
index 0000000..065e198
|
|
--- /dev/null
|
|
+++ b/cnf/diffs/perl5-5.42.2/constant.patch
|
|
@@ -0,0 +1 @@
|
|
+../perl5-5.22.3/constant.patch
|
|
\ No newline at end of file
|
|
diff --git a/cnf/diffs/perl5-5.42.2/dynaloader.patch b/cnf/diffs/perl5-5.42.2/dynaloader.patch
|
|
new file mode 120000
|
|
index 0000000..ffb73eb
|
|
--- /dev/null
|
|
+++ b/cnf/diffs/perl5-5.42.2/dynaloader.patch
|
|
@@ -0,0 +1 @@
|
|
+../perl5-5.22.3/dynaloader.patch
|
|
\ No newline at end of file
|
|
diff --git a/cnf/diffs/perl5-5.42.2/findext.patch b/cnf/diffs/perl5-5.42.2/findext.patch
|
|
new file mode 120000
|
|
index 0000000..9efbe5b
|
|
--- /dev/null
|
|
+++ b/cnf/diffs/perl5-5.42.2/findext.patch
|
|
@@ -0,0 +1 @@
|
|
+../perl5-5.22.3/findext.patch
|
|
\ No newline at end of file
|
|
diff --git a/cnf/diffs/perl5-5.42.2/installscripts.patch b/cnf/diffs/perl5-5.42.2/installscripts.patch
|
|
new file mode 120000
|
|
index 0000000..1c05e0f
|
|
--- /dev/null
|
|
+++ b/cnf/diffs/perl5-5.42.2/installscripts.patch
|
|
@@ -0,0 +1 @@
|
|
+../perl5-5.36.0/installscripts.patch
|
|
\ No newline at end of file
|
|
diff --git a/cnf/diffs/perl5-5.42.2/liblist.patch b/cnf/diffs/perl5-5.42.2/liblist.patch
|
|
new file mode 120000
|
|
index 0000000..5037380
|
|
--- /dev/null
|
|
+++ b/cnf/diffs/perl5-5.42.2/liblist.patch
|
|
@@ -0,0 +1 @@
|
|
+../perl5-5.42.0/liblist.patch
|
|
\ No newline at end of file
|
|
diff --git a/cnf/diffs/perl5-5.42.2/makemaker.patch b/cnf/diffs/perl5-5.42.2/makemaker.patch
|
|
new file mode 120000
|
|
index 0000000..d7bd609
|
|
--- /dev/null
|
|
+++ b/cnf/diffs/perl5-5.42.2/makemaker.patch
|
|
@@ -0,0 +1 @@
|
|
+../perl5-5.38.0/makemaker.patch
|
|
\ No newline at end of file
|
|
diff --git a/cnf/diffs/perl5-5.42.2/posix-makefile.patch b/cnf/diffs/perl5-5.42.2/posix-makefile.patch
|
|
new file mode 120000
|
|
index 0000000..29463b7
|
|
--- /dev/null
|
|
+++ b/cnf/diffs/perl5-5.42.2/posix-makefile.patch
|
|
@@ -0,0 +1 @@
|
|
+../perl5-5.22.3/posix-makefile.patch
|
|
\ No newline at end of file
|
|
diff --git a/cnf/diffs/perl5-5.42.2/test-checkcase.patch b/cnf/diffs/perl5-5.42.2/test-checkcase.patch
|
|
new file mode 120000
|
|
index 0000000..36c5186
|
|
--- /dev/null
|
|
+++ b/cnf/diffs/perl5-5.42.2/test-checkcase.patch
|
|
@@ -0,0 +1 @@
|
|
+../perl5-5.22.3/test-checkcase.patch
|
|
\ No newline at end of file
|
|
diff --git a/cnf/diffs/perl5-5.42.2/test-makemaker.patch b/cnf/diffs/perl5-5.42.2/test-makemaker.patch
|
|
new file mode 120000
|
|
index 0000000..4e970ff
|
|
--- /dev/null
|
|
+++ b/cnf/diffs/perl5-5.42.2/test-makemaker.patch
|
|
@@ -0,0 +1 @@
|
|
+../perl5-5.34.0/test-makemaker.patch
|
|
\ No newline at end of file
|
|
diff --git a/cnf/diffs/perl5-5.42.2/xconfig.patch b/cnf/diffs/perl5-5.42.2/xconfig.patch
|
|
new file mode 120000
|
|
index 0000000..87ac501
|
|
--- /dev/null
|
|
+++ b/cnf/diffs/perl5-5.42.2/xconfig.patch
|
|
@@ -0,0 +1 @@
|
|
+../perl5-5.42.0/xconfig.patch
|
|
\ No newline at end of file
|
|
|