X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=dev%2Fprep-for-freebsd-build;h=66572a13b4dba2b9385df8b895715b66614b7c39;hb=d9c458e520ee89335fe07fb2071a53446fc1b28b;hp=609f8748df693873f3df5483df25db9c38a3a939;hpb=68e087e6f2f2311ac784b204c0de72dcddb08934;p=bup.git diff --git a/dev/prep-for-freebsd-build b/dev/prep-for-freebsd-build index 609f874..66572a1 100755 --- a/dev/prep-for-freebsd-build +++ b/dev/prep-for-freebsd-build @@ -8,7 +8,7 @@ usage() } common_pkgs='gmake git bash rsync curl par2cmdline readline duplicity' -common_pkgs="$common_pkgs rdiff-backup rsnapshot" +common_pkgs="$common_pkgs rsnapshot" pyver="${1:-python2}" @@ -16,6 +16,9 @@ pyver="${1:-python2}" export ASSUME_ALWAYS_YES=yes pkg update +# https://reviews.freebsd.org/D24816 +pkg install rdiff-backup || true + case "$pyver" in python2) pkg install $common_pkgs python2 py27-tornado