Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Aug 2002 01:17:45 +0200
From:      Oliver Braun <obraun@informatik.unibw-muenchen.de>
To:        "David W. Chapman Jr." <dwcjr@inethouston.net>
Cc:        freebsd-ports@FreeBSD.ORG
Subject:   Re: ports/40828: [MAINTAINER UPDATE] Fix devel/hat for bento
Message-ID:  <20020811231745.GA12661@informatik.unibw-muenchen.de>
In-Reply-To: <200208112310.g7BNA6Ks083822@freefall.freebsd.org>
References:  <200208112310.g7BNA6Ks083822@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
>  You sent your patch in MIME to the list, could you post it in plain text?

Of course, sorry.

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/hat/Makefile,v
retrieving revision 1.15
diff -u -r1.15 Makefile
--- Makefile	15 Jul 2002 17:21:53 -0000	1.15
+++ Makefile	11 Aug 2002 23:16:57 -0000
@@ -12,6 +12,14 @@
 
 MAINTAINER=	obraun@informatik.unibw-muenchen.de
 
+.if defined(WITHOUT_NHC98)
+FORBIDDEN=	does not build with ghc-5.04 for the time being
+.endif
+
+.if defined(WITH_GHC)
+.undef WITH_GHC
+.endif
+
 .if !defined(WITHOUT_NHC98)
 BUILD_DEPENDS=	nhc98:${PORTSDIR}/lang/nhc98
 RUN_DEPENDS=	nhc98:${PORTSDIR}/lang/nhc98
@@ -63,8 +71,9 @@
 	@${ECHO_CMD} " HAT will be built and installed for ghc only."
 .else
 	@${ECHO_CMD} " HAT will be built and installed for nhc98 only."
-	@${ECHO_CMD} " Define WITH_GHC      to install for ghc, too."
-	@${ECHO_CMD} " Define WITHOUT_NHC98 to install for ghc only."
+#	@${ECHO_CMD} " Define WITH_GHC      to install for ghc, too."
+#	@${ECHO_CMD} " Define WITHOUT_NHC98 to install for ghc only."
+	@${ECHO_CMD} " HAT does not build with ghc-5.04 for the time being."
 .endif
 	@${ECHO_CMD} ""
 

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020811231745.GA12661>