scim-tables updated to 0.5.4

Jie Gao gaoj at cpsc.ucalgary.ca
Wed Nov 2 20:58:33 PST 2005


Hi Norikatsu,

The patch for scim-table-imengine looks alright. For the zh-scim-tables port, 
it didn't work because that "SUBDIRS = ..." line in ${WRKSRC}/Makefile.in 
could not be patched correctly. (But strangly no errors popped up.) The 
attached file is what should be put in chinese/scim-tables/files/. You can 
generate a new patch according to this file and to see if that works.

Jie

-- 
GAO, Jie
PhD Candidate
Artificial Intelligence Research Lab  http://www.cpsc.ucalgary.ca/~gaoj
Department of Computer Science        E-mail: gaoj at cpsc.ucalgary.ca
University of Calgary                 Tel: 1-403-220-7688

On Tue, 1 Nov 2005, Norikatsu Shigemura wrote:

> Hi Jie.
>
> 	scim-tables was updated to 0.5.4.  So I made patches which apply
> 	to textproc/scim-table-imengine, japanese/scim-tables,
> 	korean/scim-tables and chinese/scim-tables.  Please review
> 	my attached patches.
>
> 	NOTE: I confirmed that new chinese/scim-tables is not works:-(.
>
-------------- next part --------------
--- Makefile.in.orig	Sun Oct 30 06:07:39 2005
+++ Makefile.in	Wed Nov  2 21:45:04 2005
@@ -75,7 +75,7 @@
 	uninstall-recursive
 ETAGS = etags
 CTAGS = ctags
-DIST_SUBDIRS = intl icons m4 po src tables skim
+DIST_SUBDIRS = icons tables
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 distdir = $(PACKAGE)-$(VERSION)
 top_distdir = $(distdir)
@@ -260,7 +260,7 @@
 EXTRA_DIST = config.rpath mkinstalldirs  bootstrap scim-tables.spec
 AUTOMAKE_OPTIONS = gnu
 @SCIM_TABLES_ENABLE_SKIM_SUPPORT_TRUE at SKIM_SUBDIR = skim
-SUBDIRS = intl icons m4 po src tables $(SKIM_SUBDIR)
+SUBDIRS = icons tables 
 MAINTAINERCLEANFILES = Makefile.in aclocal.m4 configure $(AUX_DIST)
 CLEANFILES = *.bak 
 ACLOCAL_AMFLAGS = -I m4


More information about the freebsd-ports mailing list