Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Apr 2005 06:08:35 +0900 (JST)
From:      KIMURA Yasuhiro <yasu@utahime.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/79936: [MAINTAINER] irc/riece: Mark BROKEN on ia64
Message-ID:  <20050414210835.BF95F54CC@eastasia.home.utahime.org>
Resent-Message-ID: <200504142110.j3ELALCb035144@freefall.freebsd.org>

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

>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 <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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050414210835.BF95F54CC>