svn commit: r452901 - in head/graphics: opencv py-opencv
Larry Rosenman
ler at FreeBSD.org
Thu Oct 26 04:58:10 UTC 2017
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 at camachat.org
> Reported by: hassonofer at 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 at 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 at 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 at lerctr.org
US Mail: 5708 Sabbia Drive, Round Rock, TX 78665-2106
More information about the svn-ports-head
mailing list