Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Mar 2010 19:34:59 GMT
From:      Andrius Morkunas <hinokind@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/144496: [patch] multimedia/vcdtools allow install on amd64
Message-ID:  <201003051934.o25JYxKH074240@www.freebsd.org>
Resent-Message-ID: <201003051940.o25Je4cl014787@freefall.freebsd.org>

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

>Number:         144496
>Category:       ports
>Synopsis:       [patch] multimedia/vcdtools 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:   Fri Mar 05 19:40:04 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Andrius Morkunas
>Release:        
>Organization:
>Environment:
>Description:
ONLY_FOR_ARCHS=i386 was added when FreeBSD was not yet ported to amd64.

Not tested on other platforms, but I'd imagine there was a reason to make this port i386-only in the past.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN multimedia/vcdtools.orig/Makefile multimedia/vcdtools/Makefile
--- multimedia/vcdtools.orig/Makefile	2003-08-04 10:47:28.000000000 +0000
+++ multimedia/vcdtools/Makefile	2010-03-05 19:24:59.931633017 +0000
@@ -18,7 +18,7 @@
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}.orig
 
-ONLY_FOR_ARCHS=	i386
+ONLY_FOR_ARCHS=	i386 amd64
 STRIP=		#empty
 
 do-install:


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



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