fix building error on bento.
It is caused when IPv6-enable rsync is compiled on *IPv6-disable* kernel, such as bento environment. Approved by: obrien
This commit is contained in:
parent
6bfc018315
commit
f32f262083
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=25108
2 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@ MASTER_SITES= ftp://samba.anu.edu.au/pub/rsync/ \
|
|||
|
||||
PATCH_SITES= ftp://ftp.kame.net/pub/kame/misc/ \
|
||||
ftp://ftp.pasta.cs.uit.no/pub/IPv6/misc/
|
||||
PATCHFILES= rsync-232-v6-20000116.diff.gz
|
||||
PATCHFILES= rsync-232-v6-20000127a.diff.gz
|
||||
PATCH_DIST_STRIP= -p1
|
||||
|
||||
MAINTAINER= obrien@FreeBSD.org
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (rsync-2.3.2.tar.gz) = 7dbb513c0f37bbbab621a8625c10986b
|
||||
MD5 (rsync-232-v6-20000116.diff.gz) = 3f003f58b8ed326d2dd9f7d7edb4c635
|
||||
MD5 (rsync-232-v6-20000127a.diff.gz) = 8bfaa8c4bc875f4de675ce765f090ae0
|
||||
|
|
Loading…
Reference in a new issue