mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 05:37:44 +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
12
Ports/ncurses/patches/allow-serenity-os-ncurses.patch
Normal file
12
Ports/ncurses/patches/allow-serenity-os-ncurses.patch
Normal file
|
@ -0,0 +1,12 @@
|
|||
diff --git a/config.sub b/config.sub
|
||||
index 5b158ac4..cfd2eb81 100755
|
||||
--- a/config.sub
|
||||
+++ b/config.sub
|
||||
@@ -1342,6 +1342,7 @@ case $os in
|
||||
# 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* | esix* | aix* | cnk* | sunos | sunos[34]*\
|
||||
| hpux* | unos* | osf* | luna* | dgux* | auroraux* | solaris* \
|
||||
| sym* | kopensolaris* | plan9* \
|
Loading…
Add table
Add a link
Reference in a new issue