Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Aug 2007 05:48:30 GMT
From:      "Rashid N. Achilov" <achilov-rn@askd.ru>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/115452: set BROKEN at ia64 and change E-Mail
Message-ID:  <200708130548.l7D5mUDe066348@www.freebsd.org>
Resent-Message-ID: <200708130550.l7D5o1gn028643@freefall.freebsd.org>

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

>Number:         115452
>Category:       ports
>Synopsis:       set BROKEN at ia64 and change E-Mail
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Aug 13 05:50:01 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Rashid N. Achilov
>Release:        6.2-RELEASE
>Organization:
LLC "AS-System Complex"
>Environment:
FreeBSD to-495.askd.ru 6.2-RELEASE FreeBSD 6.2-RELEASE #3: Fri Feb 16 18:47:32 NOVT 2007     root@to-495.askd.ru:/usr/obj/usr/src/sys/Sentry  i386
>Description:
This is a small patch to yiu port, which set BROKEN to ia64 (does not compile by report from Kris Kennaway, because I haven't any access to ia64 box, I cannot reproduce and test this porblem) also as changed my e-mail to citycat4@ngs.ru (now I have internet at home and can read it not only at work :-)) )
>How-To-Repeat:
Try to compile yui at any ia64 box
>Fix:


Patch attached with submission follows:

diff -ruN yui.old/Makefile yui/Makefile
--- yui.old/Makefile	Sat Jul 28 04:06:30 2007
+++ yui/Makefile	Mon Aug 13 12:43:23 2007
@@ -10,13 +10,17 @@
 CATEGORIES=	editors
 MASTER_SITES=	http://www.askd.ru/~shelton/fileZ/
 
-MAINTAINER=	achilov-rn@askd.ru
+MAINTAINER=	citycat4@ngs.ru
 COMMENT=	Rich-featured multi-windows console text editor
 
 USE_BZIP2=	yes
 USE_AUTOTOOLS=	autoconf:259
 
 MAN1=		y.1
+
+.if ${ARCH} == "ia64"
+BROKEN=		Does not compile on ia64 arch
+.endif
 
 post-install:
 	${LN} -sf ${PREFIX}/lib/yui/help_eng.html ${PREFIX}/lib/yui/yhelp.html


>Release-Note:
>Audit-Trail:
>Unformatted:



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