Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Sep 2001 03:53:02 +0800 (CST)
From:      Kuang-che Wu <kcwu@ck.tp.edu.tw>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/30600: abiword had move to share/
Message-ID:  <20010915195302.31F005F7D@camel.ck.tp.edu.tw>

next in thread | raw e-mail | index | archive | help

>Number:         30600
>Category:       ports
>Synopsis:       abiword had move to share/
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Sep 15 13:00:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Kuang-che Wu
>Release:        FreeBSD 4.4-RC i386
>Organization:
Taipei Chien-kuo Senior High School
>Environment:
System: FreeBSD camel.ck.tp.edu.tw 4.4-RC FreeBSD 4.4-RC #0: Tue Sep 4 14:44:49 CST 2001 root@camel.ck.tp.edu.tw:/home/obj/usr/src/sys/camel i386


	
>Description:
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

	
>How-To-Repeat:
	
>Fix:

	
diff -ur abiword/Makefile abiword.new/Makefile
--- abiword/Makefile	Sun Mar 11 17:41:55 2001
+++ abiword.new/Makefile	Sun Sep 16 01:27:59 2001
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	abiword
-PORTVERSION=	0.7.13
+PORTVERSION=	0.9.2
 CATEGORIES=	chinese editors
 MASTER_SITES=	# none
 DISTFILES=	# none
diff -ur abiword/pkg-plist abiword.new/pkg-plist
--- abiword/pkg-plist	Sun Mar 11 17:41:55 2001
+++ abiword.new/pkg-plist	Sun Sep 16 03:38:06 2001
@@ -1,6 +1,6 @@
-AbiSuite/fonts/Big5/.already-in-fp
-AbiSuite/fonts/Big5/fonts.dir
-AbiSuite/fonts/GB2312/.already-in-fp
-AbiSuite/fonts/GB2312/fonts.dir
-@dirrm AbiSuite/fonts/Big5
-@dirrm AbiSuite/fonts/GB2312
+share/AbiSuite/fonts/Big5/.already-in-fp
+share/AbiSuite/fonts/Big5/fonts.dir
+share/AbiSuite/fonts/GB2312/.already-in-fp
+share/AbiSuite/fonts/GB2312/fonts.dir
+@dirrm share/AbiSuite/fonts/Big5
+@dirrm share/AbiSuite/fonts/GB2312

diff -urN ttfm/Makefile ttfm.new/Makefile
--- ttfm/Makefile	Thu Feb  1 14:17:20 2001
+++ ttfm.new/Makefile	Sun Sep 16 03:30:35 2001
@@ -7,6 +7,7 @@
 
 PORTNAME=	ttfm
 PORTVERSION=	0.9.3
+PORTREVISION=	1
 CATEGORIES=	chinese print
 MASTER_SITES=	ftp://freebsd.sinica.edu.tw/pub/keith/ttfm/
 
diff -urN ttfm/files/patch-aa ttfm.new/files/patch-aa
--- ttfm/files/patch-aa	Thu Jan  1 08:00:00 1970
+++ ttfm.new/files/patch-aa	Sun Sep 16 03:24:02 2001
@@ -0,0 +1,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=$PREFIX/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"
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010915195302.31F005F7D>