Date: Tue, 4 Dec 2018 13:56:47 +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: r486598 - head/net/boinc-client Message-ID: <201812041356.wB4DumiQ037014@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ler Date: Tue Dec 4 13:56:47 2018 New Revision: 486598 URL: https://svnweb.freebsd.org/changeset/ports/486598 Log: net/boinc-client: add USES=compiler:c++11-lang to fix GCC architectures. PR: 233750 Reported by: pkubaj@anongoth.pl Modified: head/net/boinc-client/Makefile Modified: head/net/boinc-client/Makefile ============================================================================== --- head/net/boinc-client/Makefile Tue Dec 4 13:32:08 2018 (r486597) +++ head/net/boinc-client/Makefile Tue Dec 4 13:56:47 2018 (r486598) @@ -4,7 +4,7 @@ PORTNAME= boinc-client PORTVERSION= 7.8.6 DISTVERSIONPREFIX= client_release/7.8/ -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= net MAINTAINER= ler@FreeBSD.org @@ -12,7 +12,7 @@ COMMENT= Berkeley Open Infrastructure for Network Comp LICENSE= LGPL3 -USES= autoreconf dos2unix gettext gmake \ +USES= autoreconf compiler:c++11-lang dos2unix gettext gmake \ libtool pkgconfig ssl tar:xz INSTALL_TARGET= install-strip GNU_CONFIGURE= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812041356.wB4DumiQ037014>