summaryrefslogtreecommitdiffstats
path: root/chinese
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2004-01-02 14:30:35 +0000
committerpav <pav@FreeBSD.org>2004-01-02 14:30:35 +0000
commit834bee5c63d6e976a2450b85b7455faa5ef62b85 (patch)
treeec7866f850bbe5da2d3969b740391f483b9fe4f1 /chinese
parentac43a6e8ed4a6abba07043e95ec8aca835384a58 (diff)
downloadFreeBSD-ports-834bee5c63d6e976a2450b85b7455faa5ef62b85.zip
FreeBSD-ports-834bee5c63d6e976a2450b85b7455faa5ef62b85.tar.gz
- Update to 1.8.5
- Take maintainership - Add to x11 category PR: ports/60808 Submitted by: Dryice Liu <dryice@liu.com.cn>
Diffstat (limited to 'chinese')
-rw-r--r--chinese/fcitx/Makefile11
-rw-r--r--chinese/fcitx/distinfo2
-rw-r--r--chinese/fcitx/files/patch-Makefile6
-rw-r--r--chinese/fcitx/pkg-plist4
4 files changed, 9 insertions, 14 deletions
diff --git a/chinese/fcitx/Makefile b/chinese/fcitx/Makefile
index bcebda6..01191e6 100644
--- a/chinese/fcitx/Makefile
+++ b/chinese/fcitx/Makefile
@@ -6,13 +6,12 @@
#
PORTNAME= fcitx
-PORTVERSION= 1.8.4
-CATEGORIES= chinese
-MASTER_SITES= http://www.fcitx.org/ \
- ftp://freebsd.sinica.edu.tw/pub/statue/fcitx/
+PORTVERSION= 1.8.5
+CATEGORIES= chinese x11
+MASTER_SITES= http://www.fcitx.org/
EXTRACT_SUFX= .tar.bz2
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= dryice@liu.com.cn
COMMENT= A simple and fast GBK Chinese XIM server
LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv
@@ -22,7 +21,7 @@ USE_XLIB= yes
USE_REINPLACE= yes
post-patch:
- @${REINPLACE_CMD} -e 's#usr/share#${LOCALBASE}/share#g' ${WRKSRC}/Makefile ${WRKSRC}/ime.h ${WRKSRC}/data/fcitx
+ @${REINPLACE_CMD} -e 's#usr/share#${LOCALBASE}/share#g' ${WRKSRC}/Makefile ${WRKSRC}/ime.h
@${REINPLACE_CMD} -e 's#usr/bin#${LOCALBASE}/bin#g' ${WRKSRC}/Makefile
@${REINPLACE_CMD} -e 's#zh_CN.GB2312#zh_CN.EUC#g' ${WRKSRC}/window.c
@${REINPLACE_CMD} -e 's#zh_CN.gb2312#zh_CN.EUC#g' ${WRKSRC}/xim.c
diff --git a/chinese/fcitx/distinfo b/chinese/fcitx/distinfo
index 3e741a1..5fde9fe 100644
--- a/chinese/fcitx/distinfo
+++ b/chinese/fcitx/distinfo
@@ -1 +1 @@
-MD5 (fcitx-1.8.4.tar.bz2) = 8b7bd99df70b57c4b8ad085ea25d88db
+MD5 (fcitx-1.8.5.tar.bz2) = c2b7c48b906c4812f305fc9f5a605458
diff --git a/chinese/fcitx/files/patch-Makefile b/chinese/fcitx/files/patch-Makefile
index 809ba9f..759a32f 100644
--- a/chinese/fcitx/files/patch-Makefile
+++ b/chinese/fcitx/files/patch-Makefile
@@ -1,5 +1,5 @@
---- Makefile.orig Wed Mar 26 02:29:39 2003
-+++ Makefile Wed Mar 26 02:41:59 2003
+--- Makefile.orig Thu Jan 1 21:11:24 2004
++++ Makefile Thu Jan 1 21:14:40 2004
@@ -1,12 +1,12 @@
CC = gcc
@@ -9,7 +9,7 @@
-INC = -I/usr/X11R6/include -I.
+INC = -I${LOCALBASE}/include -I${X11BASE}/include -I.
- SRC = main.c ime.c AddPhraseWindow.c IC.c InputWindow.c MainWindow.c MyErrorsHandlers.c punc.c py.c PYFA.c pyParser.c pyMapTable.c SetLocale.c tools.c wbx.c window.c xim.c qw.c sp.c py-2.c
+ SRC = main.c ime.c KeyList.c AddPhraseWindow.c IC.c InputWindow.c MainWindow.c MyErrorsHandlers.c punc.c py.c PYFA.c pyParser.c pyMapTable.c SetLocale.c tools.c wbx.c window.c xim.c qw.c sp.c py-2.c
-LIB = -L/usr/X11R6/lib -lX11
+LIB = -L${LOCALBASE}/lib -L${X11BASE}/lib -lX11 -liconv
diff --git a/chinese/fcitx/pkg-plist b/chinese/fcitx/pkg-plist
index a1ffd76..ccecd32 100644
--- a/chinese/fcitx/pkg-plist
+++ b/chinese/fcitx/pkg-plist
@@ -5,8 +5,4 @@ share/fcitx/pybase.mb
share/fcitx/pyphrase.mb
share/fcitx/sp.dat
share/fcitx/wbx.mb
-share/fcitx/fcitx
-share/fcitx/fonts/fonts.dir
-share/fcitx/fonts/gbkst16.pcf.gz
-@dirrm share/fcitx/fonts
@dirrm share/fcitx
OpenPOWER on IntegriCloud