head	1.4;
access;
symbols
	RELEASE_4_6_2:1.2
	RELEASE_4_6_1:1.2
	RELEASE_4_6_0:1.2
	RELEASE_5_0_DP1:1.1
	RELEASE_4_5_0:1.1;
locks; strict;
comment	@# @;


1.4
date	2002.08.04.09.19.59;	author clive;	state dead;
branches;
next	1.3;

1.3
date	2002.08.03.19.30.17;	author clive;	state Exp;
branches;
next	1.2;

1.2
date	2002.04.25.03.41.42;	author ijliao;	state Exp;
branches;
next	1.1;

1.1
date	2001.10.15.12.09.23;	author ijliao;	state Exp;
branches;
next	;


desc
@@


1.4
log
@Really bury patch-aa.
@
text
@@


1.3
log
@remove files/patch-aa
add files/patch-modules::abiword.ttfm
update files/patch-ttfinfo.c

PR: ports/38820 , ports/41141
@
text
@@


1.2
log
@AbiWord change PREFIX to X11BASE

PR:		37426
Submitted by:	Statue <statue@@softwareliberty.org>
Reviewed by:
Approved by:
Obtained from:
MFC after:
@
text
@a0 11
--- modules/abiword.ttfm.orig	Sun Sep 16 03:20:44 2001
+++ modules/abiword.ttfm	Sun Sep 16 03:21:13 2001
@@@@ -41,7 +41,7 @@@@
 export X11BASE; X11BASE=/usr/X11R6
 export PATH; PATH=/bin:/sbin:/usr/bin:/usr/sbin:$PREFIX/bin:$PREFIX/sbin:$X11BASE/bin
 export TEMPFILE; TEMPFILE="`mktemp /tmp/ttfm.tmpXXX`"
-export ABIFontPath; ABIFontPath=$PREFIX/AbiSuite/fonts
+export ABIFontPath; ABIFontPath=$X11BASE/share/AbiSuite/fonts
 export DefaultFontPath; DefaultFontPath=$PREFIX/share/fonts/TrueType
 export TTFM; TTFM=$PREFIX/bin/ttfm.sh
 export XTTFFONTPATH; XTTFFONTPATH="$X11BASE/lib/X11/fonts/TrueType"
@


1.1
log
@Since AbiWord 0.9.0, it had been moved from $PREFIX/AbiSuite
to $PREFIX/share/AbiSuite

So we should change path-setting in chinese/abiword and chinese/ttfm

PR:		30600
Submitted by:	Kuang-che Wu <kcwu@@ck.tp.edu.tw>
Approved by:	MAINTAINER
@
text
@d8 1
a8 1
+export ABIFontPath; ABIFontPath=$PREFIX/share/AbiSuite/fonts
@

