ports/79936: [MAINTAINER] irc/riece: Mark BROKEN on ia64

KIMURA Yasuhiro yasu at utahime.org
Thu Apr 14 21:10:22 UTC 2005


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



More information about the freebsd-ports-bugs mailing list