Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Apr 2019 21:23:47 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 237135] [patch] Repocopy graphics/opencv to graphics/opencv3 and update to 3.4.5 with slave ports
Message-ID:  <bug-237135-7788-bjJdDwpFeZ@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-237135-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-237135-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D237135

--- Comment #9 from Kurt Jaeger <pi@FreeBSD.org> ---
I tried to apply the patch like this:

fetch -o /tmp/ocv3 https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D20=
3992
cd graphics
svn copy opencv opencv3
svn copy opencv-core opencv3-core
svn copy py-opencv py-opencv3
svn copy opencv-java opencv3-java
cd ..
svn patch /tmp/ocv3

This caused this effect:

C         graphics/opencv3/Makefile
>         rejected hunk @@ -2,8 +2,8 @@
U         graphics/opencv3/distinfo
C         graphics/opencv3/files/FindOpenCV3Core.cmake.in
>         rejected hunk @@ -15,7 +15,8 @@
[...]
C         graphics/py-opencv3/Makefile
>         rejected hunk @@ -1,18 +1,16 @@
U         graphics/py-opencv3/pkg-plist
U         graphics/opencv3-java/Makefile
>         applied hunk @@ -2,13 +2,13 @@ with fuzz 2

So I guess the patch needs a small update due to other changes to the ports
tree ?

But it looks very promising!

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-237135-7788-bjJdDwpFeZ>