ports/57101: [patch][non-maintainer] mark net/howl BROKEN for non-i386

Mark Linimon linimon at lonesome.com
Mon Sep 22 18:00:41 UTC 2003


>Number:         57101
>Category:       ports
>Synopsis:       [patch][non-maintainer] mark net/howl BROKEN for non-i386
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Sep 22 11:00:36 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Mark Linimon
>Release:        FreeBSD 4.9-PRERELEASE i386
>Organization:
Lonesome Dove Computing Services
>Environment:
System: FreeBSD lonesome.lonesome.com 4.9-PRERELEASE FreeBSD 4.9-PRERELEASE #0: Fri Sep 5 01:19:33 CDT 2003 linimon at lonesome.lonesome.com:/usr/src/sys/compile/MULTIMEDIA_DEBUG i386
>Description:
	Per bento, the configuration process seems to not be able to
	accept any architecture other than i386.  The website seems
	to claim otherwise, however.  I can't really makes heads or
	tails of the config.sub stuff so I'll have to leave that for
	someone more familiar with it.
>How-To-Repeat:
	(bento logs)
>Fix:
	Mark BROKEN as a workaround.

--- howl/Makefile.dist	Sun Aug 24 01:34:06 2003
+++ howl/Makefile	Mon Sep 22 12:48:32 2003
@@ -17,4 +17,8 @@
 USE_LIBTOOL=	yes
 INSTALLS_SHLIB=	yes
 
+.if ${MACHINE_ARCH} != "i386"
+BROKEN=		"seems not to detect this architecture, although perhaps it should be able to"
+.endif
+
 .include <bsd.port.mk>
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list