Update to 0.9.
nabi now supports ko_KR.eucKR locale! :)
This commit is contained in:
parent
0a0d69f8c1
commit
8a0b034ea5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=91216
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= nabi
|
||||
PORTVERSION= 0.8
|
||||
PORTVERSION= 0.9
|
||||
CATEGORIES= korean gnome x11
|
||||
MASTER_SITES= http://download.kldp.net/nabi/
|
||||
|
||||
@ -26,17 +26,4 @@ CONFIGURE_ARGS= --with-default-keyboard=39
|
||||
CONFIGURE_ARGS= --with-default-keyboard=3f
|
||||
.endif
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == amd64 || ${ARCH} == ia64 || ${ARCH} == sparc64
|
||||
# no appropriate iconv encoding for 64bit wchar_t
|
||||
VWCHARTENC= NOPE
|
||||
.else
|
||||
VWCHARTENC= UCS-4-INTERNAL
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} 's,WCHAR_T,${VWCHARTENC},g' \
|
||||
${WRKSRC}/src/server.c
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (nabi-0.8.tar.gz) = 448fa716ed1706c15f6f0a25f58b064d
|
||||
MD5 (nabi-0.9.tar.gz) = 3bfe481bcbac1692d90065fb40f9d3ec
|
||||
|
Loading…
Reference in New Issue
Block a user