mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
Update to 3.05
Unbreak PR: 40356 Submitted by: Oliver Braun Approved by: maintainer
This commit is contained in:
parent
a4b8a80ee1
commit
f17c1a678a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=62714
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= hmake
|
||||
PORTVERSION= 2.03
|
||||
PORTVERSION= 3.05
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ftp://ftp.cs.york.ac.uk/pub/haskell/hmake/
|
||||
|
||||
@ -14,16 +14,27 @@ MAINTAINER= mwest@uct.ac.za
|
||||
|
||||
BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc
|
||||
|
||||
BROKEN= "Does not build"
|
||||
|
||||
HAS_CONFIGURE= YES
|
||||
CONFIGURE_ARGS+= --prefix=${PREFIX}
|
||||
USE_GMAKE= YES
|
||||
|
||||
# cheat a bit, otherwise LIBDIR gets clobbered
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
do-install:
|
||||
.if exists(${PREFIX}/bin/hmake) && !defined(OVERRIDE_HMAKE)
|
||||
@${ECHO} ""
|
||||
@${ECHO} "It seems that there is already a version of hmake installed on"
|
||||
@${ECHO} "this system. Please deinstall it, or define OVERRIDE_HMAKE to"
|
||||
@${ECHO} "override the installed version."
|
||||
@${ECHO} ""
|
||||
@${ECHO} "NOTE: hmake is part of nhc98"
|
||||
@${ECHO} ""
|
||||
@${FALSE}
|
||||
.else
|
||||
# cheat a bit, otherwise LIBDIR gets clobbered
|
||||
(cd ${WRKSRC} && ./configure --install)
|
||||
.endif
|
||||
|
||||
MAN1= hmake.1
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (hmake-2.03.tar.gz) = f875df33882478b1f26be703271f2864
|
||||
MD5 (hmake-3.05.tar.gz) = 99c53f39034b079a6d69f2118a33317c
|
||||
|
@ -5,6 +5,7 @@ lib/hmake/ix86-FreeBSD/HInteractive
|
||||
lib/hmake/ix86-FreeBSD/MkProg
|
||||
lib/hmake/ix86-FreeBSD/Older
|
||||
lib/hmake/ix86-FreeBSD/config
|
||||
lib/hmake/ix86-FreeBSD/hmake.config
|
||||
lib/hmake/ix86-FreeBSD/MkConfig
|
||||
lib/hmake/ix86-FreeBSD/hmakerc
|
||||
@dirrm lib/hmake/ix86-FreeBSD
|
||||
@dirrm lib/hmake
|
||||
|
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= hmake
|
||||
PORTVERSION= 2.03
|
||||
PORTVERSION= 3.05
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ftp://ftp.cs.york.ac.uk/pub/haskell/hmake/
|
||||
|
||||
@ -14,16 +14,27 @@ MAINTAINER= mwest@uct.ac.za
|
||||
|
||||
BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc
|
||||
|
||||
BROKEN= "Does not build"
|
||||
|
||||
HAS_CONFIGURE= YES
|
||||
CONFIGURE_ARGS+= --prefix=${PREFIX}
|
||||
USE_GMAKE= YES
|
||||
|
||||
# cheat a bit, otherwise LIBDIR gets clobbered
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
do-install:
|
||||
.if exists(${PREFIX}/bin/hmake) && !defined(OVERRIDE_HMAKE)
|
||||
@${ECHO} ""
|
||||
@${ECHO} "It seems that there is already a version of hmake installed on"
|
||||
@${ECHO} "this system. Please deinstall it, or define OVERRIDE_HMAKE to"
|
||||
@${ECHO} "override the installed version."
|
||||
@${ECHO} ""
|
||||
@${ECHO} "NOTE: hmake is part of nhc98"
|
||||
@${ECHO} ""
|
||||
@${FALSE}
|
||||
.else
|
||||
# cheat a bit, otherwise LIBDIR gets clobbered
|
||||
(cd ${WRKSRC} && ./configure --install)
|
||||
.endif
|
||||
|
||||
MAN1= hmake.1
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (hmake-2.03.tar.gz) = f875df33882478b1f26be703271f2864
|
||||
MD5 (hmake-3.05.tar.gz) = 99c53f39034b079a6d69f2118a33317c
|
||||
|
@ -5,6 +5,7 @@ lib/hmake/ix86-FreeBSD/HInteractive
|
||||
lib/hmake/ix86-FreeBSD/MkProg
|
||||
lib/hmake/ix86-FreeBSD/Older
|
||||
lib/hmake/ix86-FreeBSD/config
|
||||
lib/hmake/ix86-FreeBSD/hmake.config
|
||||
lib/hmake/ix86-FreeBSD/MkConfig
|
||||
lib/hmake/ix86-FreeBSD/hmakerc
|
||||
@dirrm lib/hmake/ix86-FreeBSD
|
||||
@dirrm lib/hmake
|
||||
|
Loading…
Reference in New Issue
Block a user