Date: Wed, 7 Feb 2001 19:56:10 GMT From: Simon Marlow <simonmar@microsoft.com> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/24934: Upgrade ports/lang/ghc to version 4.08.2 Message-ID: <200102071956.f17JuAM00886@jaffacakes.freeserve.co.uk>
next in thread | raw e-mail | index | archive | help
>Number: 24934 >Category: ports >Synopsis: Upgrade ports/lang/ghc to version 4.08.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Feb 07 12:00:02 PST 2001 >Closed-Date: >Last-Modified: >Originator: Simon Marlow >Release: FreeBSD 4.2-STABLE i386 >Organization: >Environment: >Description: >How-To-Repeat: >Fix: Patch is below; note that files/patch-ab has been removed. diff -cr ghc-OLD/Makefile ghc/Makefile *** ghc-OLD/Makefile Fri Oct 13 21:17:44 2000 --- ghc/Makefile Wed Feb 7 19:31:32 2001 *************** *** 5,13 **** # $FreeBSD: ports/lang/ghc/Makefile,v 1.5 2000/10/13 20:17:44 ade Exp $ PORTNAME= ghc ! PORTVERSION= 4.08.1 CATEGORIES= lang ! MASTER_SITES= http://www.haskell.org/ghc/dist/4.08.1/ DISTFILES= ghc-${PORTVERSION}-src${EXTRACT_SUFX} \ ghc-${PORTVERSION}-x86-hc${EXTRACT_SUFX} --- 5,13 ---- # $FreeBSD: ports/lang/ghc/Makefile,v 1.5 2000/10/13 20:17:44 ade Exp $ PORTNAME= ghc ! PORTVERSION= 4.08.2 CATEGORIES= lang ! MASTER_SITES= http://www.haskell.org/ghc/dist/${PORTVERSION}/ DISTFILES= ghc-${PORTVERSION}-src${EXTRACT_SUFX} \ ghc-${PORTVERSION}-x86-hc${EXTRACT_SUFX} *************** *** 20,27 **** CONFIGURE_ARGS= --enable-hc-boot --libdir=${PREFIX}/lib/ghc # specifying CONFIGURE_TARGET doesn't work for some reason. CONFIGURE_TARGET= - - WRKSRC= ${WRKDIR}/fptools # override TMPDIR because /tmp often doesn't have enough space # to build some of the larger libraries. --- 20,25 ---- diff -cr ghc-OLD/distinfo ghc/distinfo *** ghc-OLD/distinfo Fri Oct 13 21:17:44 2000 --- ghc/distinfo Wed Feb 7 19:31:32 2001 *************** *** 1,2 **** ! MD5 (ghc-4.08.1-src.tar.gz) = f2c4a579c186102239411efea17c963c ! MD5 (ghc-4.08.1-x86-hc.tar.gz) = b1d18eeb3f5fdb02a85ef24b40d1bf0d --- 1,2 ---- ! MD5 (ghc-4.08.2-src.tar.gz) = 5c3d8186d275e6521bc49d4aa71c002d ! MD5 (ghc-4.08.2-x86-hc.tar.gz) = c2137331044dc8fb406538c975fde64a Only in ghc-OLD/files: patch-ab diff -cr ghc-OLD/pkg-plist ghc/pkg-plist *** ghc-OLD/pkg-plist Fri Oct 13 21:17:44 2000 --- ghc/pkg-plist Wed Feb 7 19:31:32 2001 *************** *** 1,5 **** bin/ghc ! bin/ghc-4.08.1 bin/ghcprof bin/hp2ps bin/stat2resid --- 1,5 ---- bin/ghc ! bin/ghc-4.08.2 bin/ghcprof bin/hp2ps bin/stat2resid >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?200102071956.f17JuAM00886>