ports/108653: [Maintainer-update]: Mark editors/hte BROKEN on amd64 && 7.x

Marcus von Appen mva at sysfault.org
Thu Feb 1 10:30:21 UTC 2007


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



More information about the freebsd-ports-bugs mailing list