From keith@freebsd.sinica.edu.tw  Sun Oct 22 20:24:24 2000
Return-Path: <keith@freebsd.sinica.edu.tw>
Received: from freebsd.sinica.edu.tw (freebsd.sinica.edu.tw [140.109.13.51])
	by hub.freebsd.org (Postfix) with ESMTP id 4B6FB37B479
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 22 Oct 2000 20:24:23 -0700 (PDT)
Received: (from keith@localhost)
	by freebsd.sinica.edu.tw (8.9.3/8.9.3) id LAA46822;
	Mon, 23 Oct 2000 11:26:50 +0800 (CST)
	(envelope-from keith)
Message-Id: <200010230326.LAA46822@freebsd.sinica.edu.tw>
Date: Mon, 23 Oct 2000 11:26:50 +0800 (CST)
From: keith@freebsd.sinica.edu.tw
Reply-To: keith@freebsd.sinica.edu.tw
To: FreeBSD-gnats-submit@freebsd.org
Subject: Fix chinese/xemacs21 (MAINTAINER)
X-Send-Pr-Version: 3.2

>Number:         22232
>Category:       ports
>Synopsis:       Fix chinese/xemacs21 (MAINTAINER)
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Oct 22 20:30:00 PDT 2000
>Closed-Date:    Mon Oct 23 04:39:27 PDT 2000
>Last-Modified:  Mon Oct 23 04:39:51 PDT 2000
>Originator:     Jing-Tang Keith Jang
>Release:        FreeBSD 4.0-20000406-STABLE i386
>Organization:
>Environment:

4-stable

>Description:

chinese/xemacs21 is broken due to an incorrect line in Makefile.

>How-To-Repeat:

cd /usr/ports/chinese/xemacs21; make

>Fix:

Please commit the following patch, thanks.


--- Makefile.orig	Mon Oct 23 11:16:13 2000
+++ Makefile	Mon Oct 23 11:16:18 2000
@@ -21,7 +21,7 @@
 # Fix mule-init.el
 post-patch::
 	@${RM} ${WRKSRC}/lisp/mule/mule-init.elc
-	@(cd ${WRKSRC}; ${PATCH} -q < ${.CURDIR}/files/mule-init.el.diff)
+	@(cd ${WRKSRC}; ${PATCH} --quiet < ${.CURDIR}/files/mule-init.el.diff)
 
 post-install::
 	@${MKDIR} ${PREFIX}/lib/xemacs-${XEMACS_VER}/etc/app-defaults/zh_TW.Big5

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: jeh 
State-Changed-When: Mon Oct 23 04:39:27 PDT 2000 
State-Changed-Why:  
Committed.  Thanks. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=22232 
>Unformatted:
