From owner-freebsd-ports Mon Jul 22 11:40:18 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 72F4E37B400 for ; Mon, 22 Jul 2002 11:40:04 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A4FC143E65 for ; Mon, 22 Jul 2002 11:40:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6MIe3JU069412 for ; Mon, 22 Jul 2002 11:40:03 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6MIe3RK069411; Mon, 22 Jul 2002 11:40:03 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 648D737B400 for ; Mon, 22 Jul 2002 11:35:56 -0700 (PDT) Received: from unsane.de (pD950FAAA.dip.t-dialin.net [217.80.250.170]) by mx1.FreeBSD.org (Postfix) with ESMTP id 86F3743E4A for ; Mon, 22 Jul 2002 11:35:55 -0700 (PDT) (envelope-from lizard@unsane.de) Received: from localhost (localhost.unsane.de [127.0.0.1]) by unsane.de (Postfix) with ESMTP id 177E7599 for ; Mon, 22 Jul 2002 20:35:53 +0200 (CEST) Received: by unsane.de (Postfix, from userid 1001) id 157D9CA; Mon, 22 Jul 2002 20:35:52 +0200 (CEST) Message-Id: <20020722183552.157D9CA@unsane.de> Date: Mon, 22 Jul 2002 20:35:52 +0200 (CEST) From: Oliver Braun To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/40890: [MAINTAINER UPDATE] Fix port: lang/nhc98 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 >Number: 40890 >Category: ports >Synopsis: [MAINTAINER UPDATE] Fix port: lang/nhc98 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Jul 22 11:40:02 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Oliver Braun >Release: FreeBSD 4.6-STABLE i386 >Organization: >Environment: System: FreeBSD galore.unsane.de 4.6-STABLE FreeBSD 4.6-STABLE #0: Thu Jul 11 15:55:17 CEST 2002 root@galore.unsane.de:/usr/obj/usr/src/sys/GALORE_OB i386 >Description: After the upgrade of lang/ghc, lang/nhc98 does not build with lang/ghc anymore. On -current we have to build lang/nhc98 with lang/ghc since it does not build with gcc3.1. This diff fixes lang/nhc98 to be buildable again with lang/ghc. Regards, Olli >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/lang/nhc98/Makefile,v retrieving revision 1.12 diff -u -r1.12 Makefile --- Makefile 2002/06/20 05:27:33 1.12 +++ Makefile 2002/07/22 18:32:41 @@ -38,6 +38,10 @@ post-patch: @${REINPLACE_CMD} -e 's|-O3|${CFLAGS}|' ${WRKSRC}/Makefile.inc +.for file in Decl FillIn Process + @${REINPLACE_CMD} -e '/^import PrelBase/d' \ + ${WRKSRC}/src/greencard/${file}.lhs +.endfor post-configure: @${ECHO} "LIBDIR=${PREFIX}/lib/nhc98" \ >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message