Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Oct 2016 04:56:09 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r423318 - in branches/2016Q4/graphics: opencv opencv-core opencv-java py-opencv
Message-ID:  <201610050456.u954u9Qv036328@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Wed Oct  5 04:56:09 2016
New Revision: 423318
URL: https://svnweb.freebsd.org/changeset/ports/423318

Log:
  MFH: r423316
  
  graphics/opencv: back out r423063 for breaking consumers on 9.x
  
  /usr/local/lib/libopencv_core.so.2: undefined reference to `std::ctype<char>::_M_widen_init() const at GLIBCXX_3.4.11'
  
  Reported by:	pkg-fallout, abi@abinet.ru
  Approved by:	ports-secteam blanket

Modified:
  branches/2016Q4/graphics/opencv-core/Makefile
  branches/2016Q4/graphics/opencv-java/Makefile
  branches/2016Q4/graphics/opencv/Makefile
  branches/2016Q4/graphics/py-opencv/Makefile

Modified: branches/2016Q4/graphics/opencv-core/Makefile
==============================================================================
--- branches/2016Q4/graphics/opencv-core/Makefile	Wed Oct  5 04:28:06 2016	(r423317)
+++ branches/2016Q4/graphics/opencv-core/Makefile	Wed Oct  5 04:56:09 2016	(r423318)
@@ -1,7 +1,7 @@
 # Created by: Martin Matuska <mm@FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	0
+PORTREVISION=	1
 PKGNAMESUFFIX=	-${OCV_SLAVE}
 
 COMMENT=	OpenCV core libraries

Modified: branches/2016Q4/graphics/opencv-java/Makefile
==============================================================================
--- branches/2016Q4/graphics/opencv-java/Makefile	Wed Oct  5 04:28:06 2016	(r423317)
+++ branches/2016Q4/graphics/opencv-java/Makefile	Wed Oct  5 04:56:09 2016	(r423318)
@@ -1,6 +1,6 @@
 # $FreeBSD$
 
-PORTREVISION=	0
+PORTREVISION=	1
 CATEGORIES=	graphics java
 PKGNAMESUFFIX=	-${OCV_SLAVE}
 

Modified: branches/2016Q4/graphics/opencv/Makefile
==============================================================================
--- branches/2016Q4/graphics/opencv/Makefile	Wed Oct  5 04:28:06 2016	(r423317)
+++ branches/2016Q4/graphics/opencv/Makefile	Wed Oct  5 04:56:09 2016	(r423318)
@@ -3,7 +3,7 @@
 
 PORTNAME?=	opencv
 PORTVERSION=	2.4.13.1
-PORTREVISION?=	0
+PORTREVISION?=	1
 CATEGORIES=	graphics
 
 MAINTAINER=	ports@FreeBSD.org
@@ -14,7 +14,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 USE_GITHUB=	yes
 
-USES=		cmake compiler:c++11-lib pkgconfig
+USES=		cmake pkgconfig
 USE_LDCONFIG=	yes
 WANT_GSTREAMER=	yes
 
@@ -29,7 +29,6 @@ CMAKE_ARGS+=	-DWITH_CUDA:BOOL=Off \
 		-DWITH_UNICAP:BOOL=Off \
 		-DBUILD_TESTS:BOOL=Off \
 		-DBUILD_DOCS:BOOL=Off \
-		-DENABLE_PRECOMPILED_HEADERS:BOOL=Off \
 		-DPYTHON_EXECUTABLE:FILEPATH=${PYTHON_CMD}
 
 SUB_FILES=	FindOpenCVCore.cmake

Modified: branches/2016Q4/graphics/py-opencv/Makefile
==============================================================================
--- branches/2016Q4/graphics/py-opencv/Makefile	Wed Oct  5 04:28:06 2016	(r423317)
+++ branches/2016Q4/graphics/py-opencv/Makefile	Wed Oct  5 04:56:09 2016	(r423318)
@@ -1,7 +1,7 @@
 # Created by: Martin Matuska <mm@FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	0
+PORTREVISION=	1
 CATEGORIES=	graphics python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 



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