Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Jun 2007 07:24:22 GMT
From:      Marcus von Appen<mva@sysfault.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/113489: [Maintainer-update]: editors/hte - mark BROKEN on ia64
Message-ID:  <200706090724.l597OMsA076853@www.freebsd.org>
Resent-Message-ID: <200706090730.l597U2R1070063@freefall.freebsd.org>

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

>Number:         113489
>Category:       ports
>Synopsis:       [Maintainer-update]: editors/hte - mark BROKEN on ia64
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jun 09 07:30:01 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Marcus von Appen
>Release:        FreeBSD 6.2-STABLE i386
>Organization:
>Environment:
FreeBSD magenta.linden.home 6.2-STABLE FreeBSD 6.2-STABLE #0: Sun May 27 19:44:14 CEST 2007     root@magenta.linden.home:/usr/obj/usr/src/sys/MAGENTA  i386
>Description:
As reported by pointyhat hte 2.0.5 does not build on ia64. We silently assume, that this is the case for 2.0.6 as well and mark it broken.
>How-To-Repeat:
Build it on a ia64 arch.
>Fix:
diff -Nur /usr/ports/editors/hte/Makefile /usr/ports/editors/hte.new/Makefile
--- /usr/ports/editors/hte/Makefile	Sat May 26 00:11:44 2007
+++ /usr/ports/editors/hte.new/Makefile	Sat Jun  9 09:22:54 2007
@@ -24,6 +24,10 @@
 
 .include <bsd.port.pre.mk>
 
+.if ${ARCH} == "ia64"
+BROKEN=	Does not build on ia64
+.endif
+
 .if defined(WITHOUT_X11)
 PKGNAMESUFFIX=	-nox11
 CONFIGURE_ARGS=--disable-x11-textmode


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



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