FreeBSD Bugzilla – Attachment 45231 Details for
Bug 69800
[Maintainer] devel/libowfat: update to 0.20
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 3.16 KB, created by
Thomas-Martin Seck
on 2004-07-30 14:20:21 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Thomas-Martin Seck
Created:
2004-07-30 14:20:21 UTC
Size:
3.16 KB
patch
obsolete
>Index: distinfo >=================================================================== >--- distinfo (.../devel/libowfat) (revision 159) >+++ distinfo (.../local/libowfat) (revision 159) >@@ -1,2 +1,2 @@ >-MD5 (libowfat-0.19.2.tar.bz2) = 7aea51f394d55223eec5820cc84d32f5 >-SIZE (libowfat-0.19.2.tar.bz2) = 104852 >+MD5 (libowfat-0.20.tar.bz2) = 60e112c24b0f3d6e2757baa96f1ed07e >+SIZE (libowfat-0.20.tar.bz2) = 109541 >Index: files/manpages >=================================================================== >--- files/manpages (.../devel/libowfat) (revision 159) >+++ files/manpages (.../local/libowfat) (revision 159) >@@ -22,10 +22,10 @@ > fmt_longlong.3 fmt_minus.3 fmt_pad.3 fmt_plusminus.3 fmt_str.3 \ > fmt_strn.3 fmt_uint.3 fmt_uint0.3 fmt_ulong.3 fmt_ulong0.3 \ > fmt_ulonglong.3 fmt_xlong.3 fmt_xlonglong.3 imult16.3 imult32.3 \ >-imult64.3 io_canread.3 io_canwrite.3 io_check.3 io_close.3 \ >+imult64.3 io_appendfile.3 io_canread.3 io_canwrite.3 io_check.3 io_close.3 \ > io_closeonexec.3 io_createfile.3 io_dontwantread.3 io_dontwantwrite.3 \ > io_eagain.3 io_fd.3 io_finishandshutdown.3 io_getcookie.3 io_nonblock.3 \ >-io_passfd.3 io_pipe.3 io_readfile.3 io_receivefd.3 io_sendfile.3 \ >+io_passfd.3 io_pipe.3 io_readfile.3 io_readwritefile.3 io_receivefd.3 io_sendfile.3 \ > io_setcookie.3 io_socketpair.3 io_timeout.3 io_timeouted.3 io_tryread.3 \ > io_tryreadtimeout.3 io_trywrite.3 io_trywritetimeout.3 io_wait.3 \ > io_waitread.3 io_waituntil.3 io_wantread.3 io_wantwrite.3 iob_addbuf.3 \ >Index: files/patch-io-iob_addfile.c >=================================================================== >--- files/patch-io-iob_addfile.c (.../devel/libowfat) (revision 159) >+++ files/patch-io-iob_addfile.c (.../local/libowfat) (revision 159) >@@ -1,19 +0,0 @@ >-Index: io/iob_addfile.c >-=================================================================== >-RCS file: /cvs/libowfat/io/iob_addfile.c,v >-retrieving revision 1.2 >-retrieving revision 1.3 >-diff -u -r1.2 -r1.3 >---- io/iob_addfile.c 26 Sep 2003 15:55:44 -0000 1.2 >-+++ io/iob_addfile.c 7 Apr 2004 08:38:41 -0000 1.3 >-@@ -1,7 +1,9 @@ >- #include "iob_internal.h" >- >- int iob_addfile(io_batch* b,int64 fd,uint64 off,uint64 n) { >-- iob_entry* e=array_allocate(&b->b,sizeof(iob_entry), >-+ iob_entry* e; >-+ if (n==0) return 1; >-+ e=array_allocate(&b->b,sizeof(iob_entry), >- array_length(&b->b,sizeof(iob_entry))); >- if (!e) return 0; >- e->type=FROMFILE; >Index: Makefile >=================================================================== >--- Makefile (.../devel/libowfat) (revision 159) >+++ Makefile (.../local/libowfat) (revision 159) >@@ -6,8 +6,7 @@ > # > > PORTNAME= libowfat >-PORTVERSION= 0.19.2 >-PORTREVISION= 1 >+PORTVERSION= 0.20 > CATEGORIES= devel ipv6 > MASTER_SITES= http://dl.fefe.de/ > >@@ -30,11 +29,10 @@ > > .include "${FILESDIR}/manpages" > >-examples= test/client.c test/dllink.c test/httpd.c test/readhttp.c \ >- test/server.c test/uudecode.c test/vd.c >+examples= examples/byte.c examples/str.c > examplesdir= ${EXAMPLESDIR:S,^${PREFIX}/,,} > PLIST_DIRS= ${examplesdir} >-PLIST_FILES= lib/libowfat.a ${examples:S,^test/,${examplesdir}/,} >+PLIST_FILES= lib/libowfat.a ${examples:S,^examples/,${examplesdir}/,} > .if!defined(NOPORTDOCS) > PORTDOCS= CHANGES README TODO > .endif
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 69800
: 45231