Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Jul 2002 20:35:52 +0200 (CEST)
From:      Oliver Braun <obraun@informatik.unibw-muenchen.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/40890: [MAINTAINER UPDATE] Fix port: lang/nhc98
Message-ID:  <20020722183552.157D9CA@unsane.de>

next in thread | raw e-mail | index | archive | help

>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




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