Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Jul 2015 17:40:36 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 201597] graphics/intel-backlight should be marked amd64/i386 only
Message-ID:  <bug-201597-13-P9VJsV9fy9@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-201597-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-201597-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201597

--- Comment #1 from Sean Bruno <sbruno@FreeBSD.org> ---
Something like this perhaps?


Index: /usr/local/poudriere/ports/default/graphics/intel-backlight/Makefile
===================================================================
--- /usr/local/poudriere/ports/default/graphics/intel-backlight/Makefile       
(revision 392172)
+++ /usr/local/poudriere/ports/default/graphics/intel-backlight/Makefile       
(working copy)
@@ -19,6 +19,9 @@
 PLIST_FILES=           bin/intel_backlight
 PORTEXAMPLES=          isl_backlight.sh

+ONLY_FOR_ARCHS=                amd64 i386
+ONLY_FOR_ARCHS_REASON= This hardware is only found on Intel x86 systems
+
 do-build:
        cd ${WRKSRC} && \
        ${CC} ${CFLAGS} -o intel_backlight -I${PREFIX}/include \

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-201597-13-P9VJsV9fy9>