ports/63450: [Maintainer] update devel/libowfat to 0.18

Thomas-Martin Seck tmseck at netcologne.de
Fri Feb 27 15:50:12 UTC 2004


>Number:         63450
>Category:       ports
>Synopsis:       [Maintainer] update devel/libowfat to 0.18
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Feb 27 07:50:12 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Thomas-Martin Seck
>Release:        FreeBSD 4.9-STABLE i386
>Organization:
private site in Germany
>Environment:
FreeBSD ports repository as of Feb 27, 2004

	
>Description:
- update to 0.18
- remove a patch no longer needed
- install some example sources and a some more documentation

Information for committers:
please 'cvs rm' files/patch-io_iob_prefetch.c
>How-To-Repeat:
	
>Fix:
Here's the patch:

diff -ruN -x cvs libowfat.orig/Makefile libowfat/Makefile
--- libowfat.orig/Makefile	Sun Feb 22 15:59:12 2004
+++ libowfat/Makefile	Fri Feb 27 16:29:38 2004
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	libowfat
-PORTVERSION=	0.17
+PORTVERSION=	0.18
 CATEGORIES=	devel
 MASTER_SITES=	http://dl.fefe.de/
 
@@ -29,9 +29,13 @@
 
 .include "${FILESDIR}/manpages"
 
-PLIST_FILES=	lib/libowfat.a
+examples=	test/client.c test/dllink.c test/httpd.c test/readhttp.c \
+		test/server.c test/uudecode.c test/vd.c
+examplesdir=	${EXAMPLESDIR:S,^${PREFIX}/,,}
+PLIST_DIRS=	${examplesdir}
+PLIST_FILES=	lib/libowfat.a ${examples:S,^test/,${examplesdir}/,}
 .if!defined(NOPORTDOCS)
-PORTDOCS=	README
+PORTDOCS=	CHANGES README TODO
 .endif
 
 post-install:
@@ -39,6 +43,8 @@
 	${MKDIR} ${DOCSDIR}
 	cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
 .endif
+	${MKDIR} ${EXAMPLESDIR}
+	cd ${WRKSRC} && ${INSTALL_DATA} ${examples} ${EXAMPLESDIR}
 # add installed header files to packaging list:
 	@cd ${PREFIX} && \
 	    ${FIND} include/libowfat -type f -o -type l | ${SORT} >>${TMPPLIST}
diff -ruN -x cvs libowfat.orig/distinfo libowfat/distinfo
--- libowfat.orig/distinfo	Sun Feb 22 15:59:12 2004
+++ libowfat/distinfo	Fri Feb 27 15:05:46 2004
@@ -1,2 +1,2 @@
-MD5 (libowfat-0.17.tar.bz2) = a8da3ebe361004b0dbec26d330e1c155
-SIZE (libowfat-0.17.tar.bz2) = 121919
+MD5 (libowfat-0.18.tar.bz2) = 112dcc80db665f6c43e7961343cd84e1
+SIZE (libowfat-0.18.tar.bz2) = 96786
diff -ruN -x cvs libowfat.orig/files/patch-io_iob_prefetch.c libowfat/files/patch-io_iob_prefetch.c
--- libowfat.orig/files/patch-io_iob_prefetch.c	Sun Feb 22 15:59:12 2004
+++ libowfat/files/patch-io_iob_prefetch.c	Thu Jan  1 01:00:00 1970
@@ -1,9 +0,0 @@
---- io/iob_prefetch.c.orig	Sat Feb 21 17:56:29 2004
-+++ io/iob_prefetch.c	Sat Feb 21 17:56:49 2004
-@@ -1,5 +1,6 @@
- #include "iob_internal.h"
- #include <stdio.h>
-+#include <sys/types.h>
- #include <sys/mman.h>
- 
- void iob_prefetch(io_batch* b,uint64 bytes) {

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



More information about the freebsd-ports-bugs mailing list