Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Feb 2010 14:33:34 GMT
From:      Andrius Morkunas <hinokind@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/144174: [patch] math/linux-relview allow install on amd64
Message-ID:  <201002211433.o1LEXYej082780@www.freebsd.org>
Resent-Message-ID: <201002211440.o1LEe2pS044607@freefall.freebsd.org>

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

>Number:         144174
>Category:       ports
>Synopsis:       [patch] math/linux-relview 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 14:40:01 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 math/linux-relview.orig/Makefile math/linux-relview/Makefile
--- math/linux-relview.orig/Makefile	2009-03-19 17:28:45.000000000 +0000
+++ math/linux-relview/Makefile	2010-02-21 14:27:48.453136789 +0000
@@ -16,7 +16,7 @@
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	An interactive tool for manipulation of relations
 
-ONLY_FOR_ARCHS=	i386
+ONLY_FOR_ARCHS=	i386 amd64
 USE_LINUX=	yes
 USE_LINUX_APPS=	gtk xorglibs
 


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



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