Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Oct 2017 23:57:59 -0500
From:      Larry Rosenman <ler@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r452901 - in head/graphics: opencv py-opencv
Message-ID:  <20171026045759.yxfi4x6htn2x7viu@lrosenman.lerctr.org>
In-Reply-To: <201710260454.v9Q4sb5C057162@repo.freebsd.org>
References:  <201710260454.v9Q4sb5C057162@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Actual PR is 211805.


On Thu, Oct 26, 2017 at 04:54:37AM +0000, Larry Rosenman wrote:
> Author: ler
> Date: Thu Oct 26 04:54:37 2017
> New Revision: 452901
> URL: https://svnweb.freebsd.org/changeset/ports/452901
> 
> Log:
>   graphics/opencv, graphics/py-opencv: Add USES = fortran, bump portrevisions
>   
>   PR:		211806
>   Submitted by:	eric@camachat.org
>   Reported by:	hassonofer@gmail.com
> 
> Modified:
>   head/graphics/opencv/Makefile
>   head/graphics/py-opencv/Makefile
> 
> Modified: head/graphics/opencv/Makefile
> ==============================================================================
> --- head/graphics/opencv/Makefile	Thu Oct 26 04:50:25 2017	(r452900)
> +++ head/graphics/opencv/Makefile	Thu Oct 26 04:54:37 2017	(r452901)
> @@ -3,7 +3,7 @@
>  
>  PORTNAME?=	opencv
>  PORTVERSION=	2.4.13.1
> -PORTREVISION?=	8
> +PORTREVISION?=	9
>  CATEGORIES=	graphics
>  
>  MAINTAINER=	ports@FreeBSD.org
> @@ -141,7 +141,7 @@ CMAKE_ARGS+=	-DBUILD_opencv_${module}:BOOL=Off
>  LIB_DEPENDS+=	libopencv_legacy.so:graphics/opencv
>  BUILD_DEPENDS+=	${PYNUMPY}
>  RUN_DEPENDS+=	${PYNUMPY}
> -USES+=		python:2.7
> +USES+=		fortran python:2.7
>  CMAKE_ARGS+=	-DBUILD_opencv_python:BOOL=On
>  . for module in apps java stitching superres videostab
>  CMAKE_ARGS+=	-DBUILD_opencv_${module}:BOOL=Off
> 
> Modified: head/graphics/py-opencv/Makefile
> ==============================================================================
> --- head/graphics/py-opencv/Makefile	Thu Oct 26 04:50:25 2017	(r452900)
> +++ head/graphics/py-opencv/Makefile	Thu Oct 26 04:54:37 2017	(r452901)
> @@ -1,7 +1,7 @@
>  # Created by: Martin Matuska <mm@FreeBSD.org>
>  # $FreeBSD$
>  
> -PORTREVISION=	1
> +PORTREVISION=	2
>  CATEGORIES=	graphics python
>  PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
>  
> 

-- 
Larry Rosenman                     http://www.lerctr.org/~ler
Phone: +1 214-642-9640                 E-Mail: ler@lerctr.org
US Mail: 5708 Sabbia Drive, Round Rock, TX 78665-2106



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