- Update to version 0.18

PR:		ports/63450
Submitted by:	maintainer
This commit is contained in:
Kirill Ponomarev 2004-02-27 22:42:25 +00:00
parent e528e85318
commit 322de53e18
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=102322
3 changed files with 11 additions and 14 deletions

View file

@ -6,7 +6,7 @@
#
PORTNAME= libowfat
PORTVERSION= 0.17
PORTVERSION= 0.18
CATEGORIES= devel
MASTER_SITES= http://dl.fefe.de/
@ -29,9 +29,13 @@ CFLAGS+= -O2 -fomit-frame-pointer
.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 @@ post-install:
${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}

View file

@ -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

View file

@ -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) {