mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
* Upgrade to 0.11.5.
* Remove WITH_PROFILE knob.
This commit is contained in:
parent
ff185edd40
commit
fee0f1d0b8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=82650
2 changed files with 2 additions and 12 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= c2hs
|
||||
PORTVERSION= 0.10.17
|
||||
PORTVERSION= 0.11.5
|
||||
CATEGORIES= devel haskell
|
||||
MASTER_SITES= http://www.cse.unsw.edu.au/~chak/haskell/c2hs/
|
||||
PKGNAMEPREFIX= hs-
|
||||
|
@ -25,18 +25,8 @@ PLIST_SUB+= C2HS_VERSION="${PORTVERSION}" GHC_VERSION="${GHC_VERSION}"
|
|||
|
||||
CONFIGURE_ARGS+= --prefix=${PREFIX} --enable-add-package
|
||||
|
||||
.if defined(WITH_PROFILE)
|
||||
CONFIGURE_ARGS+= --enable-prof
|
||||
.endif
|
||||
|
||||
MAN1= c2hs-config.1 c2hs.1
|
||||
|
||||
.if !defined(WITH_PROFILE)
|
||||
pre-everything::
|
||||
@${ECHO_CMD} "To enable profiling support define WITH_PROFILE."
|
||||
@${ECHO_CMD} "This requires ghc with profiling libraries."
|
||||
.endif
|
||||
|
||||
post-build:
|
||||
@(cd ${WRKSRC}/doc/c2hs && ${GMAKE} man1/c2hs-config.1 man1/c2hs.1)
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (c2hs-0.10.17.tar.gz) = 65fe58dc4274942d1e175d53d539a279
|
||||
MD5 (c2hs-0.11.5.tar.gz) = 2f3859154ec3c472e85db726095163b5
|
||||
|
|
Loading…
Add table
Reference in a new issue