From yasu@home.utahime.org  Thu Apr 14 21:08:38 2005
Return-Path: <yasu@home.utahime.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 119C316A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; 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 <FreeBSD-gnats-submit@freebsd.org>; 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 <FreeBSD-gnats-submit@freebsd.org>; Fri, 15 Apr 2005 06:08:36 +0900 (JST)
Received: from localhost.home.utahime.org (localhost.home.utahime.org [127.0.0.1])
	by localhost-backdoor.home.utahime.org (Postfix) with ESMTP id DF90D54D0;
	Fri, 15 Apr 2005 06:08:35 +0900 (JST)
Received: from eastasia.home.utahime.org (localhost.home.utahime.org [127.0.0.1])
	by localhost.home.utahime.org (AvMailGate-2.0.2-14) id 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 <yasu@utahime.org>
To: FreeBSD-gnats-submit@freebsd.org
Subject: [MAINTAINER] irc/riece: Mark BROKEN on ia64
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         79936
>Category:       ports
>Synopsis:       [MAINTAINER] irc/riece: Mark BROKEN on ia64
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Apr 14 21:10:20 GMT 2005
>Closed-Date:    Fri Apr 15 12:40:02 GMT 2005
>Last-Modified:  Fri Apr 15 12:40:02 GMT 2005
>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 <bsd.port.pre.mk>
+
+.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 <bsd.port.mk>
+.include <bsd.port.post.mk>
--- patch-riece ends here ---


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: flz 
State-Changed-When: Fri Apr 15 12:39:52 GMT 2005 
State-Changed-Why:  
Committed, thanks! 

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