Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Aug 2002 02:00:06 -0700 (PDT)
From:      Oliver Braun <obraun@informatik.unibw-muenchen.de>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/40828: [MAINTAINER UPDATE] Fix devel/hat for bento
Message-ID:  <200208150900.g7F906YY072681@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/40828; it has been noted by GNATS.

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
Date: Mon, 12 Aug 2002 01:17:45 +0200

 >  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?200208150900.g7F906YY072681>