svn commit: r459388 - head/astro/boinc-setiathome

Larry Rosenman ler at FreeBSD.org
Fri Jan 19 02:43:39 UTC 2018


Author: ler
Date: Fri Jan 19 02:43:38 2018
New Revision: 459388
URL: https://svnweb.freebsd.org/changeset/ports/459388

Log:
  astro/boinc-setiathome: mark BROKEN on FreeBSD 10/i386
  -pet portlint

Modified:
  head/astro/boinc-setiathome/Makefile

Modified: head/astro/boinc-setiathome/Makefile
==============================================================================
--- head/astro/boinc-setiathome/Makefile	Fri Jan 19 01:38:49 2018	(r459387)
+++ head/astro/boinc-setiathome/Makefile	Fri Jan 19 02:43:38 2018	(r459388)
@@ -14,6 +14,8 @@ COMMENT=	Setiathome Enhanced for BOINC
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BROKEN_powerpc64=	does not compile: analyzeFuncs_altivec.cpp: CoreServices/CoreServices.h: No such file or directory
+BROKEN_FreeBSD_10_i386=	does not compile: vector/x86_ops.h:149:9: error: unknown type name '__m128i'; did you mean '__m128'?
 BUILD_DEPENDS=	${LOCALBASE}/include/fftw3.h:math/fftw3
 RUN_DEPENDS=	boinc_client:net/boinc-client
 LIB_DEPENDS=	libfftw3f.so:math/fftw3-float
@@ -82,8 +84,6 @@ PLIST_SUB+=	PREFIX=${PREFIX} \
 		BOINC_CLIENT_HOME=${BOINC_CLIENT_HOME} \
 		BOINC_CLIENT_USER=${BOINC_CLIENT_USER} \
 		BOINC_CLIENT_GROUP=${BOINC_CLIENT_GROUP}
-
-BROKEN_powerpc64=	does not compile: analyzeFuncs_altivec.cpp: CoreServices/CoreServices.h: No such file or directory
 
 # str_replace.h is included in newer versions of net/boinc-client,
 # but it is not needed on FreeBSD


More information about the svn-ports-all mailing list