svn commit: r392279 - head/graphics/intel-backlight

Michael Gmelin grembo at FreeBSD.org
Thu Jul 16 08:31:00 UTC 2015


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 \


More information about the svn-ports-all mailing list