From 499d5c44c2c30db374a9a12f4c25246ae7f0174d Mon Sep 17 00:00:00 2001 From: Beech Rintoul Date: Wed, 2 Jan 2008 22:23:28 +0000 Subject: - New port xmlcopyeditor-1.1.0.3 - XML Copy Editor is a fast validating XML editor. Features: * DTD/XML Schema/RELAX NG validation * XSLT * XPath * Pretty-printing * Syntax highlighting * Folding * Tag completion * Tag locking * Tag-free editing * Spelling and style check * Built-in support for XHTML, XSL, DocBook and TEI PR: ports/118483 Submitted by: Jose Garcia Juanino (maintainer) Approved by: linimon (mentor) --- editors/xmlcopyeditor/files/patch-configure.in.diff | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 editors/xmlcopyeditor/files/patch-configure.in.diff (limited to 'editors/xmlcopyeditor/files/patch-configure.in.diff') diff --git a/editors/xmlcopyeditor/files/patch-configure.in.diff b/editors/xmlcopyeditor/files/patch-configure.in.diff new file mode 100644 index 000000000000..014784eba2da --- /dev/null +++ b/editors/xmlcopyeditor/files/patch-configure.in.diff @@ -0,0 +1,12 @@ +--- configure.in.orig Thu Dec 20 16:54:28 2007 ++++ configure.in Thu Dec 20 16:56:11 2007 +@@ -35,6 +35,9 @@ + # Call WXTEST func + WXTEST + ++# Call iconv checks ++AM_ICONV ++ + # Verify minimus requires + vers=`echo $wxversion | $AWK 'BEGIN { FS = "."; } { printf "% d", ($1 * 1000 + $2) * 1000 + $3;}'` + if test -n "$vers" && test "$vers" -ge 2008000; then -- cgit v1.2.3