Skip site navigation (1)Skip section navigation (2)
Date:      30 Jul 2004 13:14:25 -0000
From:      Thomas-Martin Seck <tmseck@netcologne.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/69800: [Maintainer] devel/libowfat: update to 0.20
Message-ID:  <20040730131425.3957.qmail@laurel.tmseck.homedns.org>
Resent-Message-ID: <200407301320.i6UDKLBU020159@freefall.freebsd.org>

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

>Number:         69800
>Category:       ports
>Synopsis:       [Maintainer] devel/libowfat: update to 0.20
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jul 30 13:20:21 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Thomas-Martin Seck
>Release:        FreeBSD 4.10-STABLE i386
>Organization:
a private site in Germany
>Environment:
FreeBSD ports collection as of July 30th, 2004.

	
>Description:
Update to 0.20. This version of libowfat is required for www/gatling 0.5
to build.

Note to committer:
Please "cvs rm" files/patch-io-iob_addfile.c
	
>How-To-Repeat:
	
>Fix:
Apply this patch:

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

	


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



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