Bug 78266 - [maintainer] Upgrade {chinese,korean,japanese}/scim-tables to 0.5.1
Summary: [maintainer] Upgrade {chinese,korean,japanese}/scim-tables to 0.5.1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Cheng-Lung Sung
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-02 02:20 UTC by Jie Gao
Modified: 2005-03-07 08:29 UTC (History)
0 users

See Also:


Attachments
patch-chinese-scim-tables (6.53 KB, text/plain)
2005-03-02 02:20 UTC, Jie Gao
no flags Details
patch-japanese-scim-tables (5.13 KB, text/plain)
2005-03-02 02:20 UTC, Jie Gao
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jie Gao 2005-03-02 02:20:16 UTC
	
Upgrade the following scim-tables ports to 0.5.1:

  chinese/scim-tables
  korean/scim-tables
  japanese/scim-tables

This PR depends on PR ports/78264 .

Fix: Apply the following 3 patches:

? korean/scim-tables/files/patch-ko-Makefile.in
Index: korean/scim-tables/Makefile
===================================================================
RCS file: /home/grads/gaoj/repository/ports/korean/scim-tables/Makefile,v
retrieving revision 1.8
diff -u -r1.8 Makefile
--- korean/scim-tables/Makefile	19 Jan 2005 22:07:10 -0000	1.8
+++ korean/scim-tables/Makefile	2 Mar 2005 01:37:26 -0000
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	scim-tables
-PORTVERSION=	0.4.3
-PORTREVISION=	1
+PORTVERSION=	0.5.1
 CATEGORIES=	korean
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=scim
@@ -15,7 +14,7 @@
 MAINTAINER=	ports@freebsd.org
 COMMENT=	SCIM table based Korean input methods
 
-BUILD_DEPENDS=	scim:${PORTSDIR}/textproc/scim
+BUILD_DEPENDS=	scim-make-table:${PORTSDIR}/textproc/scim-table-imengine
 RUN_DEPENDS=	${BUILD_DEPENDS}
 
 USE_X_PREFIX=	yes
@@ -25,7 +24,7 @@
 .include <bsd.port.pre.mk>
 
 .if ${OSVERSION} < 500035
-BROKEN=		scim-make-table is not available for 4.x
+BROKEN=		No working scim-make-table command on 4.x. Install textproc/scim-table-imengine for details
 .endif
 
 post-install:
Index: korean/scim-tables/distinfo
===================================================================
RCS file: /home/grads/gaoj/repository/ports/korean/scim-tables/distinfo,v
retrieving revision 1.3
diff -u -r1.3 distinfo
--- korean/scim-tables/distinfo	17 Sep 2004 20:12:28 -0000	1.3
+++ korean/scim-tables/distinfo	2 Mar 2005 01:37:26 -0000
@@ -1,2 +1,2 @@
-MD5 (scim-tables-0.4.3.tar.gz) = c9983d6fdb459dc9d755f1e06fa0849c
-SIZE (scim-tables-0.4.3.tar.gz) = 3789831
+MD5 (scim-tables-0.5.1.tar.gz) = 3249d0fbdb731c2003bea093dc43f19c
+SIZE (scim-tables-0.5.1.tar.gz) = 4718906
Index: korean/scim-tables/pkg-plist
===================================================================
RCS file: /home/grads/gaoj/repository/ports/korean/scim-tables/pkg-plist,v
retrieving revision 1.1
diff -u -r1.1 pkg-plist
--- korean/scim-tables/pkg-plist	6 Aug 2004 00:24:36 -0000	1.1
+++ korean/scim-tables/pkg-plist	2 Mar 2005 01:37:26 -0000
@@ -1,4 +1,5 @@
 share/scim/tables/Hangul.bin
+share/scim/tables/HangulRomaja.bin
 share/scim/tables/Hanja.bin
 share/scim/icons/Hangul.png
 share/scim/icons/Hanja.png
Index: korean/scim-tables/files/patch-Makefile.in
===================================================================
RCS file: /home/grads/gaoj/repository/ports/korean/scim-tables/files/patch-Makefile.in,v
retrieving revision 1.1
diff -u -r1.1 patch-Makefile.in
--- korean/scim-tables/files/patch-Makefile.in	6 Aug 2004 00:24:36 -0000	1.1
+++ korean/scim-tables/files/patch-Makefile.in	2 Mar 2005 01:37:26 -0000
@@ -1,11 +1,11 @@
---- Makefile.in.orig	Fri Jul  2 05:49:42 2004
-+++ Makefile.in	Fri Jul  2 05:49:47 2004
-@@ -138,7 +138,7 @@
+--- Makefile.in.orig	Tue Mar  1 15:15:55 2005
++++ Makefile.in	Tue Mar  1 15:16:18 2005
+@@ -247,7 +247,7 @@
  
- EXTRA_DIST = bootstrap scim-tables.spec
+ EXTRA_DIST = config.rpath mkinstalldirs  bootstrap scim-tables.spec
  AUTOMAKE_OPTIONS = gnu
--SUBDIRS = zh ja ko additional icons
+-SUBDIRS = intl m4 src zh ja ko additional icons po
 +SUBDIRS = ko icons
  MAINTAINERCLEANFILES = Makefile.in aclocal.m4 configure $(AUX_DIST)
  CLEANFILES = *.bak 
- all: all-recursive
+ ACLOCAL_AMFLAGS = -I m4
Index: korean/scim-tables/files/patch-icons-Makefile.in
===================================================================
RCS file: /home/grads/gaoj/repository/ports/korean/scim-tables/files/patch-icons-Makefile.in,v
retrieving revision 1.1
diff -u -r1.1 patch-icons-Makefile.in
--- korean/scim-tables/files/patch-icons-Makefile.in	6 Aug 2004 00:24:37 -0000	1.1
+++ korean/scim-tables/files/patch-icons-Makefile.in	2 Mar 2005 01:37:26 -0000
@@ -1,29 +1,36 @@
---- icons/Makefile.in.orig	Sun Jun 20 20:50:51 2004
-+++ icons/Makefile.in	Fri Jul  2 06:05:39 2004
-@@ -109,25 +109,8 @@
+--- icons/Makefile.in.orig	Tue Mar  1 15:16:23 2005
++++ icons/Makefile.in	Tue Mar  1 15:16:57 2005
+@@ -222,32 +222,8 @@
  sysconfdir = @sysconfdir@
  target_alias = @target_alias@
  MAINTAINERCLEANFILES = Makefile.in
--INST_ICONS = Amharic.png   \
+-INST_ICONS = table.png	\
+-			  Amharic.png   \
+-			  Arabic.png    \
 -			  Array30.png   \
 -			  CangJie.png   \
+-			  CangJie3.png   \
 -			  Cantonese.png \
+-			  CantonHK.png \
+-			  Quick.png \
+-			  Stroke5.png \
 -			  Dayi.png      \
 -			  Erbi.png      \
 -			  Erbi-QS.png   \
 -			  EZ.png        \
+-			  Hangul.png    \
+-			  Hanja.png     \
+-			  HIRAGANA.png  \
 -			  Jyutping.png  \
+-			  KATAKANA.png  \
+-			  Nippon.png    \
 -			  Simplex.png   \
+-			  Viqr.png      \
 -			  Wubi.png      \
--			  Ziranma.png   \
+-			  Yawerty.png   \
 -			  ZhuYin.png    \
--			  HIRAGANA.png  \
--			  KATAKANA.png  \
--			  Nippon.png    \
--			  Hangul.png    \
--			  Hanja.png     \
--			  Yawerty.png
-+INST_ICONS = Hangul.png    \
+-			  Ziranma.png
++INST_ICONS = 		  Hangul.png    \
 +			  Hanja.png
  
  EXTRA_DIST = $(INST_ICONS)
--- patch-korean-scim-tables ends here ---
How-To-Repeat: 	
N/A
Comment 1 Cheng-Lung Sung freebsd_committer freebsd_triage 2005-03-03 16:04:31 UTC
Responsible Changed
From-To: freebsd-ports-bugs->clsung

I'll handle this.
Comment 2 Cheng-Lung Sung freebsd_committer freebsd_triage 2005-03-07 08:28:28 UTC
State Changed
From-To: open->closed

Committed with minor changes, Thank you. 

Note, you forgot to add files/patch-ko-Makefile.in 
I also modified korean/scim-tables/pkg-plist...