Ports: Added rsync port

This commit is contained in:
Ed Rochenski 2020-05-01 22:35:01 -04:00 committed by Andreas Kling
parent 861eb8d295
commit ca1d11b180
2 changed files with 19 additions and 0 deletions

7
Ports/rsync/package.sh Executable file
View 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"

View 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.
;;