head	1.9;
access;
symbols
	RELEASE_8_1_0:1.8
	RELEASE_7_3_0:1.8
	RELEASE_8_0_0:1.8
	RELEASE_7_2_0:1.8
	RELEASE_7_1_0:1.8
	RELEASE_6_4_0:1.8
	old_RELEASE_5_4_0:1.6
	old_RELEASE_4_11_0:1.4
	old_RELEASE_5_3_0:1.3;
locks; strict;
comment	@# @;


1.9
date	2010.08.31.15.13.42;	author garga;	state dead;
branches;
next	1.8;

1.8
date	2008.08.12.09.49.33;	author chinsan;	state Exp;
branches;
next	1.7;

1.7
date	2005.04.07.15.28.14;	author vanilla;	state dead;
branches;
next	1.6;

1.6
date	2005.03.03.05.10.04;	author vanilla;	state Exp;
branches;
next	1.5;

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

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

1.3
date	2004.08.19.18.00.00;	author vanilla;	state Exp;
branches;
next	1.2;

1.2
date	2004.08.03.18.46.42;	author vanilla;	state Exp;
branches;
next	1.1;

1.1
date	2004.08.01.17.41.50;	author vanilla;	state Exp;
branches;
next	;


desc
@@


1.9
log
@Remove chinese/gcin-devel, older than stable, broken and unmaintained
@
text
@--- Makefile.orig	2008-08-11 13:21:31.000000000 +0800
+++ Makefile	2008-08-11 13:24:33.000000000 +0800
@@@@ -197,6 +197,8 @@@@
 	install $(GCIN_SO) $(gcinlibdir)
 
 install:
+	@@echo "*** TEST ***"
+	cat config.mak
 	install -d $(datadir)/icons
 	install gcin.png $(datadir)/icons
 	$(MAKE) -C icons install
@


1.8
log
@- Update to 1.4.3.pre5
- Add QT_IM_MODULE knob.
- Add some qt4 patch from Edward Lee.
- Add conflicts with chinese/gcin
@
text
@@


1.7
log
@Upgrade to 0.9.0.

Submitted by:	chinsan <chinsan_at_mail2000.com.tw>
Approved by:	maintainer
@
text
@d1 11
a11 17
--- Makefile.orig	Fri Feb 25 21:40:34 2005
+++ Makefile	Wed Mar  2 18:27:45 2005
@@@@ -85,12 +85,12 @@@@
 	$(MAKE) -C gtk-im install
 	if [ $(prefix) = /usr/local ]; then \
 	   install -m 644 gcin.png /usr/share/icons; \
-	   install -d $(DOC_DIR); \
-	   install -m 644 README $(DOC_DIR); \
 	   install $(PROGS) $(bindir); \
 	else \
 	   install -s $(PROGS) $(bindir); \
 	fi
+	install -d $(DOC_DIR); \
+	install -m 644 README $(DOC_DIR); \
 	$(MAKE) -C scripts install
 	$(MAKE) -C menu install
 clean:
@


1.6
log
@Add a patch for gcin-setup "Help" button.

Submitted by:	chinsan <chinsan@@mail2000.com.tw>
@
text
@@


1.5
log
@Upgrade to 0.8.4.

Approved by:	maintainer
@
text
@d1 17
a17 11
--- Makefile.orig	Tue Aug  3 13:56:59 2004
+++ Makefile	Tue Aug 17 20:21:44 2004
@@@@ -68,7 +68,7 @@@@
 	install -d $(libdir)/menu
 	install -m 644 menu/* $(libdir)/menu
 	$(MAKE) -C data install
-	if [ $(prefix) = /usr/local ]; then \
+	if [ $(prefix) = /usr/local -a `uname` != FreeBSD ]; then \
 	   install -m 644 menu/* /usr/lib/menu; \
 	   which update-menus >& /dev/null && update-menus; \
 	   sh modify-XIM; \
@


1.4
log
@- Update to 0.4.5

PR:		ports/72633
Submitted by:	Kuang-che Wu <kcwu@@csie.org>
@
text
@@


1.3
log
@Upgrade to 0.2.1.

PR:		ports/70575
Submitted by:	statue <statue@@freebsd.netlab.cse.yzu.edu.tw>
@
text
@d8 1
a8 1
+	if [ $(prefix) != /usr/local ]; then \
@


1.2
log
@update to 0.2.0

PR:		ports/69909
Submitted by:	statue <statue@@netlab.cse.yzu.edu.tw>
@
text
@d1 3
a3 22
--- Makefile.orig	Sun Aug  1 18:20:13 2004
+++ Makefile	Mon Aug  2 23:22:49 2004
@@@@ -27,7 +27,7 @@@@
 PROGS_CV=kbmcv
 
 all:	$(PROGS) $(DATA) $(PROGS_CV) gcin.spec
-	make -C data
+	${MAKE} -C data
 
 gcin:      $(OBJS) $(IMdkitLIB)
 	$(CC) -o $@@ $(OBJS) $(IMdkitLIB) $(LDFLAGS)
@@@@ -56,7 +56,7 @@@@
 	$(CC) -o $@@ $(OBJS_kbmcv)
 
 $(IMdkitLIB):
-	make -C IMdkit/lib
+	${MAKE} -C IMdkit/lib
 
 install:
 	install -d $(GCIN_TABLE_DIR)
@@@@ -67,8 +67,8 @@@@
 	install -d $(bindir)
d6 1
a6 1
-	make -C data install
a7 1
+	${MAKE} -C data install
a11 11
@@@@ -80,8 +80,8 @@@@
 	   install -s $(PROGS) $(bindir); \
 	fi
 clean:
-	make -C IMdkit clean
-	make -C data clean
+	${MAKE} -C IMdkit clean
+	${MAKE} -C data clean
 	rm -f *.o *~ *.E config.mak tags core.* $(PROGS) $(PROGS_CV) $(DATA) .depend gcin.spec menu/*~
 	cd ..; tar cvfj gcin.tbz gcin
 
@


1.1
log
@Add gcin 0.1.9, a triditional chinese input utility in X.

PR:		ports/69530
Submitted by:	Shen Chuan-Hsing
@
text
@d1 3
a3 22
--- Makefile.orig	Tue Jul 20 13:01:30 2004
+++ Makefile	Thu Jul 29 03:09:13 2004
@@@@ -1,5 +1,3 @@@@
-OPTFLAGS=-g
-
 include config.mak
 
 .SUFFIXES:	.c .o .E
@@@@ -7,9 +5,9 @@@@
 OBJS=gcin.o IC.o eve.o win0.o pho.o tsin.o win1.o util.o pho-util.o gcin-conf.o tsin-util.o \
      win-sym.o intcode.o pho-sym.o win-int.o win-pho.o gcin-settings.o
 OBJS_TSLEARN=tslearn.o util.o gcin-conf.o pho-util.o tsin-util.o gcin-send.o pho-sym.o
-OBJS_phod2a=phod2a.o pho-util.o gcin-conf.o pho-sym.o
-OBJS_tsa2d=tsa2d.o gcin-send.o util.o pho-sym.o gcin-conf.o
-OBJS_phoa2d=phoa2d.o pho-sym.o gcin-send.o gcin-conf.o
+OBJS_phod2a=phod2a.o pho-util.o pho-sym.o
+OBJS_tsa2d=tsa2d.o util.o pho-sym.o
+OBJS_phoa2d=phoa2d.o pho-sym.o
 OBJS_kbmcv=kbmcv.o pho-sym.o
 OBJS_tsd2a=tsd2a.o pho-sym.o
 OBJS_gcin_steup=gcin-setup.o gcin-conf.o util.o gcin-send.o gcin-settings.o
@@@@ -26,7 +24,7 @@@@
d8 1
a8 1
+	gmake -C data
d12 1
a12 28
@@@@ -34,28 +32,28 @@@@
 	ln -sf $@@ $@@.test
 
 tslearn:        $(OBJS_TSLEARN)
-	cc -o $@@ $(OBJS_TSLEARN) $(LDFLAGS)
+	$(CC) -o $@@ $(OBJS_TSLEARN) $(LDFLAGS)
 
 gcin-setup:     $(OBJS_gcin_steup)
-	cc -o $@@ $(OBJS_gcin_steup) $(LDFLAGS)
+	$(CC) -o $@@ $(OBJS_gcin_steup) $(LDFLAGS)
 
 phoa2d: $(OBJS_phoa2d)
-	cc -o $@@ $(OBJS_phoa2d) $(LDFLAGS)
+	$(CC) -o $@@ $(OBJS_phoa2d)
 
 phod2a: $(OBJS_phod2a)
-	cc -o $@@ $(OBJS_phod2a) $(LDFLAGS)
+	$(CC) -o $@@ $(OBJS_phod2a)
 
 tsa2d:  $(OBJS_tsa2d)
-	cc -o $@@ $(OBJS_tsa2d) $(LDFLAGS)
+	$(CC) -o $@@ $(OBJS_tsa2d)
 
 tsd2a:  $(OBJS_tsd2a)
-	cc -o $@@ $(OBJS_tsd2a) $(LDFLAGS)
+	$(CC) -o $@@ $(OBJS_tsd2a)
 
 kbmcv:  $(OBJS_kbmcv)
d17 1
a17 1
+	gmake -C IMdkit/lib
d21 2
a22 2
@@@@ -67,8 +65,8 @@@@
 	install -s $(PROGS) $(bindir)
d27 1
a27 1
+	gmake -C data install
d32 2
a33 2
@@@@ -78,8 +76,8 @@@@
 	   install -m 644 menu/* $(libdir)/menu; \
d38 2
a39 2
+	gmake -C IMdkit clean
+	gmake -C data clean
@

