mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
Requires archivers/gzip. The gzip in FreeBSD doesn't support --rsyncable flag. It requires a patch to use ${LOCALBASE}/bin/gzip. Add TEST_TARGET. Add LICENSE_FILE. Switch to DISTVERSION. Submitter takes maintainership. PR: 283817
17 lines
1 KiB
Groff
17 lines
1 KiB
Groff
--- rsyncrypto.man.orig 2008-10-22 11:34:49 UTC
|
|
+++ rsyncrypto.man
|
|
@@ -236,10 +236,10 @@ it. In order not to become rsync unfriendly due to the
|
|
it. In order not to become rsync unfriendly due to the compression,
|
|
\fBrsyncrypto\fP will search the path for an instance of
|
|
.BR gzip (1)
|
|
-that supports the \fB\-\-rsyncable\fP option. If the system's default gzip does
|
|
-not support this option (all Debian and derivatives, as well as some others, support it), use
|
|
-this option to tell \fBrsyncrypto\fP to use a different instance of gzip. The
|
|
-tests directory of rsyncrypto's source has a file called "gzip", that does NULL
|
|
+that supports the \fB\-\-rsyncable\fP option. FreeBSD base system's default gzip doesn't
|
|
+support this option, so this port builds with archivers/gzip from ports tree, which does.
|
|
+You still can use this option to tell \fBrsyncrypto\fP to use a different instance of gzip.
|
|
+The tests directory of rsyncrypto's source has a file called "gzip", that does NULL
|
|
compression by redirecting the input and output to
|
|
.BR cat (1).
|
|
.TP
|