svn commit: r492112 - head/net-im/gitterdone

Mark Linimon linimon at FreeBSD.org
Mon Feb 4 11:39:46 UTC 2019


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
 


More information about the svn-ports-all mailing list