aboutsummaryrefslogtreecommitdiffstats
path: root/net/rsync
diff options
context:
space:
mode:
authorkuriyama <kuriyama@FreeBSD.org>2001-12-25 09:59:36 +0800
committerkuriyama <kuriyama@FreeBSD.org>2001-12-25 09:59:36 +0800
commit45d80d8e719e925fd680e2708b01bcf6a8e80b55 (patch)
treee4f54a63147e45db7f1a442b307762afd90c3553 /net/rsync
parent213eeedf58f9c5a8b1282bbde6beb75c6949e0b6 (diff)
downloadfreebsd-ports-gnome-45d80d8e719e925fd680e2708b01bcf6a8e80b55.tar.gz
freebsd-ports-gnome-45d80d8e719e925fd680e2708b01bcf6a8e80b55.tar.zst
freebsd-ports-gnome-45d80d8e719e925fd680e2708b01bcf6a8e80b55.zip
Add "--disable-debug" to $CONFIGURE_ARGS to avoid unwanted warning messages.
rsync 2.5.0 was released with --enable-debug by default, but rsync team turn this off for next release (may be 2.5.1) in their CVS repository. # David, please back this out if you cannot accept this change.
Diffstat (limited to 'net/rsync')
-rw-r--r--net/rsync/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/rsync/Makefile b/net/rsync/Makefile
index 10f0fdc03f1c..23cb6179364b 100644
--- a/net/rsync/Makefile
+++ b/net/rsync/Makefile
@@ -8,7 +8,7 @@
PORTNAME= rsync
PORTVERSION= 2.5.0
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= net ipv6
MASTER_SITES= ftp://samba.anu.edu.au/pub/rsync/ \
ftp://sunsite.auc.dk/pub/unix/rsync/ \
@@ -32,9 +32,9 @@ EXTRA_PATCHES= ${FILESDIR}/ssh-patch-*
.endif
.if ${OSVERSION} >= 400014
-CONFIGURE_ARGS= --enable-ipv6
+CONFIGURE_ARGS= --disable-debug --enable-ipv6
.else
-CONFIGURE_ARGS= --disable-ipv6
+CONFIGURE_ARGS= --disable-debug --disable-ipv6
.endif
MAN1= rsync.1
MAN5= rsyncd.conf.5