Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Oct 2000 11:26:50 +0800 (CST)
From:      keith@freebsd.sinica.edu.tw
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/22232: Fix chinese/xemacs21 (MAINTAINER)
Message-ID:  <200010230326.LAA46822@freebsd.sinica.edu.tw>

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

>Number:         22232
>Category:       ports
>Synopsis:       Fix chinese/xemacs21 (MAINTAINER)
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Oct 22 20:30:00 PDT 2000
>Closed-Date:
>Last-Modified:
>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:
>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?200010230326.LAA46822>