summaryrefslogtreecommitdiff
path: root/textproc/hs-haxml
diff options
context:
space:
mode:
authorOliver Braun <obraun@FreeBSD.org>2002-09-02 12:16:21 +0000
committerOliver Braun <obraun@FreeBSD.org>2002-09-02 12:16:21 +0000
commit63d4cbfaa1c7878e2cfd03675756374629bd029c (patch)
treedadc66aa455334ab43fe3ee226bd0aa1cd194bcb /textproc/hs-haxml
parentUpgrade to 0.11.33 (diff)
* Add patch to build DtdToHaskell correctly.
* bump PORTREVISION. Approved by: dwcjr (mentor)
Notes
Notes: svn path=/head/; revision=65487
Diffstat (limited to 'textproc/hs-haxml')
-rw-r--r--textproc/hs-haxml/Makefile1
-rw-r--r--textproc/hs-haxml/files/patch-src::tools::DtdToHaskell.hs13
2 files changed, 14 insertions, 0 deletions
diff --git a/textproc/hs-haxml/Makefile b/textproc/hs-haxml/Makefile
index f42b8a8bc80c..63c522a44646 100644
--- a/textproc/hs-haxml/Makefile
+++ b/textproc/hs-haxml/Makefile
@@ -6,6 +6,7 @@
PORTNAME= haxml
PORTVERSION= 1.07a
+PORTREVISION= 1
CATEGORIES= textproc
MASTER_SITES= http://www.haskell.org/HaXml/ \
ftp://ftp.cs.york.ac.uk/pub/haskell/HaXml/
diff --git a/textproc/hs-haxml/files/patch-src::tools::DtdToHaskell.hs b/textproc/hs-haxml/files/patch-src::tools::DtdToHaskell.hs
new file mode 100644
index 000000000000..92914a3131e6
--- /dev/null
+++ b/textproc/hs-haxml/files/patch-src::tools::DtdToHaskell.hs
@@ -0,0 +1,13 @@
+--- src/tools/DtdToHaskell.hs.orig Wed Aug 14 12:11:31 2002
++++ src/tools/DtdToHaskell.hs Mon Sep 2 11:07:51 2002
+@@ -29,8 +29,8 @@
+ realname = if null name then mangle (trim inf) else mangle name
+ in
+ do hPutStrLn o ("module DTD_"++realname
+- ++" where\n\nimport Text.Xml.HaXml.Xml2Haskell"
+- ++" where\n\nimport Text.Xml.HaXml.OneOfN")
++ ++" where\n\nimport Text.XML.HaXml.Xml2Haskell"
++ ++"\nimport Text.XML.HaXml.OneOfN")
+ hPutStrLn o "\n\n{-Type decls-}\n"
+ (hPutStrLn o . render . vcat . map ppTypeDef) decls
+ hPutStrLn o "\n\n{-Instance decls-}\n"