ports/58412: [patch] devel/hs-tclhaskell-ghc: Unbreak patch-file

Volker Stolz stolz at i2.informatik.rwth-aachen.de
Thu Oct 23 07:10:19 UTC 2003


>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 at 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:



More information about the freebsd-ports-bugs mailing list