mirror of
https://github.com/RGBCube/serenity
synced 2025-07-29 14:27:35 +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,5 +2,6 @@
|
|||
port=vttest
|
||||
version=20210210
|
||||
useconfigure=true
|
||||
use_fresh_config_sub=true
|
||||
files="https://invisible-island.net/datafiles/release/vttest.tar.gz vttest.tar.gz 0f98a2e305982915f1520984c3e8698e3acd508ee210711528c89f5a7ea7f046"
|
||||
auth_type=sha256
|
||||
|
|
|
@ -1,12 +0,0 @@
|
|||
diff -Nru vttest-orig/config.sub vttest-20210210/config.sub
|
||||
--- vttest-orig/config.sub 2020-08-17 05:36:41.000000000 +0200
|
||||
+++ vttest-20210210/config.sub 2021-02-20 16:22:14.126987759 +0100
|
||||
@@ -1700,7 +1700,7 @@
|
||||
| os9* | macos* | osx* | ios* \
|
||||
| mpw* | magic* | mmixware* | mon960* | lnews* \
|
||||
| amigaos* | amigados* | msdos* | newsos* | unicos* | aof* \
|
||||
- | aos* | aros* | cloudabi* | sortix* | twizzler* \
|
||||
+ | aos* | aros* | cloudabi* | sortix* | twizzler* | serenity* \
|
||||
| nindy* | vxsim* | vxworks* | ebmon* | hms* | mvs* \
|
||||
| clix* | riscos* | uniplus* | iris* | isc* | rtu* | xenix* \
|
||||
| mirbsd* | netbsd* | dicos* | openedition* | ose* \
|
Loading…
Add table
Add a link
Reference in a new issue