svn commit: r484374 - head/sysutils/condor

Mark Linimon linimon at FreeBSD.org
Wed Nov 7 00:28:17 UTC 2018


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 \


More information about the svn-ports-all mailing list