Date: Wed, 19 Dec 2001 19:40:33 +0900 From: Jun Kuriyama <kuriyama@imgsrc.co.jp> To: obrien@FreeBSD.org Cc: Ports Team <ports@FreeBSD.org> Subject: rsync --disable-debug Message-ID: <7mpu5bwl0e.wl@waterblue.imgsrc.co.jp>
next in thread | raw e-mail | index | archive | help
The rsync 2.5.0 was released with --enable-debug default. This causes unwanted warning messages from zlib. But rsync development team turned off debug option by default in their CVS so next release of rsync will be released with --disable-debug default. Is it possible to turn off debug option for our ports until next version is released? Index: Makefile =================================================================== RCS file: /home/ncvs/ports/net/rsync/Makefile,v retrieving revision 1.58 diff -u -r1.58 Makefile --- Makefile 4 Dec 2001 01:13:37 -0000 1.58 +++ Makefile 19 Dec 2001 10:32:25 -0000 @@ -32,9 +32,9 @@ .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 -- Jun Kuriyama <kuriyama@imgsrc.co.jp> // IMG SRC, Inc. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?7mpu5bwl0e.wl>