mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-31 05:41:08 +00:00
update patch for Big5 IME support
PR: 30504 Submitted by: Yen-Ming Lee <leeym@utopia.leeym.com>
This commit is contained in:
parent
e43f28dd65
commit
89ce001103
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=48035
@ -7,12 +7,12 @@
|
||||
|
||||
PORTNAME= zhcon
|
||||
PORTVERSION= 0.14f
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= chinese
|
||||
MASTER_SITES= http://freebsd.sinica.edu.tw/~statue/ \
|
||||
ftp://ftp.gnuchina.org/pub/linux/chinese/inputmethod/console/zhcon/BSDPort/ \
|
||||
http://www.cis.nctu.edu.tw/~gis89501/zhcon/
|
||||
DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} zhb5-ime-0.tgz
|
||||
DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} zhb5-ime-1.tgz
|
||||
|
||||
MAINTAINER= statue@freebsd.sinica.edu.tw
|
||||
|
||||
@ -42,7 +42,6 @@ post-patch:
|
||||
@${PERL} -pi -e 's,machine/console.h>,sys/consio.h>\n#include <sys/fbio.h>\n#include <sys/kbio.h>\n,' ${WRKSRC}/${PORTNAME}/*.cpp
|
||||
.endif
|
||||
.if defined(WITH_BIG5)
|
||||
@${PATCH} ${PATCH_DIST_ARGS:S/${WRKSRC}/${WRKDIR}\/zh-big5-ime/} < ${PATCHDIR}/extrapatch-aa
|
||||
.for file in zhcon-0.14-big5-bar.diff.gz zhcon-0.14-big5-dirty-ime.diff.gz
|
||||
@${GZCAT} ${WRKDIR}/zh-big5-ime/${file} | ${PATCH} ${PATCH_DIST_ARGS:S/p0/p1/}
|
||||
.endfor
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (zhcon-0.14f.tar.gz) = d7a8c49bc7b7d97cd30385f0110806bc
|
||||
MD5 (zhb5-ime-0.tgz) = 18bd204c1e52f7b98c58a42c04036a80
|
||||
MD5 (zhb5-ime-1.tgz) = 55b1c0e34534ed6559af056b9d8fe998
|
||||
|
Loading…
Reference in New Issue
Block a user