Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Aug 2020 09:09:58 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r544793 - in branches/2020Q3/misc: biblesync xiphos
Message-ID:  <202008130909.07D99w7Z009940@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Thu Aug 13 09:09:58 2020
New Revision: 544793
URL: https://svnweb.freebsd.org/changeset/ports/544793

Log:
  MFH: r544792
  
  misc/xiphos: fix build on GCC architectures
  
  Use C11 compiler:
  /usr/local/include/unicode/localpointer.h:224: error: expected ';' before 'noexcept'
  
  Also required is bumping GCC for misc/biblesync because of libstdc++ ABI error.
  
  Approved by:	portmgr (fix build blanket)

Modified:
  branches/2020Q3/misc/biblesync/Makefile
  branches/2020Q3/misc/xiphos/Makefile
Directory Properties:
  branches/2020Q3/   (props changed)

Modified: branches/2020Q3/misc/biblesync/Makefile
==============================================================================
--- branches/2020Q3/misc/biblesync/Makefile	Thu Aug 13 09:07:24 2020	(r544792)
+++ branches/2020Q3/misc/biblesync/Makefile	Thu Aug 13 09:09:58 2020	(r544793)
@@ -12,7 +12,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libuuid.so:misc/e2fsprogs-libuuid
 
-USES=		cmake gettext-runtime
+USES=		cmake compiler:c++11-lang gettext-runtime
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	karlkleinpaste

Modified: branches/2020Q3/misc/xiphos/Makefile
==============================================================================
--- branches/2020Q3/misc/xiphos/Makefile	Thu Aug 13 09:07:24 2020	(r544792)
+++ branches/2020Q3/misc/xiphos/Makefile	Thu Aug 13 09:09:58 2020	(r544793)
@@ -30,7 +30,7 @@ LIB_DEPENDS=	libbiblesync.so:misc/biblesync \
 		libwebkit2gtk-4.0.so:www/webkit2-gtk3
 
 # gettext is always needed, even if NLS is off
-USES=		cmake gettext gnome pkgconfig
+USES=		cmake compiler:c11 gettext gnome pkgconfig
 USE_GNOME=	cairo gconf2 gtk30 gtkhtml4 intltool libgsf
 INSTALLS_ICONS=	yes
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008130909.07D99w7Z009940>