diff options
author | Ali Mohammad Pur <ali.mpfard@gmail.com> | 2022-01-08 17:02:29 +0330 |
---|---|---|
committer | Ali Mohammad Pur <Ali.mpfard@gmail.com> | 2022-01-16 10:32:50 +0330 |
commit | cdd6d68b2ab56554e5ebcb61f0977534153530f1 (patch) | |
tree | a2b3363a79e143bc9b251349c8f72c351add8a71 /Ports/indent | |
parent | 87630c5fd58a3f292f13c06d5a48a7e7835a7aa1 (diff) | |
download | serenity-cdd6d68b2ab56554e5ebcb61f0977534153530f1.zip |
Ports: Remove some config.sub patches and download a fresh one if needed
All of these patches did the same thing, which is already in upstream
config.sub.
With this change, we need only add `use_fresh_config_sub=true` to
the package.sh file.
Note that this is not done automatically in case the port has a modified
config.sub file.
Diffstat (limited to 'Ports/indent')
-rwxr-xr-x | Ports/indent/package.sh | 1 | ||||
-rw-r--r-- | Ports/indent/patches/fix-autoconf.patch | 10 |
2 files changed, 1 insertions, 10 deletions
diff --git a/Ports/indent/package.sh b/Ports/indent/package.sh index 79788c43e5..3255b44e19 100755 --- a/Ports/indent/package.sh +++ b/Ports/indent/package.sh @@ -5,6 +5,7 @@ files="https://ftpmirror.gnu.org/gnu/indent/indent-${version}.tar.gz indent-${ve https://ftpmirror.gnu.org/gnu/indent/indent-${version}.tar.gz.sig indent-${version}.tar.gz.sig https://ftpmirror.gnu.org/gnu/gnu-keyring.gpg gnu-keyring.gpg" useconfigure=true +use_fresh_config_sub=true auth_type="sig" auth_opts=("--keyring" "./gnu-keyring.gpg" "indent-${version}.tar.gz.sig") diff --git a/Ports/indent/patches/fix-autoconf.patch b/Ports/indent/patches/fix-autoconf.patch deleted file mode 100644 index 38fa99ccf4..0000000000 --- a/Ports/indent/patches/fix-autoconf.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- indent-2.2.11/config/config.sub.orig 2020-11-08 23:19:24.782365611 -0800 -+++ indent-2.2.11/config/config.sub 2020-11-08 23:19:36.510304136 -0800 -@@ -1236,6 +1236,7 @@ - # Each alternative MUST END IN A *, to match a version number. - # -sysv* is not here because it comes later, after sysvr4. - -gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \ -+ | -serenity* \ - | -*vms* | -sco* | -esix* | -isc* | -aix* | -sunos | -sunos[34]*\ - | -hpux* | -unos* | -osf* | -luna* | -dgux* | -solaris* | -sym* \ - | -amigaos* | -amigados* | -msdos* | -newsos* | -unicos* | -aof* \ |