[Bug 201597] graphics/intel-backlight should be marked amd64/i386 only

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Jul 15 17:40:36 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201597

--- Comment #1 from Sean Bruno <sbruno at 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.


More information about the freebsd-ports-bugs mailing list