svn commit: r437904 - head/multimedia/kvazaar

Jan Beich jbeich at FreeBSD.org
Thu Apr 6 22:16:15 UTC 2017


Author: jbeich
Date: Thu Apr  6 22:16:14 2017
New Revision: 437904
URL: https://svnweb.freebsd.org/changeset/ports/437904

Log:
  multimedia/kvazaar: unblock 10.3 i386 /latest package after r423328
  
  Illegal instruction (core dumped)
  FAIL: kvazaar_tests
  
  Reported by:	pkg-fallout (beefy5 + package19 only)

Modified:
  head/multimedia/kvazaar/Makefile   (contents, props changed)

Modified: head/multimedia/kvazaar/Makefile
==============================================================================
--- head/multimedia/kvazaar/Makefile	Thu Apr  6 22:16:03 2017	(r437903)
+++ head/multimedia/kvazaar/Makefile	Thu Apr  6 22:16:14 2017	(r437904)
@@ -48,3 +48,6 @@ post-patch-CRYPTOPP-on:
 pre-install:	do-test
 
 .include <bsd.port.mk>
+
+# XXX beefy5 (fails) vs. beefy4 (succeeds). Missed CPUID check?
+do-test:	.IGNORE


More information about the svn-ports-all mailing list