Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Apr 2019 15:07:10 +0000 (UTC)
From:      Adriaan de Groot <adridg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r497963 - in head: deskutils/latte-dock math/labplot
Message-ID:  <201904051507.x35F7ASo048614@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adridg
Date: Fri Apr  5 15:07:10 2019
New Revision: 497963
URL: https://svnweb.freebsd.org/changeset/ports/497963

Log:
  Support GCC architectures, add compiler:c++11-lang
  
  Same kind of fix as all the other KDE-related GCC fixes.
  
  PR:		237044
  Submitted by:	Piotr Kubaj

Modified:
  head/deskutils/latte-dock/Makefile
  head/math/labplot/Makefile

Modified: head/deskutils/latte-dock/Makefile
==============================================================================
--- head/deskutils/latte-dock/Makefile	Fri Apr  5 14:40:17 2019	(r497962)
+++ head/deskutils/latte-dock/Makefile	Fri Apr  5 15:07:10 2019	(r497963)
@@ -13,7 +13,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libxcb-util.so:x11/xcb-util
 
-USES=		cmake gettext kde:5 qt:5 tar:xz
+USES=		cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz
 USE_KDE=	activities archive attica auth codecs config configwidgets \
 		coreaddons crash dbusaddons globalaccel i18n iconthemes \
 		kdeclarative newstuff notifications package plasma-framework service \

Modified: head/math/labplot/Makefile
==============================================================================
--- head/math/labplot/Makefile	Fri Apr  5 14:40:17 2019	(r497962)
+++ head/math/labplot/Makefile	Fri Apr  5 15:07:10 2019	(r497963)
@@ -15,7 +15,8 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libgsl.so:math/gsl
 
-USES=		bison cmake desktop-file-utils kde:5 qt:5 shared-mime-info tar:xz
+USES=		bison cmake compiler:c++11-lang desktop-file-utils kde:5 qt:5 \
+		shared-mime-info tar:xz
 USE_KDE=	archive auth bookmarks codecs completion config configwidgets \
 		coreaddons crash ecm_build guiaddons i18n iconthemes itemviews \
 		jobwidgets kdelibs4support kio newstuff notifications parts \



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