[36677] trunk/dports/lang/Omega

jmr at macports.org jmr at macports.org
Sat May 10 20:00:33 PDT 2008


Revision: 36677
          http://trac.macosforge.org/projects/macports/changeset/36677
Author:   jmr at macports.org
Date:     2008-05-10 20:00:32 -0700 (Sat, 10 May 2008)

Log Message:
-----------
Omega: patch from maintainer to fix build failure. Closes #15248.

Modified Paths:
--------------
    trunk/dports/lang/Omega/Portfile

Added Paths:
-----------
    trunk/dports/lang/Omega/files/patch-Bind.hs.diff

Modified: trunk/dports/lang/Omega/Portfile
===================================================================
--- trunk/dports/lang/Omega/Portfile	2008-05-10 20:35:44 UTC (rev 36676)
+++ trunk/dports/lang/Omega/Portfile	2008-05-11 03:00:32 UTC (rev 36677)
@@ -2,6 +2,7 @@
 PortSystem 1.0
 name                    Omega
 version                 1.4.2
+revision                1
 categories              lang
 platforms               darwin freebsd
 maintainers             gmail.com:ggreif
@@ -21,7 +22,7 @@
 use_zip                 yes
 
 worksrcdir              ${name}
-patchfiles              patch-Makefile.diff
+patchfiles              patch-Makefile.diff patch-Bind.hs.diff
 
 use_configure           no
 

Added: trunk/dports/lang/Omega/files/patch-Bind.hs.diff
===================================================================
--- trunk/dports/lang/Omega/files/patch-Bind.hs.diff	                        (rev 0)
+++ trunk/dports/lang/Omega/files/patch-Bind.hs.diff	2008-05-11 03:00:32 UTC (rev 36677)
@@ -0,0 +1,11 @@
+--- Bind.hs.orig	2008-05-10 22:43:43.000000000 +0200
++++ Bind.hs	2008-05-10 22:35:35.000000000 +0200
+@@ -14,7 +14,7 @@
+ -- import IOExts
+ import Monads
+ 
+-class Monad m => Fresh m where
++class (Monad m, HasNext m) => Fresh m where
+   fresh :: m Name
+ 
+ class Freshen b where

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080510/b3394c9c/attachment.html


More information about the macports-changes mailing list