head	1.11;
access;
symbols
	RELEASE_6_1_0:1.10
	RELEASE_5_5_0:1.10
	RELEASE_6_0_0:1.10
	RELEASE_5_4_0:1.10
	RELEASE_4_11_0:1.10
	RELEASE_5_3_0:1.10
	RELEASE_4_10_0:1.10
	RELEASE_5_2_1:1.10
	RELEASE_5_2_0:1.10
	RELEASE_4_9_0:1.10
	RELEASE_5_1_0:1.10
	RELEASE_4_8_0:1.10
	RELEASE_5_0_0:1.10
	RELEASE_4_7_0:1.10
	RELEASE_4_6_2:1.10
	RELEASE_4_6_1:1.10
	RELEASE_4_6_0:1.10
	RELEASE_5_0_DP1:1.9
	RELEASE_4_5_0:1.9
	RELEASE_4_4_0:1.9
	RELEASE_4_3_0:1.8
	RELEASE_4_2_0:1.8
	RELEASE_4_1_1:1.5
	RELEASE_4_1_0:1.4
	RELEASE_3_5_0:1.3
	RELEASE_4_0_0:1.2;
locks; strict;
comment	@# @;


1.11
date	2006.07.19.15.31.46;	author rafan;	state dead;
branches;
next	1.10;

1.10
date	2002.04.17.11.51.53;	author clive;	state Exp;
branches;
next	1.9;

1.9
date	2001.06.22.09.04.56;	author keith;	state Exp;
branches;
next	1.8;

1.8
date	2000.10.31.12.45.38;	author kevlo;	state Exp;
branches;
next	1.7;

1.7
date	2000.10.16.13.01.00;	author kevlo;	state Exp;
branches;
next	1.6;

1.6
date	2000.10.10.05.32.51;	author kevlo;	state Exp;
branches;
next	1.5;

1.5
date	2000.08.12.07.34.00;	author vanilla;	state Exp;
branches;
next	1.4;

1.4
date	2000.07.16.08.49.48;	author vanilla;	state Exp;
branches;
next	1.3;

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

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

1.1
date	99.12.24.04.15.22;	author steve;	state Exp;
branches;
next	;


desc
@@


1.11
log
@- Update to 0.2.6
- It seems works well on amd64, tested by yinjieh@@csie.nctu.edu.tw
  with chinese/xcin25. Remove amd64 from exclude list.

PR:		ports/97960
Submitted by:	rafan (me)
Approved by:	maintainer timeout (7 weeks)
@
text
@--- src/Makefile.in.orig	Wed Dec  5 13:56:10 2001
+++ src/Makefile.in	Wed Dec  5 13:56:23 2001
@@@@ -55,8 +55,7 @@@@
 
 $(LIBNAME): $(LIBOBJS)
 	$(LIBTOOL) --mode=link $(CC) -o $@@ $(LIBOBJS) -rpath $(libdir) \
-		-version-info $(CURRENT_VER):$(REVISION_VER):$(AGE_VER) \
-		-release $(RELEASE_VER)
+		-version-info $(CURRENT_VER):$(REVISION_VER):$(AGE_VER)
 
 bims:
 	(cd supports/bims; $(MAKE))
@


1.10
log
@Upgrade to latest xcin25/libtabe suite.

Hand MAINTAINER to submitter.

PR: ports/37039 ports/37040
Submitted by: Kuang-che Wu <kcwu@@ck.tp.edu.tw>
@
text
@@


1.9
log
@Update to 0.2.2.

PR:				ports/28219
@
text
@d1 3
a3 3
--- src/Makefile.in.orig	Thu Jun  7 00:26:26 2001
+++ src/Makefile.in	Sun Jun 17 09:49:05 2001
@@@@ -60,8 +60,7 @@@@
d11 1
a11 1
 subsys:
a12 17
@@@@ -110,7 +109,7 @@@@
 
 install: install_binary install_data
 
-install_binary: binary
+install_binary:
 	if [ ! -d $(libdir) ]; then $(INSTALL) -d $(libdir); fi
 	if [ ! -d $(includedir) ]; then $(INSTALL) -d $(includedir); fi
 	$(LIBTOOL) --mode=install $(INSTALL_DATA) $(LIBNAME) $(libdir)
@@@@ -118,6 +117,6 @@@@
 	(cd supports/bims; $(MAKE) install)
 	(cd util; $(MAKE) install)
 
-install_data: data
+install_data:
 	(cd tsi-src; $(MAKE) install)
 
@


1.8
log
@Update to version 0.1.9

PR: 22437
Submitted by: MAINTAINER
@
text
@d1 3
a3 5
--- src/Makefile.in.orig	Mon Jul 24 08:10:05 2000
+++ src/Makefile.in	Sat Aug 12 15:07:23 2000
@@@@ -29,8 +29,8 @@@@
 bindir	    = @@bindir@@
 includedir  = @@includedir@@
d5 5
a9 4
-version	    = 0.1.9
-major_ver   = 0.1
+version	    = 0.1
+major_ver   = 0
d11 3
a13 3
 #
 # libtabe main makefile.
@@@@ -162,7 +162,7 @@@@
d20 3
a22 3
 	$(INSTALL_DATA) $(unsharelib) $(libdir)
 	if [ -f $(sharelib) ]; then \
@@@@ -178,6 +178,6 @@@@
@


1.7
log
@Upgrade to version 1.0.8

PR: 22017
Submitted by: MAINTAINER
@
text
@d7 1
a7 1
-version	    = 0.1.8
@


1.6
log
@Update to version 0.1.7

PR: 21833
Submitted by: MAINTAINER
@
text
@d7 1
a7 1
-version	    = 0.1.7
@


1.5
log
@Upgrade to 0.1.6.
@
text
@d7 1
a7 1
-version	    = 0.1-6
@


1.4
log
@Upgrade to 0.1.5.
@
text
@d1 3
a3 3
--- src/Makefile.in.orig	Wed Jun 28 22:06:28 2000
+++ src/Makefile.in	Sun Jul 16 15:11:16 2000
@@@@ -29,7 +29,7 @@@@
d7 2
a8 1
-version	    = 0.1-5
d10 1
a10 1
 major_ver   = 0
d13 2
a14 1
@@@@ -161,7 +161,7 @@@@
d23 1
a23 1
@@@@ -177,6 +177,6 @@@@
@


1.3
log
@Upgrade to 0.1.4.

Submitted by:	maintainer
@
text
@d1 3
a3 3
--- src/Makefile.in.orig	Mon Apr 10 10:00:33 2000
+++ src/Makefile.in	Mon Apr 24 13:20:38 2000
@@@@ -27,7 +27,7 @@@@
d7 1
a7 1
-version	    = 0.1-4
d12 1
a12 1
@@@@ -156,7 +156,7 @@@@
d19 3
a21 3
 	$(INSTALL_DATA) lib$(LIBNAME).a $(libdir)
 	if [ -f lib$(LIBNAME).so ]; then \
@@@@ -172,6 +172,6 @@@@
@


1.2
log
@Upgrade to latest version.

PR:		ports/16939
Submitted by:	maintainer.
@
text
@d1 2
a2 2
--- src/Makefile.in.orig	Wed Feb 23 09:48:10 2000
+++ src/Makefile.in	Sun Feb 27 02:03:32 2000
d7 1
a7 1
-version	    = 0.1-2
d12 1
a12 1
@@@@ -155,7 +155,7 @@@@
d21 1
a21 1
@@@@ -171,6 +171,6 @@@@
@


1.1
log
@Update to version 0.1b8.

PR:		15654
Submitted by:	maintainer
@
text
@d1 11
a11 2
--- src/Makefile.in.orig	Sat Dec 18 16:08:55 1999
+++ src/Makefile.in	Sat Dec 18 16:09:08 1999
d20 1
a20 1
 	if [ -f lib$(LIBNAME).so.$(version) ]; then \
@

