summaryrefslogtreecommitdiff
path: root/editors/xmlcopyeditor/files
diff options
context:
space:
mode:
authorBeech Rintoul <beech@FreeBSD.org>2008-01-25 17:28:02 +0000
committerBeech Rintoul <beech@FreeBSD.org>2008-01-25 17:28:02 +0000
commit553220b409492360f97d186382e3ee6d8d910f6d (patch)
tree17eb4e1019941a9adedb6d8094ff80f15eeb6de8 /editors/xmlcopyeditor/files
parent- Update to 20080106.0744 (diff)
- Update to 1.1.0.6
- Notes: 1.1.0.6 introduces full Aspell support and XML Schema-based element inspection. PR: ports/119905 Submitted by: Jose Garcia Juanino <jjuanino@gmail.com> (maintainer) Approved by: linimon (mentor)
Notes
Notes: svn path=/head/; revision=206187
Diffstat (limited to 'editors/xmlcopyeditor/files')
-rw-r--r--editors/xmlcopyeditor/files/patch-src_Makefile.am.diff20
-rw-r--r--editors/xmlcopyeditor/files/patch-src_xmlcopyeditor.cpp.diff40
2 files changed, 27 insertions, 33 deletions
diff --git a/editors/xmlcopyeditor/files/patch-src_Makefile.am.diff b/editors/xmlcopyeditor/files/patch-src_Makefile.am.diff
index 8d5fd7a97148..d2a952a4ed57 100644
--- a/editors/xmlcopyeditor/files/patch-src_Makefile.am.diff
+++ b/editors/xmlcopyeditor/files/patch-src_Makefile.am.diff
@@ -1,5 +1,5 @@
---- src/Makefile.am.orig Tue Jan 1 12:20:45 2008
-+++ src/Makefile.am Tue Jan 1 12:21:28 2008
+--- src/Makefile.am.orig 2008-01-22 18:07:11.000000000 +0100
++++ src/Makefile.am 2008-01-22 18:12:05.000000000 +0100
@@ -9,8 +9,8 @@
bin_PROGRAMS = xmlcopyeditor
bindir = ${prefix}/bin
@@ -11,9 +11,9 @@
# the application source, library search path, and link libraries
xmlcopyeditor_SOURCES = xmlcopyeditor.cpp associatedialog.cpp casehandler.cpp \
-@@ -41,15 +41,13 @@
- xpm/*.xpm \
- templates/*.* \
+@@ -50,16 +50,6 @@
+ templates/*.lzx \
+ templates/*.xlf \
help/*.* help/html/*.* \
- copying/*.txt copying/boost_shared_ptr/* \
- copying/Expat/* copying/libxml2/* copying/libxslt/* \
@@ -22,19 +22,13 @@
- copying/wxStyledTextCtrl/* copying/ximian/* \
- copying/wxStEditor/* \
- copying/xmlcopyeditor/* \
+- copying/Aspell/* \
- copying/Apache/LICENSE-2.0 \
- copying/Apache/LICENSE-2_files/* \
-+ copying/boost_license_1_0.txt copying/boost_shared_ptr/* \
-+ copying/scowl/copying.txt \
-+ copying/mit.txt \
-+ copying/libxslt/libxslt-lic.txt \
-+ copying/libxml2/libxml2-lic.txt \
-+ copying/Scintilla/scintilla-lic.txt \
-+ copying/Expat/copying.txt \
po/sk/messages.mo \
po/sv/messages.mo \
po/fr/messages.mo \
-@@ -58,7 +56,7 @@
+@@ -68,7 +58,7 @@
po/zh_TW/messages.mo \
po/uk_UA/messages.mo \
po/uk_UA/messages.mo \
diff --git a/editors/xmlcopyeditor/files/patch-src_xmlcopyeditor.cpp.diff b/editors/xmlcopyeditor/files/patch-src_xmlcopyeditor.cpp.diff
index 7c072324ad38..43f8918a4317 100644
--- a/editors/xmlcopyeditor/files/patch-src_xmlcopyeditor.cpp.diff
+++ b/editors/xmlcopyeditor/files/patch-src_xmlcopyeditor.cpp.diff
@@ -1,26 +1,26 @@
---- src/xmlcopyeditor.cpp.orig Thu Dec 20 19:39:44 2007
-+++ src/xmlcopyeditor.cpp Thu Dec 20 19:42:26 2007
-@@ -2977,10 +2977,7 @@
+--- src/xmlcopyeditor.cpp.orig 2008-01-22 18:07:12.000000000 +0100
++++ src/xmlcopyeditor.cpp 2008-01-22 18:15:34.000000000 +0100
+@@ -2984,10 +2984,7 @@
- nconv = iconv (
- cd,
+ nconv = iconv (
+ cd,
-#ifdef __WXMSW__
-- ( const char ** )
+- ( const char ** )
-#endif
-- &docBuffer,
-+ ICONV_CHAR_CAST(&docBuffer),
- &docBufferLeft,
- &iconvBuffer,
- &iconvBufferLeft );
-@@ -4685,10 +4682,7 @@
+- &docBuffer,
++ ICONV_CHAR_CAST(&docBuffer),
+ &docBufferLeft,
+ &iconvBuffer,
+ &iconvBufferLeft );
+@@ -4637,10 +4634,7 @@
- nconv = iconv (
- cd,
+ nconv = iconv (
+ cd,
-#ifdef __WXMSW__
-- ( const char ** )
+- ( const char ** )
-#endif
-- &utf8BufferPtr,
-+ ICONV_CHAR_CAST(&utf8BufferPtr),
- &utf8BufferLeft,
- &iconvBuffer,
- &iconvBufferLeft );
+- &utf8BufferPtr,
++ ICONV_CHAR_CAST(&utf8BufferPtr),
+ &utf8BufferLeft,
+ &iconvBuffer,
+ &iconvBufferLeft );