diff options
author | Rene Ladan <rene@FreeBSD.org> | 2018-12-21 14:22:17 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2018-12-21 14:22:17 +0000 |
commit | dd1112a2b0969cbefc68c8e7a2657b35c7d23e02 (patch) | |
tree | c2e1247ae398f1f3cb25e16c3df9da2d46dc768d /japanese/jmode/files/patch-src_anthyconv.cpp | |
parent | net-mgmt/collectd5: remove optional dependency on expired multimedia/xmms (diff) |
Remove expired ports:
2018-12-19 net/ntop: Broken for more than 6 months
2018-12-19 textproc/ots: Broken for more than 6 months
2018-12-20 x11/xdialog: Uses obsolete glib12
2018-12-20 net/netdude: Uses obsolete glib12
2018-12-20 japanese/jmode-skk: Uses obsolete glib12
2018-12-20 print/gsview: Uses obsolete glib12
2018-12-20 x11/dgs: Uses obsolete glib12
2018-12-20 japanese/jmode: Uses obsolete glib12
2018-12-20 multimedia/xmms: Uses obsolete glib12
Notes
Notes:
svn path=/head/; revision=488006
Diffstat (limited to 'japanese/jmode/files/patch-src_anthyconv.cpp')
-rw-r--r-- | japanese/jmode/files/patch-src_anthyconv.cpp | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/japanese/jmode/files/patch-src_anthyconv.cpp b/japanese/jmode/files/patch-src_anthyconv.cpp deleted file mode 100644 index 74c7cd627a30..000000000000 --- a/japanese/jmode/files/patch-src_anthyconv.cpp +++ /dev/null @@ -1,19 +0,0 @@ ---- src/anthyconv.cpp.orig 2003-06-02 14:50:36 UTC -+++ src/anthyconv.cpp -@@ -5,6 +5,7 @@ - #endif - - #include <stdio.h> -+#include <string.h> - #include "anthy.xpm" - #include "jmode.h" - #include "anthyconv.h" -@@ -147,7 +148,7 @@ KKContext *AnthyConv::createContext(XimI - return anthy; - } - --char **AnthyConv::getIcon() -+const char **AnthyConv::getIcon() - { - // toolbarに出てくるアイコンを返す。 - return anthy_xpm; |