Date: Fri, 19 Jan 2018 02:43:38 +0000 (UTC) From: Larry Rosenman <ler@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r459388 - head/astro/boinc-setiathome Message-ID: <201801190243.w0J2hcrF039953@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801190243.w0J2hcrF039953>