From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Apr 14 21:10:21 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E4C3116A4D0 for ; Thu, 14 Apr 2005 21:10:21 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 620BB43D53 for ; Thu, 14 Apr 2005 21:10:21 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j3ELALLx035145 for ; Thu, 14 Apr 2005 21:10:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j3ELALCb035144; Thu, 14 Apr 2005 21:10:21 GMT (envelope-from gnats) Resent-Date: Thu, 14 Apr 2005 21:10:21 GMT Resent-Message-Id: <200504142110.j3ELALCb035144@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KIMURA Yasuhiro Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 119C316A4CE for ; Thu, 14 Apr 2005 21:08:38 +0000 (GMT) Received: from utahime.as.wakwak.ne.jp (utahime.as.wakwak.ne.jp [61.205.238.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id 801C643D2D for ; Thu, 14 Apr 2005 21:08:37 +0000 (GMT) (envelope-from yasu@home.utahime.org) Received: from eastasia.home.utahime.org (eastasia.home.utahime.org [192.168.174.1]) by utahime.as.wakwak.ne.jp (Postfix) with ESMTP id 203A7B878 for ; Fri, 15 Apr 2005 06:08:36 +0900 (JST) Received: from localhost.home.utahime.org (localhost.home.utahime.org [127.0.0.1])DF90D54D0; Fri, 15 Apr 2005 06:08:35 +0900 (JST) Received: from eastasia.home.utahime.org (localhost.home.utahime.org [127.0.0.1])67755-2D0A6DD6; Fri, 15 Apr 2005 06:08:35 +0900 Received: by eastasia.home.utahime.org (Postfix, from userid 1000) id BF95F54CC; Fri, 15 Apr 2005 06:08:35 +0900 (JST) Message-Id: <20050414210835.BF95F54CC@eastasia.home.utahime.org> Date: Fri, 15 Apr 2005 06:08:35 +0900 (JST) From: KIMURA Yasuhiro To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/79936: [MAINTAINER] irc/riece: Mark BROKEN on ia64 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Apr 2005 21:10:22 -0000 >Number: 79936 >Category: ports >Synopsis: [MAINTAINER] irc/riece: Mark BROKEN on ia64 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Apr 14 21:10:20 GMT 2005 >Closed-Date: >Last-Modified: >Originator: KIMURA Yasuhiro >Release: FreeBSD 4.11-RELEASE-p2 i386 >Organization: >Environment: System: FreeBSD xxxx 4.11-RELEASE-p2 FreeBSD 4.11-RELEASE-p2 #0: Tue Apr 5 12:33:41 JST 2005 xxxx i386 >Description: Mark BROKEN on ia64 according to the report by pointyhat via kris. It is probably not the bug of riece but of emacs (See ports/75832), but mark anyway. >How-To-Repeat: >Fix: --- patch-riece begins here --- Index: Makefile =================================================================== RCS file: /net/cvsup/cvsroot/ports/irc/riece/Makefile,v retrieving revision 1.25 diff -u -r1.25 Makefile --- Makefile 6 Mar 2005 23:07:56 -0000 1.25 +++ Makefile 14 Apr 2005 20:46:48 -0000 @@ -23,7 +23,13 @@ INFO= riece-en riece-ja +.include + +.if ${ARCH} == "ia64" +BROKEN= "Byte compile fails on ia64. It is probably bug of emacs, not of riece. See ports/75832." +.endif + post-install: @${CAT} ${PKGMESSAGE} -.include +.include --- patch-riece ends here --- >Release-Note: >Audit-Trail: >Unformatted: