Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Nov 2018 00:28:16 +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: r484374 - head/sysutils/condor
Message-ID:  <201811070028.wA70SGev090001@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Wed Nov  7 00:28:16 2018
New Revision: 484374
URL: https://svnweb.freebsd.org/changeset/ports/484374

Log:
  Add compiler:c++11-lang to USES to fix building with boost.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/sysutils/condor/Makefile

Modified: head/sysutils/condor/Makefile
==============================================================================
--- head/sysutils/condor/Makefile	Wed Nov  7 00:09:36 2018	(r484373)
+++ head/sysutils/condor/Makefile	Wed Nov  7 00:28:16 2018	(r484374)
@@ -17,8 +17,6 @@ COMMENT=	High-throughput computing on distributively o
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE-2.0.txt
 
-BROKEN_powerpc64=	fails to link: test_unit.hpp:249: undefined reference to boost::unit_test::ut_detail::normalize_test_case_name
-
 LIB_DEPENDS=	libkrb5support.so:security/krb5 \
 		libpcre.so:devel/pcre \
 		libcurl.so:ftp/curl \
@@ -26,7 +24,8 @@ LIB_DEPENDS=	libkrb5support.so:security/krb5 \
 		${PY_BOOST}
 
 # Does not work with Python 3
-USES=		cmake:noninja cpe perl5 pgsql python:2.7 shebangfix ssl
+USES=		cmake:noninja compiler:c++11-lang cpe perl5 pgsql \
+		python:2.7 shebangfix ssl
 USE_LDCONFIG=	yes
 CPE_VENDOR=	condor_project
 SHEBANG_FILES=	src/condor_scripts/condor_qsub \



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