From da11c40e3767377bfab4614321b712668129b772 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrius=20=C5=A0tikonas?= Date: Sat, 18 Feb 2023 11:07:17 +0800 Subject: [PATCH] Move automake-1.11.2 to sysa. --- parts.rst | 12 ++++++------ sysa/SHA256SUMS.pkgs | 2 +- {sysc => sysa}/automake-1.11.2/automake-1.11.2.sh | 4 ++-- .../automake-1.11.2/patches/aclocal_glob.patch | 0 sysa/automake-1.11.2/sources | 1 + sysa/run.sh | 2 ++ sysc/automake-1.11.2/sources | 1 - sysc/init | 2 +- sysc/run2.sh | 2 -- sysc/xz-5.0.5/xz-5.0.5.sh | 2 +- 10 files changed, 14 insertions(+), 14 deletions(-) rename {sysc => sysa}/automake-1.11.2/automake-1.11.2.sh (90%) rename {sysc => sysa}/automake-1.11.2/patches/aclocal_glob.patch (100%) create mode 100644 sysa/automake-1.11.2/sources delete mode 100644 sysc/automake-1.11.2/sources diff --git a/parts.rst b/parts.rst index ded473c..5562886 100644 --- a/parts.rst +++ b/parts.rst @@ -541,6 +541,12 @@ autoconf 2.64 Slightly newer version of GNU Autoconf. At this stage Autoconf is mostly backwards compatible but newer versions need newer ``automake``. +automake 1.11.2 +=============== + +GNU Automake from 1.11 series. This is not the latest point release as newer ones +need Autoconf 2.68. + libtool 1.4 =========== @@ -694,12 +700,6 @@ XZ Utils is a set of free software command-line lossless data compressors, including lzma and xz. In most cases, xz achieves higher compression rates than alternatives like gzip and bzip2. -automake 1.11.2 -=============== - -GNU Automake from 1.11 series. This is not the latest point release as newer ones -need Autoconf 2.68. - file 5.44 ========= diff --git a/sysa/SHA256SUMS.pkgs b/sysa/SHA256SUMS.pkgs index 3f48707..2c7e9b4 100644 --- a/sysa/SHA256SUMS.pkgs +++ b/sysa/SHA256SUMS.pkgs @@ -14,7 +14,7 @@ d5fcce4baea5e11f983a7e4b7148545ab6720bb4e010898c73387f6711be67f4 autoconf-2.64_ 6ff691e3ddd4f3d1796d28b07a2a96691dbd9801844c99ccbe660da59dabd74b autoconf-archive-2021.02.19_0.tar.bz2 423502989faf6e752f8e84afa7166c66067c0d1264b549323e5bcc8d983dadc1 autogen-5.18.16_0.tar.bz2 02a426e82a52d4a2cd7e73fe3dc5a2c58b3ed100f24a92c57e42511fd86e247c automake-1.10.3_0.tar.bz2 -7014bcba2fc112f3c22129a69b32dd3939eac97267d0ee271aa35853fdeee9fe automake-1.11.2_0.tar.bz2 +34925adeaa2876a5e068adeb17b71fe7c7105244c3cb5439d33f7406310674da automake-1.11.2_0.tar.bz2 a7bd12bd0c639783ce1c0e9f640cf004a87460bbda8154bc550c5e6884457b48 automake-1.15.1_0.tar.bz2 57100612d902537b72ee2fd3dfecc903f2ea3959f1a480af87c6a1ef9a9d7c03 automake-1.16.3_0.tar.bz2 ffdc0060708c37924ebac9dd6f1ce68602c5f39727fc7cd9d40115da847325d6 automake-1.4-p6_0.tar.bz2 diff --git a/sysc/automake-1.11.2/automake-1.11.2.sh b/sysa/automake-1.11.2/automake-1.11.2.sh similarity index 90% rename from sysc/automake-1.11.2/automake-1.11.2.sh rename to sysa/automake-1.11.2/automake-1.11.2.sh index 2ff95d5..4f6302a 100755 --- a/sysc/automake-1.11.2/automake-1.11.2.sh +++ b/sysa/automake-1.11.2/automake-1.11.2.sh @@ -10,7 +10,7 @@ src_prepare() { # Building doc often causes race conditions, skip it awk '/SUBDIRS/{sub("doc ", "", $0)} {print}' Makefile.am > Makefile.am.tmp - mv Makefile.am{.tmp,} + mv Makefile.am.tmp Makefile.am AUTOCONF=autoconf-2.64 AUTOM4TE=autom4te-2.64 ./bootstrap } @@ -25,5 +25,5 @@ src_compile() { src_install() { make install MAKEINFO=true DESTDIR="${DESTDIR}" - rm "${DESTDIR}/usr/bin/automake" "${DESTDIR}/usr/bin/aclocal" + rm "${DESTDIR}/usr/bin/automake" } diff --git a/sysc/automake-1.11.2/patches/aclocal_glob.patch b/sysa/automake-1.11.2/patches/aclocal_glob.patch similarity index 100% rename from sysc/automake-1.11.2/patches/aclocal_glob.patch rename to sysa/automake-1.11.2/patches/aclocal_glob.patch diff --git a/sysa/automake-1.11.2/sources b/sysa/automake-1.11.2/sources new file mode 100644 index 0000000..76253d0 --- /dev/null +++ b/sysa/automake-1.11.2/sources @@ -0,0 +1 @@ +https://mirrors.kernel.org/gnu/automake/automake-1.11.2.tar.bz2 4f46d1f9380c8a3506280750f630e9fc915cb1a435b724be56b499d016368718 diff --git a/sysa/run.sh b/sysa/run.sh index 8044845..e7dc187 100755 --- a/sysa/run.sh +++ b/sysa/run.sh @@ -196,6 +196,8 @@ build automake-1.10.3 build autoconf-2.64 +build automake-1.11.2 + build libtool-1.4 build binutils-2.14 diff --git a/sysc/automake-1.11.2/sources b/sysc/automake-1.11.2/sources deleted file mode 100644 index 4d43fc9..0000000 --- a/sysc/automake-1.11.2/sources +++ /dev/null @@ -1 +0,0 @@ -http://mirrors.kernel.org/gnu/automake/automake-1.11.2.tar.bz2 4f46d1f9380c8a3506280750f630e9fc915cb1a435b724be56b499d016368718 diff --git a/sysc/init b/sysc/init index 4ea8eb0..5bf04f5 100755 --- a/sysc/init +++ b/sysc/init @@ -36,7 +36,7 @@ install_tar coreutils-5.0 0 install_tar sed-4.0.9 0 install_tar autoconf-2.64 0 -install_tar automake-1.10.3 0 +install_tar automake-1.11.2 0 install_tar binutils-2.14 0 install_tar bzip2-1.0.8 0 install_tar bison-3.4.1 2 diff --git a/sysc/run2.sh b/sysc/run2.sh index b856d45..f60c358 100755 --- a/sysc/run2.sh +++ b/sysc/run2.sh @@ -24,8 +24,6 @@ umask 0022 build xz-5.0.5 -build automake-1.11.2 - build file-5.44 build libtool-2.4.7 diff --git a/sysc/xz-5.0.5/xz-5.0.5.sh b/sysc/xz-5.0.5/xz-5.0.5.sh index 774c2f5..9fcac8f 100755 --- a/sysc/xz-5.0.5/xz-5.0.5.sh +++ b/sysc/xz-5.0.5/xz-5.0.5.sh @@ -5,7 +5,7 @@ src_prepare() { default - AUTOMAKE=automake-1.10 ACLOCAL=aclocal-1.10 AUTOCONF=autoconf-2.64 AUTOM4TE=autom4te-2.64 autoreconf-2.64 -f + AUTOMAKE=automake-1.11 ACLOCAL=aclocal-1.11 AUTOCONF=autoconf-2.64 AUTOM4TE=autom4te-2.64 autoreconf-2.64 -f } src_configure() {