From owner-cvs-all@FreeBSD.ORG Fri Dec 12 08:33:19 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 227F416A4CE; Fri, 12 Dec 2003 08:33:19 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 268F243D1D; Fri, 12 Dec 2003 08:33:18 -0800 (PST) (envelope-from obraun@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hBCGXHXJ029185; Fri, 12 Dec 2003 08:33:17 -0800 (PST) (envelope-from obraun@repoman.freebsd.org) Received: (from obraun@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hBCGXHwB029184; Fri, 12 Dec 2003 08:33:17 -0800 (PST) (envelope-from obraun) Message-Id: <200312121633.hBCGXHwB029184@repoman.freebsd.org> From: Oliver Braun Date: Fri, 12 Dec 2003 08:33:17 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/lang/ghc Makefile pkg-plist ports/lang/ghc/files extra-patch-ghc-compiler-nativeGen-RegAllocInfo.lhs extra-patch-ghc-rts-RtsFlags.cextra-patch-ghc-utils-prof-cgprof-cgprof.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Dec 2003 16:33:19 -0000 obraun 2003/12/12 08:33:17 PST FreeBSD ports repository Modified files: lang/ghc Makefile pkg-plist Added files: lang/ghc/files extra-patch-ghc-compiler-nativeGen-MachMisc.lhs extra-patch-ghc-compiler-nativeGen-RegAllocInfo.lhs extra-patch-ghc-rts-RtsFlags.c extra-patch-ghc-rts-rts.conf.in extra-patch-ghc-utils-prof-cgprof-cgprof.c Log: - Fix build on -CURRENT by importing some gcc33 fixes - Fix linker issue on -CURRENT by not using SplitObjs, same as: http://www.haskell.org/pipermail/glasgow-haskell-users/2003-June/005289.html - Use libgmp from ports on -CURRENT (saves further patching) - Bump PORTREVISION PR: ports/60155 Submitted by: Volker Stolz Approved by: maintainer Revision Changes Path 1.19 +20 -1 ports/lang/ghc/Makefile 1.1 +15 -0 ports/lang/ghc/files/extra-patch-ghc-compiler-nativeGen-MachMisc.lhs (new) 1.1 +28 -0 ports/lang/ghc/files/extra-patch-ghc-compiler-nativeGen-RegAllocInfo.lhs (new) 1.1 +12 -0 ports/lang/ghc/files/extra-patch-ghc-rts-RtsFlags.c (new) 1.1 +10 -0 ports/lang/ghc/files/extra-patch-ghc-rts-rts.conf.in (new) 1.1 +20 -0 ports/lang/ghc/files/extra-patch-ghc-utils-prof-cgprof-cgprof.c (new) 1.11 +1 -1 ports/lang/ghc/pkg-plist