Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Nov 2002 01:17:20 +0800 (CST)
From:      Statue <statue@freebsd.sinica.edu.tw>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/45681: Update port: chinese/chitex
Message-ID:  <20021124171720.2310C36C@freebsd.sinica.edu.tw>

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

>Number:         45681
>Category:       ports
>Synopsis:       Update port: chinese/chitex
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Nov 24 09:20:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Statue
>Release:        FreeBSD 4.7-PRERELEASE i386
>Organization:
[MAINTAINER]
>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 build error
	
>How-To-Repeat:
	
>Fix:

diff -ruN chitex.orig/files/patch-chsetupbig5Linux chitex/files/patch-chsetupbig5Linux
--- chitex.orig/files/patch-chsetupbig5Linux	Mon Nov 25 01:07:18 2002
+++ chitex/files/patch-chsetupbig5Linux	Mon Nov 25 01:08:54 2002
@@ -1,5 +1,5 @@
---- chsetupbig5Linux.orig	Tue Oct  9 07:20:46 2001
-+++ chsetupbig5Linux	Thu May 23 20:42:24 2002
+--- chsetupbig5Linux.orig	Tue Oct  9 22:20:46 2001
++++ chsetupbig5Linux	Mon Nov 25 01:08:03 2002
 @@ -57,7 +57,7 @@
  
     gawkbin=awk
@@ -611,7 +611,7 @@
  for cmd in $ttfgzfiles
  do
 -    cmda=`echo "$cmd"|cut -d/ -f 2|cut -d. -f 1`
-+    cmda=`echo "$cmd"|cut -d/ -f 6|cut -d. -f 1`
++    cmda=`basename "$cmd"|cut -d. -f 1`
      cmdnogz=$cmda".ttf"
      echo "unzip $cmd"
      gunzip -dc $cmd > $cmdnogz
	


>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?20021124171720.2310C36C>