From owner-freebsd-ports Sun Oct 22 20:30: 6 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2ABBF37B4C5 for ; Sun, 22 Oct 2000 20:30:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA59535; Sun, 22 Oct 2000 20:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freebsd.sinica.edu.tw (freebsd.sinica.edu.tw [140.109.13.51]) by hub.freebsd.org (Postfix) with ESMTP id 4B6FB37B479 for ; 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 X-Send-Pr-Version: 3.2 Subject: ports/22232: Fix chinese/xemacs21 (MAINTAINER) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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