Date: Tue, 18 Dec 2018 04:11:07 +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: r487726 - head/astro/boinc-astropulse Message-ID: <201812180411.wBI4B7jb028653@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ler Date: Tue Dec 18 04:11:06 2018 New Revision: 487726 URL: https://svnweb.freebsd.org/changeset/ports/487726 Log: astro/boinc-astropulse: Fix compile with clang 7.0.1 - need to run configure for setiathome - pet portlint - move USES, BROKEN_armv6, X11_USES= gl Reported by: pkg-fallout Modified: head/astro/boinc-astropulse/Makefile Modified: head/astro/boinc-astropulse/Makefile ============================================================================== --- head/astro/boinc-astropulse/Makefile Tue Dec 18 01:46:36 2018 (r487725) +++ head/astro/boinc-astropulse/Makefile Tue Dec 18 04:11:06 2018 (r487726) @@ -3,7 +3,7 @@ PORTNAME= boinc-astropulse PORTVERSION= 6.01 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= astro MASTER_SITES= LOCAL/rene DISTNAME= astropulse-svn-1702 # modified archive, see leftout in top directory @@ -14,15 +14,17 @@ COMMENT= Astropulse for BOINC LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_armv6= fails to compile: call to abs is ambiguous + BUILD_DEPENDS= ${LOCALBASE}/include/fftw3.h:math/fftw3 \ - ${NONEXISTENT}:astro/boinc-setiathome:patch + ${NONEXISTENT}:astro/boinc-setiathome:configure RUN_DEPENDS= boinc_client:net/boinc-client LIB_DEPENDS= libfftw3f.so:math/fftw3-float -BROKEN_armv6= fails to compile: call to abs is ambiguous +USES= autoreconf gmake libtool pkgconfig tar:xz GNU_CONFIGURE= yes -USES= autoreconf gmake libtool pkgconfig tar:xz + WRKSRC_SUBDIR= client CPPFLAGS+= -I${LOCALBASE}/include/boinc -I${LOCALBASE}/include @@ -61,7 +63,7 @@ OPTIONS_SUB= yes X11_DESC= Build screensaver (requires net/boinc-client with X11) X11_BUILD_DEPENDS= ${LOCALBASE}/lib/libboinc_graphics2.a:net/boinc-client -X11_USES= jpeg +X11_USES= gl jpeg X11_USE= GL=gl,glu,glut \ XORG=ice,sm,x11,xau,xcb,xext,xi,xdamage,xdmcp,xfixes,xmu,xt,xxf86vm X11_CONFIGURE_ENABLE= graphics
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812180411.wBI4B7jb028653>