svn commit: r360419 - head/net/rsync

Emanuel Haupt ehaupt at FreeBSD.org
Thu Jul 3 17:30:23 UTC 2014


Author: ehaupt
Date: Thu Jul  3 17:30:22 2014
New Revision: 360419
URL: http://svnweb.freebsd.org/changeset/ports/360419
QAT: https://qat.redports.org/buildarchive/r360419/

Log:
  Building rsync against zlib from base is NOT broken but leads to an unexpected
  behaviour while using -z (see man page). Therefore remove the statement that
  the option is broken but keep using the bundled zlib. Since this doesn't affect
  package creation no PORTREVISION bump is required.

Modified:
  head/net/rsync/Makefile

Modified: head/net/rsync/Makefile
==============================================================================
--- head/net/rsync/Makefile	Thu Jul  3 17:30:00 2014	(r360418)
+++ head/net/rsync/Makefile	Thu Jul  3 17:30:22 2014	(r360419)
@@ -36,7 +36,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 (BROKEN)
+ZLIB_BASE_DESC=	Use zlib from base instead of bundled one
 SSH_DESC=	Use SSH instead of RSH
 
 # options provided by patch (mutually exclusive)


More information about the svn-ports-all mailing list