Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Dec 2002 03:26:12 +0800 (CST)
From:      Statue <statue@freebsd.sinica.edu.tw>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/46449: Update port: chinese abiword
Message-ID:  <20021221192612.ACE41646@freebsd.sinica.edu.tw>

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

>Number:         46449
>Category:       ports
>Synopsis:       Update port: chinese abiword
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Dec 21 11:30:03 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Statue
>Release:        FreeBSD 4.7-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD freebsd.sinica.edu.tw 4.7-PRERELEASE FreeBSD 4.7-PRERELEASE #2: Mon Sep 9 10:45:46 CST 2002 ycheng@freebsd.sinica.edu.tw:/usr/src/sys/compile/GENERIC i386


	
>Description:
- fix pkg-plist incorrect
- update version from 0.9.2 to 1.0.3
- remove broken mark

	
>How-To-Repeat:
	
>Fix:

diff -ruN abiword.orig/Makefile abiword/Makefile
--- abiword.orig/Makefile	Sun Dec 22 02:53:01 2002
+++ abiword/Makefile	Sun Dec 22 03:17:19 2002
@@ -6,25 +6,24 @@
 #
 
 PORTNAME=	abiword
-PORTVERSION=	0.9.2
+PORTVERSION=	1.0.3
 CATEGORIES=	chinese editors
 MASTER_SITES=	# none
 DISTFILES=	# none
 
 MAINTAINER=	keith@FreeBSD.org
 
-BROKEN=		"Incorrect pkg-plist"
-
 RUN_DEPENDS=	AbiWord:${PORTSDIR}/editors/AbiWord \
 		ttfm.sh:${PORTSDIR}/chinese/ttfm \
 		${LOCALBASE}/share/fonts/TrueType/bkai00mp.ttf:${PORTSDIR}/chinese/arphicttf \
 		gs:${PORTSDIR}/print/ghostscript-gnu
 
 NO_BUILD=	yes
+USE_X_PREFIX=	yes
 
 .include <bsd.port.pre.mk>
 
 do-install:
-	@${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
+	@${SETENV} PKG_PREFIX=${LOCALBASE} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
 
 .include <bsd.port.post.mk>
diff -ruN abiword.orig/pkg-plist abiword/pkg-plist
--- abiword.orig/pkg-plist	Sun Dec 22 02:53:01 2002
+++ abiword/pkg-plist	Sun Dec 22 03:13:22 2002
@@ -1,6 +1,12 @@
-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
+share/AbiSuite/fonts/zh-CN/.already-in-fp
+share/AbiSuite/fonts/zh-CN/fonts.dir
+share/AbiSuite/fonts/zh-CN.GBK/.already-in-fp
+share/AbiSuite/fonts/zh-CN.GBK/fonts.dir
+share/AbiSuite/fonts/zh-HK/.already-in-fp
+share/AbiSuite/fonts/zh-HK/fonts.dir
+share/AbiSuite/fonts/zh-TW/.already-in-fp
+share/AbiSuite/fonts/zh-TW/fonts.dir
+@dirrm share/AbiSuite/fonts/zh-CN
+@dirrm share/AbiSuite/fonts/zh-CN.GBK
+@dirrm share/AbiSuite/fonts/zh-HK
+@dirrm share/AbiSuite/fonts/zh-TW
	


>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?20021221192612.ACE41646>