FreeBSD Bugzilla – Attachment 173377 Details for
Bug 195949
sysutils/udfclient: Build fails with FUSE option enabled
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
svn-diff_sysutils_udfclientfs
svn-diff_sysutils_udfclientfs (text/plain), 2.12 KB, created by
Walter Schwarzenfeld
on 2016-08-07 02:54:51 UTC
(
hide
)
Description:
svn-diff_sysutils_udfclientfs
Filename:
MIME Type:
Creator:
Walter Schwarzenfeld
Created:
2016-08-07 02:54:51 UTC
Size:
2.12 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 419757) >+++ Makefile (working copy) >@@ -13,6 +13,8 @@ > MAINTAINER= avg@icyb.net.ua > COMMENT= Tools for UDF filesystem > >+LIB_DEPENDS= libiconv.so.2:converters/libiconv >+ > WRKSRC= ${WRKDIR}/UDFclient.${PORTVERSION} > > GNU_CONFIGURE= yes >Index: distinfo >=================================================================== >--- distinfo (revision 419757) >+++ distinfo (working copy) >@@ -1,3 +1,4 @@ >+TIMESTAMP = 1470524375 > SHA256 (UDFclient.0.7.5.tgz) = 73694e186c7b1b4b309abf181a9a7519d0da3dfcace90eb85c5efed0b3c7475b > SIZE (UDFclient.0.7.5.tgz) = 251270 > SHA256 (udfclientfs-0.4.tgz) = a18f49acc05f4067be34b4657c22d8697bde4917225b080044308570838c505c >Index: files/patch-udfclientfs.c >=================================================================== >--- files/patch-udfclientfs.c (nonexistent) >+++ files/patch-udfclientfs.c (working copy) >@@ -0,0 +1,19 @@ >+--- /usr/ports/sysutils/udfclient/work/udfclientfs/udfclientfs.c 2016-08-07 00:57:11 UTC >++++ /usr/ports/sysutils/udfclient/work/udfclientfs/udfclientfs.c >+@@ -58,6 +58,16 @@ >+ #include "udf.h" >+ #include "udf_bswap.h" >+ >++struct uio { >++ struct iovec *uio_iov; /* Data blocks */ >++ unsigned uio_iovcnt; /* Number of iovecs */ >++ off_t uio_offset; /* Desired offset into object */ >++ size_t uio_resid; /* Remaining amt of data to xfer */ >++ enum uio_seg uio_segflg; /* What kind of pointer we have */ >++ enum uio_rw uio_rw; /* Whether op is a read or write */ >++ struct addrspace *uio_space; /* Address space for user pointer */ >++}; >++ >+ static int udfclientfs_debug = 0; >+ >+ /* XXX setattr is not exported through udfclient headers */ > >Property changes on: files/patch-udfclientfs.c >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 195949
:
150549
|
172021
|
172024
|
173373
|
173377
|
173378
|
173448
|
173456
|
182703