svn commit: r486598 - head/net/boinc-client

Larry Rosenman ler at FreeBSD.org
Tue Dec 4 13:56:48 UTC 2018


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 at 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 at 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


More information about the svn-ports-head mailing list