From nobody@FreeBSD.org  Sun Feb 21 13:07:11 2010
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id B63C310656D6
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 21 Feb 2010 13:07:09 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id EE9BD8FC0A
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 21 Feb 2010 13:07:08 +0000 (UTC)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o1LD788m018917
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 21 Feb 2010 13:07:08 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id o1LD78WN018916;
	Sun, 21 Feb 2010 13:07:08 GMT
	(envelope-from nobody)
Message-Id: <201002211307.o1LD78WN018916@www.freebsd.org>
Date: Sun, 21 Feb 2010 13:07:08 GMT
From: Andrius Morkunas <hinokind@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [patch] net-p2p/linux-edonkey-core allow install on amd64
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         144168
>Category:       ports
>Synopsis:       [patch] net-p2p/linux-edonkey-core allow install on amd64
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Feb 21 13:10:03 UTC 2010
>Closed-Date:    Mon Mar 08 16:53:07 UTC 2010
>Last-Modified:  Mon Mar 08 16:53:07 UTC 2010
>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-edonkey-core.orig/Makefile net-p2p/linux-edonkey-core/Makefile
--- net-p2p/linux-edonkey-core.orig/Makefile	2006-01-30 21:36:19.000000000 +0000
+++ net-p2p/linux-edonkey-core/Makefile	2010-02-21 12:27:49.067067556 +0000
@@ -12,12 +12,12 @@
 MASTER_SITES=	http://www.zen18864.zen.co.uk/${PORTNAME}/${PORTVERSION}/
 PKGNAMEPREFIX=	linux-
 PKGNAMESUFFIX=	-core
-DISTNAME=	${PORTNAME}clc_${PORTVERSION}_${ARCH}
+DISTNAME=	${PORTNAME}clc_${PORTVERSION}_i386
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	eDonkey2000 'core' command line client
 
-ONLY_FOR_ARCHS=	i386
+ONLY_FOR_ARCHS=	i386 amd64
 USE_LINUX=	yes
 NO_BUILD=	yes
 NO_WRKSUBDIR=	yes


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Mon Feb 22 10:58:37 UTC 2010 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=144168 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Mon Mar 8 16:53:06 UTC 2010 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=144168 
>Unformatted:
