ports/144496: [patch] multimedia/vcdtools allow install on amd64

Andrius Morkunas hinokind at gmail.com
Fri Mar 5 19:40:05 UTC 2010


>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:



More information about the freebsd-ports-bugs mailing list