svn commit: r304732 - head/www/chromium

Rene Ladan rene at FreeBSD.org
Sun Sep 23 10:49:46 UTC 2012


Author: rene
Date: Sun Sep 23 10:49:45 2012
New Revision: 304732
URL: http://svn.freebsd.org/changeset/ports/304732

Log:
  Mark IGNORE on FreeBSD 7.X, incompatible libusb

Modified:
  head/www/chromium/Makefile

Modified: head/www/chromium/Makefile
==============================================================================
--- head/www/chromium/Makefile	Sun Sep 23 08:26:03 2012	(r304731)
+++ head/www/chromium/Makefile	Sun Sep 23 10:49:45 2012	(r304732)
@@ -118,6 +118,10 @@ GYP_DEFINES+=	use_pulseaudio=0
 GYP_DEFINES+=	disable_sse2=1
 .endif
 
+.if ${OSVERSION} < 800069
+IGNORE=	requires libusb 2 API, which is not available on this FreeBSD version
+.endif
+
 .if ${PORT_OPTIONS:MCLANG}
 .if ${OSVERSION} < 900033
 BUILD_DEPENDS+=	clang:${PORTSDIR}/lang/clang



More information about the svn-ports-all mailing list