Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Feb 2007 11:25:02 +0100 (CET)
From:      Marcus von Appen <mva@sysfault.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/108653: [Maintainer-update]: Mark editors/hte BROKEN on amd64 && 7.x
Message-ID:  <200702011025.l11AP2Vu074391@medusa.sysfault.org>
Resent-Message-ID: <200702011030.l11AUKOD080680@freefall.freebsd.org>

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

>Number:         108653
>Category:       ports
>Synopsis:       [Maintainer-update]: Mark editors/hte BROKEN on amd64 && 7.x
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Feb 01 10:30:19 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Marcus von Appen
>Release:        FreeBSD 6.2-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD medusa.sysfault.org 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #0: Wed Nov 15 12:20:52 CET 2006 root@medusa.sysfault.org:/usr/obj/usr/src/sys/MEDUSA i386


	
>Description:
	Mark editors/hte as broken as reported by ports-amd64 through
        Kris.

>How-To-Repeat:
	
>Fix:

diff -Nur hte/Makefile hte.new/Makefile
--- hte/Makefile	Fri Sep 15 05:46:04 2006
+++ hte.new/Makefile	Thu Feb  1 11:20:33 2007
@@ -24,8 +24,12 @@
 
 .include <bsd.port.pre.mk>
 
-.if ${ARCH} == ia64
+.if ${ARCH} == "ia64"
 BROKEN=	does not build on ia64
+.endif
+
+.if ${ARCH} == "amd64" && ${OSVERSION} > 700000
+BROKEN=	does not build on 7.x for amd64
 .endif
 
 .if ${OSVERSION} < 400000
>Release-Note:
>Audit-Trail:
>Unformatted:



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