Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Oct 2003 09:05:29 +0200 (CEST)
From:      Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        obraun@FreeBSD.org
Subject:   ports/58412: [patch] devel/hs-tclhaskell-ghc: Unbreak patch-file
Message-ID:  <200310230705.h9N75Taq008784@menelaos.informatik.rwth-aachen.de>
Resent-Message-ID: <200310230710.h9N7AI5W071217@freefall.freebsd.org>

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

>Number:         58412
>Category:       ports
>Synopsis:       [patch] devel/hs-tclhaskell-ghc: Unbreak patch-file
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Oct 23 00:10:17 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Volker Stolz
>Release:        FreeBSD 4.9-RC i386
>Organization:
Lehrstuhl für Informatik II
>Environment:
System: FreeBSD menelaos.informatik.rwth-aachen.de 4.9-RC FreeBSD 4.9-RC #10: Tue Oct 7 12:32:25 CEST 2003 root@menelaos.informatik.rwth-aachen.de:/usr/obj/usr/src/sys/MENELAOS i386


>Description:
Fix patch:
DOS-CR/LF got lost in previous PR.

Prompted by: kris via bento
>How-To-Repeat:
>Fix:
Replace patch-file:
--- patch-TclPrimGhc.hs begins here ---
--- TclPrimGhc.hs.orig	Thu Oct 23 09:00:14 2003
+++ TclPrimGhc.hs	Thu Oct 23 09:00:31 2003
@@ -42,7 +42,7 @@
  writeElt pstr 0 str
  return pstr
   where
-   len = Word.intToWord32 (length str + 1)
+   len = fromIntegral (length str + 1)
 
    writeElt addr n [] = writeCharOffAddr addr n '\0'
    writeElt addr n (v :vs) = do
--- patch-TclPrimGhc.hs ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:



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