Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Sep 2013 11:18:02 GMT
From:      Trevor Caira <trevor@bitba.se>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/182034: [patch] update zxfer for FreeBSD 9.2
Message-ID:  <201309121118.r8CBI28B098629@oldred.freebsd.org>
Resent-Message-ID: <201309121120.r8CBK07R052646@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         182034
>Category:       ports
>Synopsis:       [patch] update zxfer for FreeBSD 9.2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Sep 12 11:20:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Trevor Caira
>Release:        FreeBSD 9.2-RC3
>Organization:
Bitbase LLC
>Environment:
System: FreeBSD tour 9.2-RC3 FreeBSD 9.2-RC3 #0 r254795: Sat Aug 24 20:25:04 UTC 2013 root@bake.isc.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64
>Description:
zxfer can not receive to ZFS volumes created under FreeBSD 9.2, because the ZFS revision in 9.2 introduced the new read-only properties logicalused and logicalreferenced. Same fix as [0].

[0] https://github.com/allanjude/zxfer/commit/d34db9e50c52dc831740f2200b135902d09f4061
>How-To-Repeat:

>Fix:
A patch against r327052 of sysutils/zxfer is attached.


Patch attached with submission follows:

Index: Makefile
===================================================================
--- Makefile	(revision 327052)
+++ Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	zxfer
 PORTVERSION=	0.9.8
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	sysutils
 MASTER_SITES=	GOOGLE_CODE
 
Index: files/patch-zxfer
===================================================================
--- files/patch-zxfer	(revision 327052)
+++ files/patch-zxfer	(working copy)
@@ -5,7 +5,7 @@
  
  # Properties not supported on FreeBSD 8.2
 -fbsd_readonly_properties="aclmode,aclinherit,devices,nbmand,shareiscsi,vscan,xattr"
-+fbsd_readonly_properties="aclmode,aclinherit,devices,nbmand,shareiscsi,vscan,xattr,refcompressratio,written"
++fbsd_readonly_properties="aclmode,aclinherit,devices,nbmand,shareiscsi,vscan,xattr,refcompressratio,written,logicalused,logicalreferenced"
  
  # Properties not supported on Solaris Express 11
  solexp_readonly_properties="jailed,aclmode,shareiscsi"


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309121118.r8CBI28B098629>