diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2006-01-30 22:46:26 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2006-01-30 22:46:26 +0000 |
commit | 0db877b09885f7614ac9847b6cc9405281269c81 (patch) | |
tree | b1cacf5a320817df92aaef7b86ef3f5833aa10ac /textproc/senna/files | |
parent | e4bf1fcd3063db8bff73d15fe9253e3f7f0213e8 (diff) |
- Update snapshot to 20060130.
- Depends on normal mecab rather than mecab-razil.
Submitted by: Tasuku SUENAGA <a@razil.jp>
Notes
Notes:
svn path=/head/; revision=154854
Diffstat (limited to 'textproc/senna/files')
-rw-r--r-- | textproc/senna/files/patch-configure | 28 | ||||
-rw-r--r-- | textproc/senna/files/patch-configure.ac | 10 | ||||
-rw-r--r-- | textproc/senna/files/patch-senna_in.h | 31 |
3 files changed, 0 insertions, 69 deletions
diff --git a/textproc/senna/files/patch-configure b/textproc/senna/files/patch-configure deleted file mode 100644 index 48379a480538..000000000000 --- a/textproc/senna/files/patch-configure +++ /dev/null @@ -1,28 +0,0 @@ ---- configure.orig Thu May 5 20:51:43 2005 -+++ configure Thu May 5 20:52:31 2005 -@@ -18635,13 +18635,13 @@ - - - --echo "$as_me:$LINENO: checking for mecab_new3 in -lmecab" >&5 --echo $ECHO_N "checking for mecab_new3 in -lmecab... $ECHO_C" >&6 -+echo "$as_me:$LINENO: checking for mecab_new3 in -lmecab-razil" >&5 -+echo $ECHO_N "checking for mecab_new3 in -lmecab-razil... $ECHO_C" >&6 - if test "${ac_cv_lib_mecab_mecab_new3+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - ac_check_lib_save_LIBS=$LIBS --LIBS="-lmecab $LIBS" -+LIBS="-lmecab-razil $LIBS" - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -18703,7 +18703,7 @@ - #define HAVE_LIBMECAB 1 - _ACEOF - -- LIBS="-lmecab $LIBS" -+ LIBS="-lmecab-razil $LIBS" - - else - echo "No libmecab found (You need a patched version, if using mecab without mecab_new3)"; exit 1 diff --git a/textproc/senna/files/patch-configure.ac b/textproc/senna/files/patch-configure.ac deleted file mode 100644 index 3a58d8ec950d..000000000000 --- a/textproc/senna/files/patch-configure.ac +++ /dev/null @@ -1,10 +0,0 @@ ---- configure.ac.orig Thu May 5 21:23:50 2005 -+++ configure.ac Thu May 5 21:24:17 2005 -@@ -11,6 +11,6 @@ - AM_PROG_LIBTOOL - AC_CONFIG_FILES([Makefile test/Makefile lib/Makefile]) - AC_SUBST(SENNA_HOME) --AC_CHECK_LIB(mecab, mecab_new3, [],[echo "No libmecab found (You need a patched version, if using mecab without mecab_new3)"; exit 1]) -+AC_CHECK_LIB(mecab-razil, mecab_new3, [],[echo "No libmecab-razil found (You need a patched version, if using mecab without mecab_new3)"; exit 1]) - - AC_OUTPUT diff --git a/textproc/senna/files/patch-senna_in.h b/textproc/senna/files/patch-senna_in.h deleted file mode 100644 index 198ff207f39b..000000000000 --- a/textproc/senna/files/patch-senna_in.h +++ /dev/null @@ -1,31 +0,0 @@ ---- lib/senna_in.h.orig Sat Aug 27 23:59:02 2005 -+++ lib/senna_in.h Sun Aug 28 13:13:56 2005 -@@ -14,16 +14,28 @@ - License along with this library; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - */ -+#ifndef _SENNA_IN_H -+#define _SENNA_IN_H -+ - #include "config.h" - - #ifdef HAVE_STDLIB_H - #include <stdlib.h> - #endif /* HAVE_STDLIB_H */ - -+/* #include <sys/types.h> */ -+#include <unistd.h> -+ - #ifdef HAVE_STDINT_H - #include <stdint.h> -+#else -+#include <inttypes.h> -+typedef uint8_t uint_least8_t; -+typedef int8_t int_least8_t; - #endif /* HAVE_STDINT_H */ - - #ifndef _SENNA_H - #include "senna.h" - #endif /* _SENNA_H */ -+ -+#endif /* _SENNA_IN_H */ |