From owner-freebsd-ports Sun Aug 11 16:30:15 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2707B37B400 for ; Sun, 11 Aug 2002 16:30:13 -0700 (PDT) Received: from gatesrv.RZ.UniBw-Muenchen.de (gatesrv.RZ.UniBW-Muenchen.de [137.193.11.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id E062543E42 for ; Sun, 11 Aug 2002 16:30:11 -0700 (PDT) (envelope-from lizard@informatik.unibw-muenchen.de) Received: from nemesis.informatik.unibw-muenchen.de (nemesis.Informatik.UniBw-Muenchen.de [137.193.60.30]) by gatesrv.RZ.UniBw-Muenchen.de (8.11.2/8.11.2) with ESMTP id g7BNHkR11741; Mon, 12 Aug 2002 01:17:46 +0200 (MEST) Received: from localhost (localhost.informatik.unibw-muenchen.de [127.0.0.1]) by nemesis.informatik.unibw-muenchen.de (Postfix) with ESMTP id 1E51D5A547; Mon, 12 Aug 2002 01:17:46 +0200 (CEST) Received: by nemesis.informatik.unibw-muenchen.de (Postfix, from userid 1001) id 659445A545; Mon, 12 Aug 2002 01:17:45 +0200 (CEST) Date: Mon, 12 Aug 2002 01:17:45 +0200 From: Oliver Braun To: "David W. Chapman Jr." Cc: freebsd-ports@FreeBSD.ORG Subject: Re: ports/40828: [MAINTAINER UPDATE] Fix devel/hat for bento Message-ID: <20020811231745.GA12661@informatik.unibw-muenchen.de> Mail-Followup-To: Oliver Braun , "David W. Chapman Jr." , freebsd-ports@FreeBSD.ORG References: <200208112310.g7BNA6Ks083822@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200208112310.g7BNA6Ks083822@freefall.freebsd.org> Organization: University of the Federal Armed Forces Munich, Germany X-Mailer: Mutt http://www.mutt.org/ X-OS: FreeBSD 4.6-STABLE i386 http://www.freebsd.org/ X-Newsreader: SLRN http://www.slrn.org/ X-PGP-Key: http://pgpkeys.mit.edu:11371/pks/lookup?op=get&search=0xEF25B1BA X-PGP-Fingerprint: 6A3B 042A 732E 17E4 B6E7 3EAF C0B1 6B7D EF25 B1BA X-Uptime: 15 days X-URL: http://ist.unibw-muenchen.de/People/obraun X-Accept-Language: de en X-Location: Europe, Germany, Munich X-Editor: Vim-601 http://www.vim.org/ User-Agent: Mutt/1.5.1i X-Virus-Scanned: by AMaViS snapshot-20020531 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org > 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