ports/115510: mark port broken on 64-bit arch

Rashid N. Achilov achilov-rn at askd.ru
Tue Aug 14 10:00:09 UTC 2007


>Number:         115510
>Category:       ports
>Synopsis:       mark port broken on 64-bit arch
>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:   Tue Aug 14 10:00:08 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 at to-495.askd.ru:/usr/obj/usr/src/sys/Sentry  i386

>Description:
This patch marks port as BROKEN on 64-bit archs - ia64 and amd64 because, when tried to build on these archs, biuld breaks with error (reported by Kris Kennaway). Because I haven't any access to any 64-bit arch box, I'll mark this port BROKEN. Also I have changed my e-mail, because now I have Internet connection at home.
>How-To-Repeat:
Try to build at ia64 or amd64 arch 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	Tue Aug 14 11:18:51 2007
@@ -10,13 +10,17 @@
 CATEGORIES=	editors
 MASTER_SITES=	http://www.askd.ru/~shelton/fileZ/
 
-MAINTAINER=	achilov-rn at askd.ru
+MAINTAINER=	citycat4 at ngs.ru
 COMMENT=	Rich-featured multi-windows console text editor
 
 USE_BZIP2=	yes
 USE_AUTOTOOLS=	autoconf:259
 
 MAN1=		y.1
+
+.if ${ARCH} == "ia64" || ${ARCH} == "amd64"
+BROKEN=		Does not compile on 64-bit arch
+.endif
 
 post-install:
 	${LN} -sf ${PREFIX}/lib/yui/help_eng.html ${PREFIX}/lib/yui/yhelp.html


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



More information about the freebsd-ports-bugs mailing list