From owner-svn-ports-all@freebsd.org Wed Oct 5 04:27:49 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3CB57AF4FA7; Wed, 5 Oct 2016 04:27:49 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F2C0FB2B; Wed, 5 Oct 2016 04:27:48 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u954Rm1u024671; Wed, 5 Oct 2016 04:27:48 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u954RlR8024667; Wed, 5 Oct 2016 04:27:47 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201610050427.u954RlR8024667@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Wed, 5 Oct 2016 04:27:47 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Oct 2016 04:27:49 -0000 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::_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 # $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 # $FreeBSD$ -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= graphics python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}