Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Feb 2019 11:39:45 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r492112 - head/net-im/gitterdone
Message-ID:  <201902041139.x14BdjAf070548@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Mon Feb  4 11:39:45 2019
New Revision: 492112
URL: https://svnweb.freebsd.org/changeset/ports/492112

Log:
  This port needs USES=compiler:c++11-lang to build on GCC-based
  architectures.
  
  While here, pet portlint.
  
  PR:		235290
  Submitted by:	Piotr Kubaj
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/net-im/gitterdone/Makefile

Modified: head/net-im/gitterdone/Makefile
==============================================================================
--- head/net-im/gitterdone/Makefile	Mon Feb  4 11:37:02 2019	(r492111)
+++ head/net-im/gitterdone/Makefile	Mon Feb  4 11:39:45 2019	(r492112)
@@ -10,15 +10,15 @@ COMMENT=	Gitter Client based on Qt5
 
 LICENSE=	BSD2CLAUSE
 
-MAKE_ARGS=	PREFIX=${STAGEDIR}${PREFIX}
-
-MAKE_JOBS_UNSAFE=	yes
-USE_LDCONFIG=	yes
-
-USES=		qmake qt:5 shebangfix tar:xz
+USES=		compiler:c++11-lang qmake qt:5 shebangfix tar:xz
 USE_QT=		core gui network linguist_build \
 		buildtools_build widgets webkit svg
 USE_GL+=	gl
+
+MAKE_ARGS=	PREFIX=${STAGEDIR}${PREFIX}
+MAKE_JOBS_UNSAFE=	yes
+
+USE_LDCONFIG=	yes
 
 WRKSRC_SUBDIR=	src-qt5
 



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