Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Feb 2010 13:07:08 GMT
From:      Andrius Morkunas <hinokind@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/144168: [patch] net-p2p/linux-edonkey-core allow install on amd64
Message-ID:  <201002211307.o1LD78WN018916@www.freebsd.org>
Resent-Message-ID: <201002211310.o1LDA3th066789@freefall.freebsd.org>

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

>Number:         144168
>Category:       ports
>Synopsis:       [patch] net-p2p/linux-edonkey-core 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:10:03 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-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:
>Unformatted:



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