- Sync with update of japanese/anthy.
- Bump PORTREVISION.
This commit is contained in:
parent
7c76c35dae
commit
f00461a84a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=512029
4 changed files with 27 additions and 12 deletions
|
@ -3,17 +3,22 @@
|
|||
|
||||
PORTNAME= kasumi
|
||||
PORTVERSION= 2.5
|
||||
PORTREVISION= 7
|
||||
PORTREVISION= 8
|
||||
CATEGORIES= japanese
|
||||
MASTER_SITES= OSDN/${PORTNAME}/41436
|
||||
|
||||
MAINTAINER= nobutaka@FreeBSD.org
|
||||
COMMENT= Dictionary management tool for anthy
|
||||
|
||||
LIB_DEPENDS= libanthy.so:japanese/anthy
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
USES= compiler:c++11-lang gmake localbase:ldflags pkgconfig
|
||||
USE_GNOME= gtk20
|
||||
LIB_DEPENDS= libanthy.so:japanese/anthy \
|
||||
libfontconfig.so:x11-fonts/fontconfig \
|
||||
libfreetype.so:print/freetype2
|
||||
|
||||
USES= compiler:c++11-lang gmake gnome iconv:wchar_t localbase:ldflags pkgconfig
|
||||
USE_GNOME= gtk20 cairo gdkpixbuf2
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
|
|
10
japanese/kasumi/files/patch-KasumiDic.cxx
Normal file
10
japanese/kasumi/files/patch-KasumiDic.cxx
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- KasumiDic.cxx.orig 2007-10-30 15:09:23 UTC
|
||||
+++ KasumiDic.cxx
|
||||
@@ -75,7 +75,6 @@ void KasumiDic::load(KasumiConfiguration *conf)
|
||||
const int FREQ_UBOUND = conf->getPropertyValueByInt("MaxFrequency");
|
||||
|
||||
int anthy_version = atoi(anthy_get_version_string());
|
||||
- assert(anthy_version != 0);
|
||||
|
||||
try{
|
||||
if(anthy_priv_dic_select_first_entry() == -1){
|
|
@ -1,6 +1,6 @@
|
|||
--- KasumiException.hxx.orig Fri Jan 7 23:18:09 2005
|
||||
+++ KasumiException.hxx Sun May 22 19:58:45 2005
|
||||
@@ -5,6 +5,8 @@
|
||||
--- KasumiException.hxx.orig 2006-05-26 17:41:25 UTC
|
||||
+++ KasumiException.hxx
|
||||
@@ -30,6 +30,8 @@
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
|
@ -8,4 +8,4 @@
|
|||
+
|
||||
using namespace std;
|
||||
|
||||
class KasumiDicExaminationException{
|
||||
enum _output {STDOUT, STDERR, ERR_DIALOG, WARNING_DIALOG};
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
--- configure.orig 2014-06-16 23:25:01.000000000 +0900
|
||||
+++ configure 2014-06-16 23:25:34.000000000 +0900
|
||||
@@ -7365,7 +7365,7 @@
|
||||
--- configure.orig 2009-07-17 00:52:02 UTC
|
||||
+++ configure
|
||||
@@ -7365,7 +7365,7 @@ fi
|
||||
fi
|
||||
if test "X$ltrpathdirs" != "X"; then
|
||||
for found_dir in $ltrpathdirs; do
|
||||
|
@ -9,7 +9,7 @@
|
|||
done
|
||||
fi
|
||||
|
||||
@@ -8587,7 +8587,7 @@
|
||||
@@ -8587,7 +8587,7 @@ fi
|
||||
fi
|
||||
if test "X$ltrpathdirs" != "X"; then
|
||||
for found_dir in $ltrpathdirs; do
|
||||
|
|
Loading…
Reference in a new issue