From owner-svn-ports-all@freebsd.org Tue Dec 18 04:11:08 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C55B5133E8D6; Tue, 18 Dec 2018 04:11:07 +0000 (UTC) (envelope-from ler@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6E13B76202; Tue, 18 Dec 2018 04:11:07 +0000 (UTC) (envelope-from ler@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 61447216AD; Tue, 18 Dec 2018 04:11:07 +0000 (UTC) (envelope-from ler@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wBI4B7A5028654; Tue, 18 Dec 2018 04:11:07 GMT (envelope-from ler@FreeBSD.org) Received: (from ler@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wBI4B7jb028653; Tue, 18 Dec 2018 04:11:07 GMT (envelope-from ler@FreeBSD.org) Message-Id: <201812180411.wBI4B7jb028653@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ler set sender to ler@FreeBSD.org using -f From: Larry Rosenman Date: Tue, 18 Dec 2018 04:11:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r487726 - head/astro/boinc-astropulse X-SVN-Group: ports-head X-SVN-Commit-Author: ler X-SVN-Commit-Paths: head/astro/boinc-astropulse X-SVN-Commit-Revision: 487726 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 6E13B76202 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.93 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_SHORT(-0.94)[-0.940,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-0.996,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Dec 2018 04:11:08 -0000 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