svn commit: r359526 - head/net/rsync

Emanuel Haupt ehaupt at FreeBSD.org
Fri Jun 27 14:01:46 UTC 2014


Author: ehaupt
Date: Fri Jun 27 14:01:45 2014
New Revision: 359526
URL: http://svnweb.freebsd.org/changeset/ports/359526
QAT: https://qat.redports.org/buildarchive/r359526/

Log:
  After the update from 3.1.0 to 3.1.1 the zlib from our base does not work
  anymore (see thread on ports@). Until this this is resolved switch default
  option to the bundled libz which still works. Also add a notification that
  the option is broken. Should it not be possible to fix this within the next
  few weeks I will remove this option.
  
  Reported upstream:
  https://bugzilla.samba.org/show_bug.cgi?id=10677
  
  Reported by:	Ben Tung <benpptung at tacol.biz>

Modified:
  head/net/rsync/Makefile

Modified: head/net/rsync/Makefile
==============================================================================
--- head/net/rsync/Makefile	Fri Jun 27 14:00:20 2014	(r359525)
+++ head/net/rsync/Makefile	Fri Jun 27 14:01:45 2014	(r359526)
@@ -3,6 +3,7 @@
 
 PORTNAME=	rsync
 PORTVERSION=	3.1.1
+PORTREVISION=	1
 CATEGORIES=	net ipv6
 MASTER_SITES=	http://rsync.samba.org/ftp/%SUBDIR%/ \
 		ftp://ftp.samba.org/pub/%SUBDIR%/ \
@@ -34,7 +35,7 @@ OPTIONS_RADIO_PTS=	TIMELIMIT RENAMED FLA
 
 # options provided upstream
 POPT_PORT_DESC=	Use popt from devel/popt instead of bundled one
-ZLIB_BASE_DESC=	Use zlib from base instead of bundled one
+ZLIB_BASE_DESC=	Use zlib from base instead of bundled one (BROKEN)
 SSH_DESC=	Use SSH instead of RSH
 
 # options provided by patch (mutually exclusive)
@@ -46,7 +47,7 @@ ATIMES_DESC=	Preserve access times, adds
 ACL_DESC=	Add backward-compatibility for the --acls option
 
 # define default options
-OPTIONS_DEFAULT=SSH ZLIB_BASE FLAGS
+OPTIONS_DEFAULT=SSH FLAGS
 
 .include <bsd.port.options.mk>
 


More information about the svn-ports-head mailing list