Bug 50753 - Update port: chinese/chinput3
Summary: Update port: chinese/chinput3
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-04-09 13:20 UTC by statue
Modified: 2003-04-11 02:47 UTC (History)
0 users

See Also:


Attachments
file.diff (328 bytes, patch)
2003-04-09 13:20 UTC, statue
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description statue 2003-04-09 13:20:06 UTC
fix Makefile WRKSRC error.
Comment 1 statue 2003-04-09 13:38:51 UTC
diff -ruN chinput3.orig/Makefile chinput3/Makefile
--- chinput3.orig/Makefile	Wed Apr  9 20:08:43 2003
+++ chinput3/Makefile	Wed Apr  9 20:29:25 2003
@@ -6,16 +6,17 @@
 #
 
 PORTNAME=	chinput
-PORTVERSION=	3.0.2
+PORTVERSION=	3.0.2.5
 CATEGORIES=	chinese x11
 MASTER_SITES=	ftp://freebsd.sinica.edu.tw/pub/statue/chinput3/
-DISTNAME=	zh-${PORTNAME}-${PORTVERSION}fix4
 
 MAINTAINER=	statue@freebsd.sinica.edu.tw
 COMMENT=	Chinese GB2312,BIG5 code input server
 
 USE_XLIB=	yes
 USE_IMLIB=	yes
-WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}fix3
+
+port-install:
+	@${SED} -e 's,%%X11BASE%%,${X11BASE},g' < ${PKGMESSAGE}
 
 .include <bsd.port.mk>
diff -ruN chinput3.orig/distinfo chinput3/distinfo
--- chinput3.orig/distinfo	Wed Apr  9 20:08:43 2003
+++ chinput3/distinfo	Wed Apr  9 20:34:28 2003
@@ -1 +1 @@
-MD5 (zh-chinput-3.0.2fix4.tar.gz) = 324670099f705f880f131c3bd1a278f9
+MD5 (chinput-3.0.2.5.tar.gz) = dee38df80e6408aca70ee4f367cc988a
diff -ruN chinput3.orig/pkg-message chinput3/pkg-message
--- chinput3.orig/pkg-message	Thu Jan  1 08:00:00 1970
+++ chinput3/pkg-message	Wed Apr  9 20:28:53 2003
@@ -0,0 +1,10 @@
+-------------------------------------------------------------------------------
+Please check the following files:
+ %%X11BASE%%/lib/X11/locale/zh_CN/XI18N_OBJS
+If not exist, copy %%X11BASE%%/lib/X11/locale/zh/XI18N_OBJS to it.
+
+Remember to set environment varible XMODIFIERS:
+ csh/tcsh: setenv XMODIFIERS @im=Chinput
+ sh/bash:  export XMODIFIERS='@im=Chinput'
+and set LANG, LC_CTYPE to zh_CN.EUC.
+-------------------------------------------------------------------------------
Comment 2 Yen-Ming Lee freebsd_committer freebsd_triage 2003-04-11 02:46:59 UTC
State Changed
From-To: open->closed

Committed, thanks.