Date: Wed, 12 Mar 2014 17:14:49 GMT From: Justin Hibbits <jrh29@alumni.cwru.edu> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/187489: xf86-video-scfb's ONLY_FOR_ARCH line is broken Message-ID: <201403121714.s2CHEnK7043040@cgiserv.freebsd.org> Resent-Message-ID: <201403121720.s2CHK0mq021143@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 187489 >Category: ports >Synopsis: xf86-video-scfb's ONLY_FOR_ARCH line is broken >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: Wed Mar 12 17:20:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Justin Hibbits >Release: 11-CURRENT >Organization: >Environment: >Description: x11-drivers/xf86-video-scfb doesn't recognize powerpc or powerpc64 >How-To-Repeat: >Fix: Patch is attached Patch attached with submission follows: --- Makefile.old 2014-01-07 16:06:46.000000000 -0800 +++ Makefile 2014-03-11 16:44:02.479323236 -0700 @@ -10,7 +10,7 @@ MAINTAINER= ray@FreeBSD.org COMMENT= X.Org syscons display driver -ONLY_FOR_ARCHS= arm armv6 pcc ppc64 sparc64 +ONLY_FOR_ARCHS= arm armv6 powerpc powerpc64 sparc64 XORG_CAT= driver >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403121714.s2CHEnK7043040>