Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Feb 2010 10:54:34 GMT
From:      Andrius Morkunas <hinokind@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/144165: [patch] net-im/linux-ymessenger works on amd64
Message-ID:  <201002211054.o1LAsYGE078670@www.freebsd.org>
Resent-Message-ID: <201002211100.o1LB0CDB051097@freefall.freebsd.org>

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

>Number:         144165
>Category:       ports
>Synopsis:       [patch] net-im/linux-ymessenger works 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 11:00:11 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Andrius Morkunas
>Release:        
>Organization:
>Environment:
>Description:
Allow port on amd64.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN net-im/linux-ymessenger.orig/Makefile net-im/linux-ymessenger/Makefile
--- net-im/linux-ymessenger.orig/Makefile	2007-01-30 04:23:57.000000000 +0000
+++ net-im/linux-ymessenger/Makefile	2010-02-21 10:44:46.444941029 +0000
@@ -10,7 +10,7 @@
 CATEGORIES=	net-im
 MASTER_SITES=	http://public.yahoo.com/%7Emmk/
 PKGNAMEPREFIX=	linux-
-DISTNAME=	rh9.${PORTNAME}-${PORTVERSION:C/\.([^\.]+)$/-\1/}.${MACHINE_ARCH}
+DISTNAME=	rh9.${PORTNAME}-${PORTVERSION:C/\.([^\.]+)$/-\1/}.i386
 DISTFILES=	${DISTNAME}.rpm ymessenger.bin
 EXTRACT_ONLY=	${DISTNAME}.rpm
 
@@ -24,7 +24,7 @@
 NO_BUILD=	yes
 NO_WRKSUBDIR=	yes
 
-ONLY_FOR_ARCHS=	i386
+ONLY_FOR_ARCHS=	i386 amd64
 STRIP=
 
 SHARE_FILES=	yahoo_gnome.png yahoo_kde.xpm ymessenger.desktop\


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



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