Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Apr 2006 13:30:22 -0400 (EDT)
From:      Rong-En Fan <rafan@infor.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/96163: [MAINTAINER] chinese/oxim: update to 1.0.2
Message-ID:  <200604221730.k3MHUMTF098047@woodstock.rafan.org>
Resent-Message-ID: <200604221740.k3MHeDJ2084617@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         96163
>Category:       ports
>Synopsis:       [MAINTAINER] chinese/oxim: update to 1.0.2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Apr 22 17:40:12 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Rong-En Fan
>Release:        FreeBSD 7.0-CURRENT i386
>Organization:
NTU CSIE
>Environment:
System: FreeBSD woodstock.rafan.org 7.0-CURRENT FreeBSD 7.0-CURRENT #21: Tue Apr 11 22:22:56 EDT 2006
>Description:
- Update to 1.0.2
- add mirror site
- required libchewing version changed from 0.2.7 to 0.2.6
- configure patch no longer needed

Removed file(s):
- files/patch-configure

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- oxim-1.0.2.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/chinese/oxim/Makefile /home/rafan/tmp/oxim/oxim/Makefile
--- /usr/ports/chinese/oxim/Makefile	Wed Mar 29 10:32:25 2006
+++ /home/rafan/tmp/oxim/oxim/Makefile	Sat Apr 22 02:32:35 2006
@@ -6,17 +6,18 @@
 #
 
 PORTNAME=	oxim
-PORTVERSION=	1.0.1
+PORTVERSION=	1.0.2
 CATEGORIES=	chinese textproc
-MASTER_SITES=	ftp://140.111.128.66/odp/OXIM/Source/
+MASTER_SITES=	ftp://apt.nc.hcc.edu.tw/pub/mirror/opendesktop.org.tw/OXIM/Source/ \
+		ftp://140.111.128.66/odp/OXIM/Source/
 
 MAINTAINER=	rafan@infor.org
 COMMENT=	Open X Input Method server
 
 # make sure we have the required libchewing
 LIB_DEPENDS=	Xft.2:${PORTSDIR}/x11-fonts/libXft
-BUILD_DEPENDS=	zh-libchewing>=0.2.7:${PORTSDIR}/chinese/libchewing
-RUN_DEPENDS=	zh-libchewing>=0.2.7:${PORTSDIR}/chinese/libchewing \
+BUILD_DEPENDS=	zh-libchewing>=0.2.6:${PORTSDIR}/chinese/libchewing
+RUN_DEPENDS=	zh-libchewing>=0.2.6:${PORTSDIR}/chinese/libchewing \
 		zh-fireflyttf>=0:${PORTSDIR}/chinese/fireflyttf
 
 OPTIONS=	GTK2 "Enable GTK2 input method module" On
@@ -62,6 +63,9 @@
 post-patch:
 	${REINPLACE_CMD} 's|%%PREFIX%%|${PREFIX}|' \
 			${WRKSRC}/src/gtk-immodule/gtkintl.h
+	${REINPLACE_CMD} 's|^(defint|(define|' \
+			${WRKSRC}/etc/oxim.conf.in
+
 post-install:
 .if !defined(WITHOUT_GTK2)
 	@gtk-query-immodules-2.0 > ${PREFIX}/etc/gtk-2.0/gtk.immodules
diff -ruN --exclude=CVS /usr/ports/chinese/oxim/distinfo /home/rafan/tmp/oxim/oxim/distinfo
--- /usr/ports/chinese/oxim/distinfo	Wed Mar 29 10:32:25 2006
+++ /home/rafan/tmp/oxim/oxim/distinfo	Sat Apr 22 02:05:00 2006
@@ -1,3 +1,3 @@
-MD5 (oxim-1.0.1.tar.gz) = c884153c122e4110a85184141de53aca
-SHA256 (oxim-1.0.1.tar.gz) = 2099c98f8b0aa9830b92f0dff42fc461cce92ce48d43d81b4d8036bdb4d019a2
-SIZE (oxim-1.0.1.tar.gz) = 3023499
+MD5 (oxim-1.0.2.tar.gz) = 139a17fe691b4e122abcadb1d136489e
+SHA256 (oxim-1.0.2.tar.gz) = 356a80c02065c8107541fc8d3e37d1e2ed2d0479f3e35293dab2bc76cef100b8
+SIZE (oxim-1.0.2.tar.gz) = 3053511
diff -ruN --exclude=CVS /usr/ports/chinese/oxim/files/patch-configure /home/rafan/tmp/oxim/oxim/files/patch-configure
--- /usr/ports/chinese/oxim/files/patch-configure	Wed Mar 29 10:32:26 2006
+++ /home/rafan/tmp/oxim/oxim/files/patch-configure	Wed Dec 31 19:00:00 1969
@@ -1,21 +0,0 @@
---- configure.orig	Sat Mar 18 10:57:51 2006
-+++ configure	Sat Mar 18 11:02:32 2006
-@@ -29642,6 +29642,7 @@
-         test $found = y && break
-     done
- fi
-+if  test "$enable_bimsphone_module" = "yes" ; then
- if test $found = n; then
-     echo "$as_me:$LINENO: result: You need Berkeley DB to compile bimsphone module." >&5
- echo "${ECHO_T}You need Berkeley DB to compile bimsphone module." >&6
-@@ -29652,6 +29653,10 @@
- DB_INC=${db_include}
- 
- DB_LIBS=${db_lib}
-+else
-+DB_INC=
-+DB_LIBS=
-+fi
- 
- 
- #-----------------------------------------------------------------------
diff -ruN --exclude=CVS /usr/ports/chinese/oxim/pkg-plist /home/rafan/tmp/oxim/oxim/pkg-plist
--- /usr/ports/chinese/oxim/pkg-plist	Wed Mar 29 10:32:25 2006
+++ /home/rafan/tmp/oxim/oxim/pkg-plist	Sat Apr 22 02:20:24 2006
@@ -13,6 +13,8 @@
 lib/oxim/modules/gen-inp.so
 lib/oxim/modules/unicode.la
 lib/oxim/modules/unicode.so
+lib/oxim/panels/defaultkeyboard.conf
+lib/oxim/panels/defaultkeyboard.xpm
 lib/oxim/tables/array30.tab
 lib/oxim/tables/cns11643.tab
 lib/oxim/tables/cnscj.tab
@@ -20,10 +22,11 @@
 lib/oxim/tables/cnsphone.tab
 lib/oxim/tables/default.phr
 lib/oxim/tables/ez.tab
-lib/oxim/tables/sys.tab
+lib/oxim/tables/symbol.list
 @dirrm etc/oxim
-@dirrm lib/oxim/tables
 @dirrm lib/oxim/modules
+@dirrm lib/oxim/panels
+@dirrm lib/oxim/tables
 @dirrm lib/oxim
 %%GTK2%%@dirrmtry lib/gtk-2.0/immodules
 %%GTK2%%@dirrmtry lib/gtk-2.0
--- oxim-1.0.2.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200604221730.k3MHUMTF098047>