Index: head/devel/hs-gtk2hs-buildtools/Makefile =================================================================== --- head/devel/hs-gtk2hs-buildtools/Makefile (revision 382647) +++ head/devel/hs-gtk2hs-buildtools/Makefile (revision 382648) @@ -1,22 +1,22 @@ # $FreeBSD$ PORTNAME= gtk2hs-buildtools PORTVERSION= 0.12.5.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org COMMENT= Tools to build the Gtk2Hs suite of User Interface Libraries LICENSE= GPLv2 USE_CABAL= hashtables random USE_ALEX= yes USE_HAPPY= yes EXECUTABLE= gtk2hsTypeGen gtk2hsHookGenerator gtk2hsC2hs STANDALONE= yes .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include Index: head/devel/hs-gtk2hs-buildtools/files/patch-c2hs_toplevel_C2HSConfig.hs =================================================================== --- head/devel/hs-gtk2hs-buildtools/files/patch-c2hs_toplevel_C2HSConfig.hs (nonexistent) +++ head/devel/hs-gtk2hs-buildtools/files/patch-c2hs_toplevel_C2HSConfig.hs (revision 382648) @@ -0,0 +1,11 @@ +--- c2hs/toplevel/C2HSConfig.hs.orig 2014-04-13 05:14:06 UTC ++++ c2hs/toplevel/C2HSConfig.hs +@@ -70,7 +70,7 @@ cpp = case os of + cppopts :: [String] + cppopts = case (os,cpp) of + ("openbsd","cpp") -> ["-xc", "-w"] +- (_,"cpp") -> ["-x", "c", "-w"] ++ (_,"cpp") -> ["-x", "c", "-P", "-w"] + (_,"gcc") -> ["-E", "-x", "c", "-w"] + _ -> [] + Property changes on: head/devel/hs-gtk2hs-buildtools/files/patch-c2hs_toplevel_C2HSConfig.hs ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property