Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Feb 2010 12:56:48 GMT
From:      Andrius Morkunas <hinokind@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/144167: [patch] net-p2p/linux-jigdo allow install on amd64
Message-ID:  <201002211256.o1LCumd7012753@www.freebsd.org>
Resent-Message-ID: <201002211300.o1LD08Lw058448@freefall.freebsd.org>

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

>Number:         144167
>Category:       ports
>Synopsis:       [patch] net-p2p/linux-jigdo allow install on amd64
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Feb 21 13:00:07 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 net-p2p/linux-jigdo.orig/Makefile net-p2p/linux-jigdo/Makefile
--- net-p2p/linux-jigdo.orig/Makefile	2008-06-06 13:53:43.000000000 +0000
+++ net-p2p/linux-jigdo/Makefile	2010-02-21 12:31:31.864617577 +0000
@@ -20,7 +20,7 @@
 
 RUN_DEPENDS=	wget:${PORTSDIR}/ftp/wget
 
-ONLY_FOR_ARCHS=	i386
+ONLY_FOR_ARCHS=	i386 amd64
 USE_BZIP2=	YES
 USE_LINUX=	yes
 NO_BUILD=	yes


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



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