svn commit: r423316 - in head/graphics: opencv2 opencv2-core opencv2-java py-opencv2

Jan Beich jbeich at FreeBSD.org
Wed Oct 5 04:27:49 UTC 2016


Author: jbeich
Date: Wed Oct  5 04:27:47 2016
New Revision: 423316
URL: https://svnweb.freebsd.org/changeset/ports/423316

Log:
  graphics/opencv2: 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 at abinet.ru

Modified:
  head/graphics/opencv2-core/Makefile   (contents, props changed)
  head/graphics/opencv2-java/Makefile   (contents, props changed)
  head/graphics/opencv2/Makefile   (contents, props changed)
  head/graphics/py-opencv2/Makefile   (contents, props changed)

Modified: head/graphics/opencv2-core/Makefile
==============================================================================
--- head/graphics/opencv2-core/Makefile	Wed Oct  5 01:55:59 2016	(r423315)
+++ head/graphics/opencv2-core/Makefile	Wed Oct  5 04:27:47 2016	(r423316)
@@ -1,7 +1,7 @@
 # Created by: Martin Matuska <mm at FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	0
+PORTREVISION=	1
 PKGNAMESUFFIX=	2-${OCV_SLAVE}
 
 COMMENT=	OpenCV core libraries

Modified: head/graphics/opencv2-java/Makefile
==============================================================================
--- head/graphics/opencv2-java/Makefile	Wed Oct  5 01:55:59 2016	(r423315)
+++ head/graphics/opencv2-java/Makefile	Wed Oct  5 04:27:47 2016	(r423316)
@@ -1,6 +1,6 @@
 # $FreeBSD$
 
-PORTREVISION=	0
+PORTREVISION=	1
 CATEGORIES=	graphics java
 PKGNAMESUFFIX=	2-${OCV_SLAVE}
 

Modified: head/graphics/opencv2/Makefile
==============================================================================
--- head/graphics/opencv2/Makefile	Wed Oct  5 01:55:59 2016	(r423315)
+++ head/graphics/opencv2/Makefile	Wed Oct  5 04:27:47 2016	(r423316)
@@ -3,7 +3,7 @@
 
 PORTNAME?=	opencv
 PORTVERSION=	2.4.13.1
-PORTREVISION?=	0
+PORTREVISION?=	1
 CATEGORIES=	graphics
 PKGNAMESUFFIX?=	2
 
@@ -18,7 +18,7 @@ PORTSCOUT=	limit:^2\.
 
 CONFLICTS_INSTALL=	${PKGBASE:S/${PORTNAME}2/${PORTNAME}/}
 
-USES=		cmake compiler:c++11-lib pkgconfig
+USES=		cmake pkgconfig
 USE_LDCONFIG=	yes
 
 NOT_FOR_ARCHS=	sparc64
@@ -32,7 +32,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: head/graphics/py-opencv2/Makefile
==============================================================================
--- head/graphics/py-opencv2/Makefile	Wed Oct  5 01:55:59 2016	(r423315)
+++ head/graphics/py-opencv2/Makefile	Wed Oct  5 04:27:47 2016	(r423316)
@@ -1,7 +1,7 @@
 # Created by: Martin Matuska <mm at FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	0
+PORTREVISION=	1
 CATEGORIES=	graphics python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 


More information about the svn-ports-all mailing list