Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Jul 2015 08:31:00 +0000 (UTC)
From:      Michael Gmelin <grembo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r392279 - head/graphics/intel-backlight
Message-ID:  <201507160831.t6G8V0uV075567@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: grembo
Date: Thu Jul 16 08:30:59 2015
New Revision: 392279
URL: https://svnweb.freebsd.org/changeset/ports/392279

Log:
  Limit archictectures to i386 and amd64, as the hardware is only found there.
  
  PR:		201597
  Approved by:	mentors (implicit)

Modified:
  head/graphics/intel-backlight/Makefile

Modified: head/graphics/intel-backlight/Makefile
==============================================================================
--- head/graphics/intel-backlight/Makefile	Thu Jul 16 06:46:50 2015	(r392278)
+++ head/graphics/intel-backlight/Makefile	Thu Jul 16 08:30:59 2015	(r392279)
@@ -19,6 +19,9 @@ GH_TAGNAME=		93e1fe4
 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 \



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