head	1.5;
access;
symbols
	RELEASE_5_3_0:1.4
	RELEASE_4_10_0:1.4
	RELEASE_5_2_1:1.2
	RELEASE_5_2_0:1.2
	RELEASE_4_9_0:1.2
	RELEASE_5_1_0:1.2;
locks; strict;
comment	@# @;


1.5
date	2004.10.27.15.25.11;	author vanilla;	state dead;
branches;
next	1.4;

1.4
date	2004.01.09.20.43.27;	author pav;	state Exp;
branches;
next	1.3;

1.3
date	2004.01.02.14.30.35;	author pav;	state Exp;
branches;
next	1.2;

1.2
date	2003.04.13.10.56.08;	author edwin;	state Exp;
branches;
next	1.1;

1.1
date	2003.03.26.10.29.08;	author kevlo;	state Exp;
branches;
next	;


desc
@@


1.5
log
@Upgrade to 3.0.2.

PR:		ports/73185
Submitted by:	maintainer
Some part by:	me
@
text
@--- Makefile.orig	Mon Dec 29 09:10:25 2003
+++ Makefile	Thu Jan  8 23:49:23 2004
@@@@ -1,12 +1,12 @@@@
 CC = gcc
 
-CFLAGS= -O2 -fno-strength-reduce -Wall -D_USE_XFT
+CFLAGS= -O2 -fno-strength-reduce -DSIGUNUSED=32 -Wall -D_USE_XFT
 
 INC = `xft-config --cflags`
 
 SRC = IC.c py.c ime.c InputWindow.c KeyList.c main.c MainWindow.c MyErrorsHandlers.c punc.c pyMapTable.c pyParser.c PYFA.c sp.c SetLocale.c tools.c ui.c wbx.c xim.c 
 
-LIB = `xft-config --libs`
+LIB = `xft-config --libs` -liconv
 
 OBJ = $(SRC:.c=.o)
 
@


1.4
log
@- Update to 2.0.1

PR:		ports/61135
Submitted by:	Dryice Liu <dryice@@liu.com.cn> (maintainer)
@
text
@@


1.3
log
@- Update to 1.8.5
- Take maintainership
- Add to x11 category

PR:		ports/60808
Submitted by:	Dryice Liu <dryice@@liu.com.cn>
@
text
@d1 2
a2 2
--- Makefile.orig	Thu Jan  1 21:11:24 2004
+++ Makefile	Thu Jan  1 21:14:40 2004
d6 2
a7 2
-CFLAGS= -O2 -fno-strength-reduce
+CFLAGS= -O2 -fno-strength-reduce -DSIGUNUSED=32
d9 1
a9 2
-INC =  -I/usr/X11R6/include -I.
+INC =  -I${LOCALBASE}/include -I${X11BASE}/include -I.
d11 1
a11 1
 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
d13 2
a14 2
-LIB = -L/usr/X11R6/lib -lX11
+LIB = -L${LOCALBASE}/lib -L${X11BASE}/lib -lX11 -liconv
@


1.2
log
@Update port: chinese/fcitx

	o update to 1.8.3
	o add MASTER_SITESS

PR:		ports/50847
Submitted by:	Statue <statue@@freebsd.sinica.edu.tw>
@
text
@d1 2
a2 2
--- Makefile.orig	Wed Mar 26 02:29:39 2003
+++ Makefile	Wed Mar 26 02:41:59 2003
d12 1
a12 1
 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
@


1.1
log
@Initial import of fcitx 1.8.2

Fcitx is a simple and fast GBK Chinese XIM server.

PR: 50311
Submitted by: Shen Chuan-Hsing <statue@@freebsd.sinica.edu.tw>
@
text
@d10 1
a10 1
+INC =  -I/usr/local/include -I/usr/X11R6/include -I.
d15 1
a15 1
+LIB = -L/usr/local/lib -L/usr/X11R6/lib -lX11 -liconv
@

