mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 14:37:45 +00:00
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.
This commit is contained in:
parent
87630c5fd5
commit
cdd6d68b2a
135 changed files with 128 additions and 816 deletions
|
@ -2,6 +2,8 @@
|
|||
port=wget
|
||||
version=1.21.1
|
||||
useconfigure="true"
|
||||
use_fresh_config_sub=true
|
||||
config_sub_path=build-aux/config.sub
|
||||
depends=("openssl")
|
||||
files="https://ftpmirror.gnu.org/gnu/wget/wget-${version}.tar.gz wget-${version}.tar.gz
|
||||
https://ftpmirror.gnu.org/gnu/wget/wget-${version}.tar.gz.sig wget-${version}.tar.gz.sig
|
||||
|
|
|
@ -1,12 +0,0 @@
|
|||
diff -ur a/build-aux/config.sub b/build-aux/config.sub
|
||||
--- a/build-aux/config.sub 2021-01-09 10:57:19.000000000 +0100
|
||||
+++ b/build-aux/config.sub 2021-04-19 14:45:56.132333538 +0200
|
||||
@@ -1691,7 +1691,7 @@
|
||||
# Now accept the basic system types.
|
||||
# The portable systems comes first.
|
||||
# Each alternative MUST end in a * to match a version number.
|
||||
- gnu* | android* | bsd* | mach* | minix* | genix* | ultrix* | irix* \
|
||||
+ gnu* | android* | bsd* | mach* | minix* | genix* | ultrix* | serenity* | irix* \
|
||||
| *vms* | esix* | aix* | cnk* | sunos | sunos[34]* \
|
||||
| hpux* | unos* | osf* | luna* | dgux* | auroraux* | solaris* \
|
||||
| sym* | plan9* | psp* | sim* | xray* | os68k* | v88r* \
|
Loading…
Add table
Add a link
Reference in a new issue