Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Jul 2013 12:40:00 GMT
From:      olevole <olevole@olevole.ru>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/180544: sysutils/fusefs-zip: update to 0.3.0
Message-ID:  <201307151240.r6FCe00p009189@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/180544; it has been noted by GNATS.

From: olevole <olevole@olevole.ru>
To: bug-followup@freebsd.org, olevole@olevole.ru
Cc:  
Subject: Re: ports/180544: sysutils/fusefs-zip: update to 0.3.0
Date: Mon, 15 Jul 2013 16:35:33 +0400

 This is a multi-part message in MIME format.
 
 --nextPart3962784.PijKQnIc5G
 Content-Transfer-Encoding: 7Bit
 Content-Type: text/plain; charset="us-ascii"
 
 renew patch with additional test for correct libzip version
 
 
 --nextPart3962784.PijKQnIc5G
 Content-Disposition: attachment; filename="fusefs-zip.patch"
 Content-Transfer-Encoding: 7Bit
 Content-Type: text/x-patch; charset="ISO-8859-1"; name="fusefs-zip.patch"
 
 diff -ruN fusefs-zip.bak/Makefile fusefs-zip/Makefile
 --- fusefs-zip.bak/Makefile	2013-07-15 16:29:41.000000000 +0400
 +++ fusefs-zip/Makefile	2013-07-15 16:24:21.000000000 +0400
 @@ -1,7 +1,7 @@
  # $FreeBSD: head/sysutils/fusefs-zip/Makefile 316355 2013-04-23 14:20:25Z bapt $
  
  PORTNAME=	fuse-zip
 -PORTVERSION=	0.2.13
 +PORTVERSION=	0.3.0
  CATEGORIES=	sysutils
  MASTER_SITES=	GOOGLE_CODE
  
 @@ -11,6 +11,7 @@
  LICENSE=	LGPL3
  
  LIB_DEPENDS=	zip:${PORTSDIR}/archivers/libzip
 +BUILD_DEPENDS=	libzip>=0.11.1:${PORTSDIR}/archivers/libzip
  
  USE_GMAKE=	yes
  USES=		fuse pkgconfig
 diff -ruN fusefs-zip.bak/distinfo fusefs-zip/distinfo
 --- fusefs-zip.bak/distinfo	2013-07-15 16:29:41.000000000 +0400
 +++ fusefs-zip/distinfo	2013-07-15 16:24:26.000000000 +0400
 @@ -1,2 +1,2 @@
 -SHA256 (fuse-zip-0.2.13.tar.gz) = e41c0746e3419db8f519fad7e819ef72ddb48ffca2de52773f038016aacd9804
 -SIZE (fuse-zip-0.2.13.tar.gz) = 185431
 +SHA256 (fuse-zip-0.3.0.tar.gz) = 7b0960e40da4e98f40a12c26c032fee99f683bea59bede24653de2f139d08543
 +SIZE (fuse-zip-0.3.0.tar.gz) = 662401
 diff -ruN fusefs-zip.bak/files/patch-lib_fuse-zip.cpp fusefs-zip/files/patch-lib_fuse-zip.cpp
 --- fusefs-zip.bak/files/patch-lib_fuse-zip.cpp	1970-01-01 03:00:00.000000000 +0300
 +++ fusefs-zip/files/patch-lib_fuse-zip.cpp	2013-07-15 16:27:17.000000000 +0400
 @@ -0,0 +1,22 @@
 +--- lib/fuse-zip.cpp.orig	2013-07-15 16:25:13.000000000 +0400
 ++++ lib/fuse-zip.cpp	2013-07-15 16:25:37.000000000 +0400
 +@@ -426,19 +426,11 @@
 +     return 0;
 + }
 + 
 +-#if ( __FreeBSD__ >= 10 )
 +-int fusezip_setxattr(const char *, const char *, const char *, size_t, int, uint32_t) {
 +-#else
 + int fusezip_setxattr(const char *, const char *, const char *, size_t, int) {
 +-#endif
 +     return -ENOTSUP;
 + }
 + 
 +-#if ( __FreeBSD__ >= 10 )
 +-int fusezip_getxattr(const char *, const char *, char *, size_t, uint32_t) {
 +-#else
 + int fusezip_getxattr(const char *, const char *, char *, size_t) {
 +-#endif
 +     return -ENOTSUP;
 + }
 + 
 diff -ruN fusefs-zip.bak/files/patch-lib_zip.h fusefs-zip/files/patch-lib_zip.h
 --- fusefs-zip.bak/files/patch-lib_zip.h	1970-01-01 03:00:00.000000000 +0300
 +++ fusefs-zip/files/patch-lib_zip.h	2013-07-15 16:27:23.000000000 +0400
 @@ -0,0 +1,16 @@
 +--- lib/fuse-zip.h.orig	2013-07-15 16:25:43.000000000 +0400
 ++++ lib/fuse-zip.h	2013-07-15 16:25:53.000000000 +0400
 +@@ -86,13 +86,8 @@
 + 
 + int fusezip_utimens(const char *path, const struct timespec tv[2]);
 + 
 +-#if ( __FreeBSD__ >= 10 )
 +-int fusezip_setxattr(const char *, const char *, const char *, size_t, int, uint32_t);
 +-int fusezip_getxattr(const char *, const char *, char *, size_t, uint32_t);
 +-#else
 + int fusezip_setxattr(const char *, const char *, const char *, size_t, int);
 + int fusezip_getxattr(const char *, const char *, char *, size_t);
 +-#endif
 + 
 + int fusezip_listxattr(const char *, char *, size_t);
 + 
 
 --nextPart3962784.PijKQnIc5G--
 



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