mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 10:07:43 +00:00
Ports: Switch to new ports system (#594)
Much redundancy is removed from package scripts with this system. It also supports simple dependency management, uninstalling (through BSD ports style plist files), cleaning up after itself (with clean, clean_dist, clean_all commands), etc.
This commit is contained in:
parent
d5f1c57fe2
commit
18249b5996
47 changed files with 6563 additions and 428 deletions
13
Ports/bash/patches/configure-system.patch
Normal file
13
Ports/bash/patches/configure-system.patch
Normal file
|
@ -0,0 +1,13 @@
|
|||
diff --git a/support/config.sub b/support/config.sub
|
||||
index f208558e..fb8fa19e 100755
|
||||
--- a/support/config.sub
|
||||
+++ b/support/config.sub
|
||||
@@ -1360,7 +1360,7 @@ case $os in
|
||||
| powermax* | dnix* | nx6 | nx7 | sei* | dragonfly* \
|
||||
| skyos* | haiku* | rdos* | toppers* | drops* | es* \
|
||||
| onefs* | tirtos* | phoenix* | fuchsia* | redox* | bme* \
|
||||
- | midnightbsd*)
|
||||
+ | midnightbsd* | serenity*)
|
||||
# Remember, each alternative MUST END IN *, to match a version number.
|
||||
;;
|
||||
qnx*)
|
Loading…
Add table
Add a link
Reference in a new issue