Uopdate to mmap-0.5.8.

This commit is contained in:
kili 2013-07-18 22:21:24 +00:00
parent 9b8222bdf1
commit af39e2069a
3 changed files with 4 additions and 19 deletions

View File

@ -1,9 +1,8 @@
# $OpenBSD: Makefile,v 1.16 2013/03/11 10:50:07 espie Exp $
# $OpenBSD: Makefile,v 1.17 2013/07/18 22:21:24 kili Exp $
COMMENT = mmap API for Haskell
DISTNAME = mmap-0.5.6
REVISION = 5
DISTNAME = mmap-0.5.8
CATEGORIES = devel
MAINTAINER = Matthias Kilian <kili@openbsd.org>

View File

@ -1,5 +1,2 @@
MD5 (ghc/mmap-0.5.6.tar.gz) = ZC7Nl9iCKbpM0KbRS0PxEw==
RMD160 (ghc/mmap-0.5.6.tar.gz) = i5gUBvc7CeXc+y4pQDuusJcELdc=
SHA1 (ghc/mmap-0.5.6.tar.gz) = MNcDInb3vULRnxQHpZug7zrXls4=
SHA256 (ghc/mmap-0.5.6.tar.gz) = wkV8Zjuqq2YmYrNcZTxv3D08WbX0wR/+67zmrRu8w2I=
SIZE (ghc/mmap-0.5.6.tar.gz) = 11680
SHA256 (ghc/mmap-0.5.8.tar.gz) = /tRgxN7RlT8Cf8z3BcfAm8Co6UuxSwJDkTh760ta+p8=
SIZE (ghc/mmap-0.5.8.tar.gz) = 11657

View File

@ -1,11 +0,0 @@
$OpenBSD: patch-cbits_posix_c,v 1.1 2010/11/02 20:20:40 kili Exp $
--- cbits/posix.c.orig Fri Apr 16 07:37:00 2010
+++ cbits/posix.c Sat Aug 28 17:45:54 2010
@@ -3,6 +3,7 @@
#define _LARGEFILE64_SOURCE 1
#define _FILE_OFFSET_BITS 64
+#include <stdint.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/mman.h>