From 3aaaede7b2b1f91c7f69674d56ae9a49b9dc8cb3 Mon Sep 17 00:00:00 2001 From: Marcel Denia Date: Fri, 25 Sep 2015 08:26:58 +0200 Subject: [PATCH] perl: Reorganize patches The old scheme didn't make any sense...not that there was a scheme really. Signed-off-by: Marcel Denia --- lang/perl/README.patches | 9 +++++++++ .../{100-musl-compat.patch => 010-musl-compat.patch} | 0 ... => 020-host-libc-dir-moved-debian+derivatives.patch} | 0 ... => 100-fix-cross-compile-endianness-detection.patch} | 0 ..._use_miniperl.patch => 110-always_use_miniperl.patch} | 0 ...0-add-relink-hack.patch => 300-add-relink-hack.patch} | 0 ... => 700-tie_fetch_count_t-handle_missing_crypt.patch} | 0 ...x.patch => 710-threads_join-skip_ps_on_busybox.patch} | 0 8 files changed, 9 insertions(+) create mode 100644 lang/perl/README.patches rename lang/perl/patches/{100-musl-compat.patch => 010-musl-compat.patch} (100%) rename lang/perl/patches/{200-host-libc-dir-moved-debian+derivatives.patch => 020-host-libc-dir-moved-debian+derivatives.patch} (100%) rename lang/perl/patches/{101-fix-cross-compile-endianness-detection.patch => 100-fix-cross-compile-endianness-detection.patch} (100%) rename lang/perl/patches/{300-always_use_miniperl.patch => 110-always_use_miniperl.patch} (100%) rename lang/perl/patches/{500-add-relink-hack.patch => 300-add-relink-hack.patch} (100%) rename lang/perl/patches/{600-tie_fetch_count_t-handle_missing_crypt.patch => 700-tie_fetch_count_t-handle_missing_crypt.patch} (100%) rename lang/perl/patches/{700-threads_join-skip_ps_on_busybox.patch => 710-threads_join-skip_ps_on_busybox.patch} (100%) diff --git a/lang/perl/README.patches b/lang/perl/README.patches new file mode 100644 index 0000000000..5f3b5951d9 --- /dev/null +++ b/lang/perl/README.patches @@ -0,0 +1,9 @@ +The patches in this package are loosely sorted into the following categories: + +0xx - Bugfixes +1xx - Cross-compile fixes +3xx - Workarounds +7xx - Testsuite fixes + +Feel free to add another one if your new patch doesn't seem to fit into an +existing category. \ No newline at end of file diff --git a/lang/perl/patches/100-musl-compat.patch b/lang/perl/patches/010-musl-compat.patch similarity index 100% rename from lang/perl/patches/100-musl-compat.patch rename to lang/perl/patches/010-musl-compat.patch diff --git a/lang/perl/patches/200-host-libc-dir-moved-debian+derivatives.patch b/lang/perl/patches/020-host-libc-dir-moved-debian+derivatives.patch similarity index 100% rename from lang/perl/patches/200-host-libc-dir-moved-debian+derivatives.patch rename to lang/perl/patches/020-host-libc-dir-moved-debian+derivatives.patch diff --git a/lang/perl/patches/101-fix-cross-compile-endianness-detection.patch b/lang/perl/patches/100-fix-cross-compile-endianness-detection.patch similarity index 100% rename from lang/perl/patches/101-fix-cross-compile-endianness-detection.patch rename to lang/perl/patches/100-fix-cross-compile-endianness-detection.patch diff --git a/lang/perl/patches/300-always_use_miniperl.patch b/lang/perl/patches/110-always_use_miniperl.patch similarity index 100% rename from lang/perl/patches/300-always_use_miniperl.patch rename to lang/perl/patches/110-always_use_miniperl.patch diff --git a/lang/perl/patches/500-add-relink-hack.patch b/lang/perl/patches/300-add-relink-hack.patch similarity index 100% rename from lang/perl/patches/500-add-relink-hack.patch rename to lang/perl/patches/300-add-relink-hack.patch diff --git a/lang/perl/patches/600-tie_fetch_count_t-handle_missing_crypt.patch b/lang/perl/patches/700-tie_fetch_count_t-handle_missing_crypt.patch similarity index 100% rename from lang/perl/patches/600-tie_fetch_count_t-handle_missing_crypt.patch rename to lang/perl/patches/700-tie_fetch_count_t-handle_missing_crypt.patch diff --git a/lang/perl/patches/700-threads_join-skip_ps_on_busybox.patch b/lang/perl/patches/710-threads_join-skip_ps_on_busybox.patch similarity index 100% rename from lang/perl/patches/700-threads_join-skip_ps_on_busybox.patch rename to lang/perl/patches/710-threads_join-skip_ps_on_busybox.patch