Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Oct 2016 04:27:47 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r423316 - in head/graphics: opencv2 opencv2-core opencv2-java py-opencv2
Message-ID:  <201610050427.u954RlR8024667@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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@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@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?201610050427.u954RlR8024667>