ports/102804: Update. Broken on AMD64.

Anders Troback freebsd at troback.com
Sat Sep 2 21:50:20 UTC 2006


>Number:         102804
>Category:       ports
>Synopsis:       Update. Broken on AMD64.
>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:   Sat Sep 02 21:50:18 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Anders Troback
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
>Environment:
System: FreeBSD devil.troback.com 6.1-STABLE FreeBSD 6.1-STABLE #1: Wed Aug 23 09:15:39 CEST 2006 root at devil.troback.com:/usr/obj/usr/src/sys/CUSTOM i386


	
>Description:
	Port broken on AMD64 plus some formating in Makefile acording to portlint!
>How-To-Repeat:
	Build on AMD64:-)
>Fix:

This is a diff:

--- Makefile.org        Sat Sep  2 23:19:43 2006
+++ Makefile    Sat Sep  2 23:30:19 2006
@@ -106,7 +106,11 @@
 .include <bsd.port.pre.mk>
 
 .if ${OSVERSION} < 500000
-BROKEN=        "Broken dependencies."
+BROKEN=Broken dependencies.
+.endif
+
+.if ${ARCH} == "amd64"
+BROKEN=Does not build on AMD64.
 .endif
 
 pre-everything::
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list