ports/144172: [patch] devel/linux-runrev allow install on amd64

Andrius Morkunas hinokind at gmail.com
Sun Feb 21 13:40:01 UTC 2010


>Number:         144172
>Category:       ports
>Synopsis:       [patch] devel/linux-runrev allow install on amd64
>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:   Sun Feb 21 13:40:00 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Andrius Morkunas
>Release:        
>Organization:
>Environment:
>Description:
ONLY_FOR_ARCHS=i386 was added when Linux emulation didn't exist on amd64.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN devel/linux-runrev.orig/Makefile devel/linux-runrev/Makefile
--- devel/linux-runrev.orig/Makefile	2009-03-19 17:28:32.000000000 +0000
+++ devel/linux-runrev/Makefile	2010-02-21 13:26:24.273453437 +0000
@@ -22,7 +22,7 @@
 
 NO_CDROM=	"Sale for profit is not permitted"
 
-ONLY_FOR_ARCHS=	i386
+ONLY_FOR_ARCHS=	i386 amd64
 NO_BUILD=	yes
 USE_LINUX=	yes
 USE_LINUX_APPS=	xorglibs


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



More information about the freebsd-ports-bugs mailing list