aboutsummaryrefslogtreecommitdiff
path: root/japanese/eb
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2005-07-31 07:17:11 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2005-07-31 07:17:11 +0000
commitbf958d6a97c99e1e78cadd6fd44a67fdbeaf496c (patch)
treeea5cb10cb77a9b9ffa256350809f21110ef33963 /japanese/eb
parent0be0fb477cb7000852c24a6cf6bba1c9bf3abd7e (diff)
downloadports-bf958d6a97c99e1e78cadd6fd44a67fdbeaf496c.tar.gz
ports-bf958d6a97c99e1e78cadd6fd44a67fdbeaf496c.zip
o Update to 4.2. [1]
o Fix minor bug. [2] PR: ports/81629 [1] Submitted by: KIMURA Yasuhiro <yasu@utahime.org> [1] Obtained from: ndtpd/01982 [2] Approved by: maintainer timeout
Notes
Notes: svn path=/head/; revision=140522
Diffstat (limited to 'japanese/eb')
-rw-r--r--japanese/eb/Makefile8
-rw-r--r--japanese/eb/distinfo4
-rw-r--r--japanese/eb/files/patch-eb-book.c15
-rw-r--r--japanese/eb/pkg-plist2
4 files changed, 21 insertions, 8 deletions
diff --git a/japanese/eb/Makefile b/japanese/eb/Makefile
index ad75d36cb115..aa2c07bb22e0 100644
--- a/japanese/eb/Makefile
+++ b/japanese/eb/Makefile
@@ -6,8 +6,8 @@
#
PORTNAME= eb
-PORTVERSION= 4.1.3
-PORTREVISION= 1
+PORTVERSION= 4.2
+PORTREVISION= 0
CATEGORIES= japanese
MASTER_SITES= ftp://ftp.sra.co.jp/pub/misc/eb/
DISTFILES= ${EBFILES} \
@@ -15,9 +15,6 @@ DISTFILES= ${EBFILES} \
${APPENDIXFILES}
EXTRACT_ONLY= ${EBFILES}
-PATCH_SITES= ${MASTER_SITES}
-#PATCHFILES= ${DISTNAME}+.diff ${DISTNAME}+2.diff
-
MAINTAINER= takamune2004@yahoo.co.jp
COMMENT= C library for accessing EB, EBG, EBXA and EPWING CD-ROM dictionaries
@@ -57,6 +54,7 @@ APPENDIXFILES= appendix/cencro-1.0.tar.gz \
DIST_SUBDIR= eb
+USE_BZIP2= yes
USE_GETTEXT= yes
USE_PERL5= yes
USE_LIBTOOL_VER= 15
diff --git a/japanese/eb/distinfo b/japanese/eb/distinfo
index d574b68010cc..c7a41dc341c6 100644
--- a/japanese/eb/distinfo
+++ b/japanese/eb/distinfo
@@ -1,5 +1,5 @@
-MD5 (eb/eb-4.1.3.tar.gz) = 178abafd7b7d176904334170614e2b99
-SIZE (eb/eb-4.1.3.tar.gz) = 1053101
+MD5 (eb/eb-4.2.tar.bz2) = c47e1116fb9c0008b7051abd43d9ab47
+SIZE (eb/eb-4.2.tar.bz2) = 479270
MD5 (eb/appendix/LIST) = 07bef37d1fbd4876077f95fe2ca630a1
SIZE (eb/appendix/LIST) = 11210
MD5 (eb/appendix/LIST-ja) = ec3c7c980b131d1dcdbe9eddee62e2e1
diff --git a/japanese/eb/files/patch-eb-book.c b/japanese/eb/files/patch-eb-book.c
new file mode 100644
index 000000000000..0927dc95ae57
--- /dev/null
+++ b/japanese/eb/files/patch-eb-book.c
@@ -0,0 +1,15 @@
+--- eb/book.c.orig Sun May 29 09:42:54 2005
++++ eb/book.c Sun Jul 31 16:06:39 2005
+@@ -658,8 +658,11 @@
+ error_code = EB_ERR_FAIL_READ_CAT;
+ break;
+ }
+- if (*(buffer + 4) == '\0')
++ if (*(buffer + 4) == '\0') {
++ strcpy(subbook->sound_file_name, subbook->text_file_name);
++ strcpy(subbook->graphic_file_name, subbook->text_file_name);
+ continue;
++ }
+
+ /*
+ * Set a text file name and its compression hint.
diff --git a/japanese/eb/pkg-plist b/japanese/eb/pkg-plist
index 8250a8e7b412..d92c350b2a0e 100644
--- a/japanese/eb/pkg-plist
+++ b/japanese/eb/pkg-plist
@@ -20,7 +20,7 @@ include/eb/zio.h
@dirrm include/eb
lib/libeb.a
lib/libeb.so
-lib/libeb.so.9
+lib/libeb.so.10
share/aclocal/eb4.m4
%%DOCSDIR%%/eb-01.html
%%DOCSDIR%%/eb-02.html