diff options
| -rw-r--r-- | net/pchar/Makefile | 3 | ||||
| -rw-r--r-- | net/rsync/Makefile | 10 | ||||
| -rw-r--r-- | net/rsync/distinfo | 1 |
3 files changed, 14 insertions, 0 deletions
diff --git a/net/pchar/Makefile b/net/pchar/Makefile index 29e20be73c33..2ceefba6d9bb 100644 --- a/net/pchar/Makefile +++ b/net/pchar/Makefile @@ -14,6 +14,9 @@ MASTER_SITES= http://www.ca.sandia.gov/~bmah/Software/pchar/ MAINTAINER= obrien@FreeBSD.org GNU_CONFIGURE= yes +.if defined(USE_INET6) +CONFIGURE_ARGS= --with-ipv6 +.endif MAN8= pchar.8 do-install: diff --git a/net/rsync/Makefile b/net/rsync/Makefile index 0c62db5412d0..86a7b3d5b5a3 100644 --- a/net/rsync/Makefile +++ b/net/rsync/Makefile @@ -14,11 +14,21 @@ MASTER_SITES= ftp://samba.anu.edu.au/pub/rsync/ \ ftp://ftp.sunet.se/pub/unix/admin/rsync/ \ ftp://ftp.fu-berlin.de/pub/unix/network/rsync/ +PATCH_SITES= ftp://ftp.kame.net/pub/kame/misc/ \ + ftp://ftp.pasta.cs.uit.no/pub/IPv6/misc/ +PATCHFILES= rsync-231-v6-19990723.diff.gz +PATCH_DIST_STRIP= -p1 + MAINTAINER= obrien@FreeBSD.org Y2K= http://rsync.samba.org/rsync/y2k.html GNU_CONFIGURE= yes +.if defined(USE_INET6) +CONFIGURE_ARGS= --enable-ipv6 +.else +CONFIGURE_ARGS= --disable-ipv6 +.endif MAN1= rsync.1 MAN5= rsyncd.conf.5 diff --git a/net/rsync/distinfo b/net/rsync/distinfo index 6fb521a47f79..f32ac166a776 100644 --- a/net/rsync/distinfo +++ b/net/rsync/distinfo @@ -1 +1,2 @@ MD5 (rsync-2.3.1.tar.gz) = 907a0ae01417d54e53cb84b069ba1620 +MD5 (rsync-231-v6-19990723.diff.gz) = 0b7e7e108bc747549384eab1feee254a |
