mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
Ports: Added rsync port
This commit is contained in:
parent
861eb8d295
commit
ca1d11b180
Notes:
sideshowbarker
2024-07-19 07:03:30 +09:00
Author: https://github.com/edrochenski Commit: https://github.com/SerenityOS/serenity/commit/ca1d11b180a Pull-request: https://github.com/SerenityOS/serenity/pull/2054
2 changed files with 19 additions and 0 deletions
7
Ports/rsync/package.sh
Executable file
7
Ports/rsync/package.sh
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/bin/bash ../.port_include.sh
|
||||
port=rsync
|
||||
version=3.1.3
|
||||
useconfigure="true"
|
||||
files="https://download.samba.org/pub/rsync/src/rsync-${version}.tar.gz rsync-${version}.tar.gz
|
||||
https://download.samba.org/pub/rsync/src/rsync-${version}.tar.gz.asc rsync-${version}.tar.gz.asc"
|
||||
configopts="--target=i686-pc-serenity"
|
12
Ports/rsync/patches/config.sub.diff
Normal file
12
Ports/rsync/patches/config.sub.diff
Normal file
|
@ -0,0 +1,12 @@
|
|||
diff -ru rsync-3.1.3/config.sub rsync-3.1.3-port/config.sub
|
||||
--- rsync-3.1.3/config.sub 2013-05-19 18:01:07.000000000 -0400
|
||||
+++ rsync-3.1.3-port/config.sub 2020-05-01 20:10:00.171268526 -0400
|
||||
@@ -1373,7 +1373,7 @@
|
||||
| -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \
|
||||
| -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \
|
||||
| -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \
|
||||
- | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \
|
||||
+ | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* | -serenity* \
|
||||
| -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es*)
|
||||
# Remember, each alternative MUST END IN *, to match a version number.
|
||||
;;
|
Loading…
Reference in a new issue