Skip site navigation (1)Skip section navigation (2)
Date:      Fri,  9 Aug 2002 13:47:04 +0800 (CST)
From:      Statue <statue@freebsd.sinica.edu.tw>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/41462: Update port: chinese/CJK
Message-ID:  <20020809054704.7C785E5@freebsd.sinica.edu.tw>

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

>Number:         41462
>Category:       ports
>Synopsis:       Update port: chinese/CJK
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Aug 08 22:50:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Statue
>Release:        FreeBSD 4.6-STABLE i386
>Organization:
>Environment:
System: FreeBSD freebsd.sinica.edu.tw 4.6-STABLE FreeBSD 4.6-STABLE #1: Tue Jul 23 15:34:20 CST 2002 ycheng@freebsd.sinica.edu.tw:/usr/src/sys/compile/GENERIC i386


	
>Description:
due to /bin/sh changed.
	
>How-To-Repeat:
	
>Fix:

diff -ruN CJK.orig/files/patch-aa CJK/files/patch-aa
--- CJK.orig/files/patch-aa	Fri Aug  9 13:36:12 2002
+++ CJK/files/patch-aa	Fri Aug  9 13:36:28 2002
@@ -18,9 +18,9 @@
 +	$(MAKE) -C utils $@
 +
 +install-texinput:
-+	(rm -fr $(CJK_DIR)); && \
-+	(mkdir -p $(CJK_DIR)); && \
-+	($(CP) -R texinput/* $(CJK_DIR)); && \
++	(rm -fr $(CJK_DIR)) && \
++	(mkdir -p $(CJK_DIR)) && \
++	($(CP) -R texinput/* $(CJK_DIR)) && \
 +	($(CHOWN) -R $(SHAREOWN):$(SHAREGRP) $(CJK_DIR))
 +
 +clean:
diff -ruN CJK.orig/files/patch-ac CJK/files/patch-ac
--- CJK.orig/files/patch-ac	Fri Aug  9 13:36:12 2002
+++ CJK/files/patch-ac	Fri Aug  9 13:36:53 2002
@@ -140,7 +140,7 @@
 +++ utils/lisp/Makefile	Sat Feb 27 17:52:17 1999
 @@ -0,0 +1,3 @@
 +install:
-+	(mkdir -p ${PREFIX}/share/emacs/site-lisp/CJK); && \
++	(mkdir -p ${PREFIX}/share/emacs/site-lisp/CJK) && \
 +	($(CP) -R [a-z]* ${PREFIX}/share/emacs/site-lisp/CJK)
 --- utils/pyhyphen/Makefile.orig	Mon Jan 10 15:07:11 2000
 +++ utils/pyhyphen/Makefile	Mon Jan 10 15:15:06 2000
	


>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?20020809054704.7C785E5>