/comms/hidapi/

//www.csie.ntu.edu.tw/~b01902062/git/freebsd-ports-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/devel/hs-resourcet/Makefile
blob: df16fa3a3d47153a0e78cd91a9883ae35b40d7bb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $FreeBSD$

PORTNAME=   resourcet
PORTVERSION=    1.1.9
CATEGORIES= devel haskell

MAINTAINER= haskell@FreeBSD.org
COMMENT=    Deterministic allocation and freeing of scarce resources

LICENSE=    BSD3CLAUSE

USE_CABAL=  exceptions lifted-base mmorph monad-control mtl \
        transformers-base transformers-compat

.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>
=7fa3463087a400b9f67b2572b4bbd2e5b076d1c2'>Add a STATIC option to build the toolchain as static.
Bryan Drewery2017-02-231-1/+3
* - Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOLDmitry Marakasov2017-01-091-4/+0
* Fix booting the arm64 kernel when built with clang 3.9.0Andrew Turner2016-11-292-1/+29
* ${RM} already has -f.Mathieu Arnold2016-10-211-3/+3
* Fix mips64-binutils ld to default to mips64 rather than mips32.Brooks Davis2016-09-262-1/+42
* Do not use .init_array/.fini_array sections on FreeBSD 9Antoine Brodin2016-09-011-1/+5
* Bump portrevision after recent changesBaptiste Daroussin2016-08-311-1/+1
* Add missing &&Baptiste Daroussin2016-08-311-1/+1
* Disable gold on powerpc*Baptiste Daroussin2016-08-311-1/+1
* Stop trying to remove the empty lib/ for cloudabi find(1) complains about it onBaptiste Daroussin2016-08-271-1/+0
* Remove from the package some binaries to avoid conflictsBaptiste Daroussin2016-08-272-8/+9
* WIP: external toolchain cross buildable: binutilsBaptiste Daroussin2016-08-271-2/+4
* Update to 2.27Baptiste Daroussin2016-08-265-224/+30
* Enable determinstic archives by default in GNU arEd Maste2016-06-101-1/+2
* - Fix trailing whitespace in pkg-descrs, categories [a-f]*Dmitry Marakasov2016-05-19