diff options
author | keith <keith@FreeBSD.org> | 2001-03-06 09:45:09 +0000 |
---|---|---|
committer | keith <keith@FreeBSD.org> | 2001-03-06 09:45:09 +0000 |
commit | d78c28431f62a561caf1e9a03c78aa43f30e0da9 (patch) | |
tree | f4c7afea098136cf6982c013e46a869e70840d0f /editors/abiword/files | |
parent | 6dc56ee2b94b565bc8b60fa464b622c1628de152 (diff) | |
download | FreeBSD-ports-d78c28431f62a561caf1e9a03c78aa43f30e0da9.zip FreeBSD-ports-d78c28431f62a561caf1e9a03c78aa43f30e0da9.tar.gz |
Update to 0.7.13.
Submitted by: me
Reviewed by: MAINTAINER, with some corrections
Diffstat (limited to 'editors/abiword/files')
-rw-r--r-- | editors/abiword/files/patch-ba | 23 | ||||
-rw-r--r-- | editors/abiword/files/patch-bb | 10 |
2 files changed, 10 insertions, 23 deletions
diff --git a/editors/abiword/files/patch-ba b/editors/abiword/files/patch-ba deleted file mode 100644 index 7321cef..0000000 --- a/editors/abiword/files/patch-ba +++ /dev/null @@ -1,23 +0,0 @@ ---- af/xap/xp/xap_EncodingManager.cpp.orig Mon Nov 27 17:14:03 2000 -+++ af/xap/xp/xap_EncodingManager.cpp Tue Jan 2 19:02:31 2001 -@@ -39,16 +39,16 @@ - - XAP_EncodingManager::~XAP_EncodingManager() - { -- if(iconv_handle_N2U) -+ if(iconv_handle_N2U != (iconv_t)-1) - iconv_close(iconv_handle_N2U); - -- if(iconv_handle_U2N) -+ if(iconv_handle_U2N != (iconv_t)-1) - iconv_close(iconv_handle_U2N); - -- if(iconv_handle_U2Win) -+ if(iconv_handle_U2Win != (iconv_t)-1) - iconv_close(iconv_handle_U2Win); - -- if(iconv_handle_Win2U) -+ if(iconv_handle_Win2U != (iconv_t)-1) - iconv_close(iconv_handle_Win2U); - } - diff --git a/editors/abiword/files/patch-bb b/editors/abiword/files/patch-bb new file mode 100644 index 0000000..093f9c8 --- /dev/null +++ b/editors/abiword/files/patch-bb @@ -0,0 +1,10 @@ +--- ../../psiconv/psiconv/generate_layout.c.orig Fri Jan 19 13:17:35 2001 ++++ ../../psiconv/psiconv/generate_layout.c Fri Mar 2 04:17:38 2001 +@@ -78,7 +78,6 @@ + return res; + if ((res = psiconv_write_color(buf,value->color))) + return res; +- // Unknown byte + return psiconv_write_u8(buf,1); + } + |