Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Oct 2016 08:31:57 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r424386 - head/math/clp
Message-ID:  <201610210831.u9L8VvrE058022@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Fri Oct 21 08:31:57 2016
New Revision: 424386
URL: https://svnweb.freebsd.org/changeset/ports/424386

Log:
  - Mark broken on 9.x:
  
  /wrkdirs/usr/ports/math/clp/work/Clp-1.16.8/CoinUtils/src/CoinSignal.hpp:47: error: ISO C++ forbids declaration of '__decltype' with no type
  /wrkdirs/usr/ports/math/clp/work/Clp-1.16.8/CoinUtils/src/CoinSignal.hpp:47: error: typedef '__decltype' is initialized (use __typeof__ instead)
  
  Approved by:	portmgr blanket

Modified:
  head/math/clp/Makefile

Modified: head/math/clp/Makefile
==============================================================================
--- head/math/clp/Makefile	Fri Oct 21 08:28:49 2016	(r424385)
+++ head/math/clp/Makefile	Fri Oct 21 08:31:57 2016	(r424386)
@@ -12,7 +12,8 @@ COMMENT=	Linear Programming Solver
 
 LICENSE=	EPL
 
-BROKEN_powerpc64=	Does not build
+BROKEN_powerpc64=	does not build
+BROKEN_FreeBSD_9=	does not build
 
 USES=		blaslapack fortran libtool tar:tgz pathfix
 CXXFLAGS+=	-ffast-math
@@ -33,6 +34,6 @@ PORTDOCS=	*
 DEBUG_CXXFLAGS=	-fomit-frame-pointer
 
 post-install:
-	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.so
+	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.so
 
 .include <bsd.port.mk>



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