Upstream update to mmap-0.5.7

This commit is contained in:
PHO / phonohawk 2011-01-07 09:31:57 +00:00 committed by Thomas Klausner
parent 635158cc4b
commit 3946bbd15c
4 changed files with 8 additions and 46 deletions

View file

@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.2 2009/11/10 07:34:50 phonohawk Exp $
# $NetBSD: Makefile,v 1.3 2011/01/07 09:31:57 phonohawk Exp $
#
DISTNAME= mmap-0.5.4
DISTNAME= mmap-0.5.7
CATEGORIES= devel
MAINTAINER= pho@cielonegro.org

View file

@ -1,11 +1,11 @@
# $NetBSD: buildlink3.mk,v 1.2 2009/11/10 07:34:50 phonohawk Exp $
# $NetBSD: buildlink3.mk,v 1.3 2011/01/07 09:31:57 phonohawk Exp $
BUILDLINK_TREE+= hs-mmap
.if !defined(HS_MMAP_BUILDLINK3_MK)
HS_MMAP_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.hs-mmap+= hs-mmap>=0.5.4
BUILDLINK_API_DEPENDS.hs-mmap+= hs-mmap>=0.5
BUILDLINK_PKGSRCDIR.hs-mmap?= ../../wip/hs-mmap
.endif # HS_MMAP_BUILDLINK3_MK

View file

@ -1,6 +1,5 @@
$NetBSD: distinfo,v 1.3 2010/01/13 02:46:31 phonohawk Exp $
$NetBSD: distinfo,v 1.4 2011/01/07 09:31:57 phonohawk Exp $
SHA1 (mmap-0.5.4.tar.gz) = 2180a65eb6a438d1b1c2d6c179dffe0986dda94e
RMD160 (mmap-0.5.4.tar.gz) = 405d9a2489afc7e8d692611f5f4f8cf113c5d1ee
Size (mmap-0.5.4.tar.gz) = 11616 bytes
SHA1 (patch-aa) = 25e31c3eaa8ee0039842d8a5c4c2c308b05a3ebf
SHA1 (mmap-0.5.7.tar.gz) = ea6bae1f511caeba32cf7e50f0409152f8384f93
RMD160 (mmap-0.5.7.tar.gz) = 959c4d7262cee83d6bacbdda28f226cc8c5377b5
Size (mmap-0.5.7.tar.gz) = 9197 bytes

View file

@ -1,37 +0,0 @@
$NetBSD: patch-aa,v 1.1 2010/01/13 02:46:31 phonohawk Exp $
--- mmap.cabal.orig 2009-10-28 12:30:01.000000000 +0000
+++ mmap.cabal
@@ -18,10 +18,6 @@ Category: System
Build-type: Simple
Extra-Source-Files: cbits/HsMmap.h
-Flag mmaptest
- Description: Generate mmaptest executable
- Default: False
-
Library
Build-depends: base<5, bytestring
Extensions: ForeignFunctionInterface
@@ -33,21 +29,3 @@ Library
else
C-sources: cbits/posix.c
-Executable mmaptest
- Main-is: tests/mmaptest.hs
- if flag(mmaptest)
- Buildable: True
- else
- Buildable: False
- Build-depends: base<5, bytestring, HUnit, directory
- Extensions: ForeignFunctionInterface, ScopedTypeVariables, CPP
- Hs-source-dirs: .
- CC-options: -Wall -D_DEBUG
- Include-dirs: cbits
- if os(mingw32)
- cpp-options: -DWINDOWS
- C-sources: cbits/win32.c
- Build-depends: Win32
- else
- C-sources: cbits/posix.c
-