mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
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.
This commit is contained in:
parent
2aa1c19517
commit
77681f685f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=52136
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user