Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Feb 2019 11:55:12 +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: r492119 - head/sysutils/luckybackup
Message-ID:  <201902041155.x14BtCfd081225@repo.freebsd.org>

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

Log:
  This port requires a C++11-compatible compiler.  Add
  USES=compiler:c++11 to fix build on GCC-based architectures.
  
  PR:		235360
  Submitted by:	Piotr Kubaj
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/sysutils/luckybackup/Makefile

Modified: head/sysutils/luckybackup/Makefile
==============================================================================
--- head/sysutils/luckybackup/Makefile	Mon Feb  4 11:52:13 2019	(r492118)
+++ head/sysutils/luckybackup/Makefile	Mon Feb  4 11:55:12 2019	(r492119)
@@ -14,7 +14,7 @@ LICENSE_FILE=	${WRKSRC}/license/gpl.txt
 
 RUN_DEPENDS=	rsync:net/rsync
 
-USES=		qmake qt:5
+USES=		compiler:c++11-lang qmake qt:5
 
 USE_GL=		gl
 USE_QT=		core gui network widgets buildtools_build



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