1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Remove IGNORE, scilab port was fixed.

Add patch to fix build with OpenCV 2.1
Remove md5 checksum
This commit is contained in:
Max Brazhnikov 2010-12-19 10:02:33 +00:00
parent 534f769312
commit 0569776a62
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=266583
3 changed files with 11 additions and 3 deletions

View File

@ -18,8 +18,6 @@ BUILD_DEPENDS= ${SCILAB_CMD}:${PORTSDIR}/math/scilab
LIB_DEPENDS= cv.2:${PORTSDIR}/graphics/opencv
RUN_DEPENDS= ${SCILAB_CMD}:${PORTSDIR}/math/scilab
IGNORE= touches ${LOCALBASE}/share/scilab when building under superuser
USE_ZIP= yes
SCILAB_CMD= ${LOCALBASE}/bin/scilab

View File

@ -1,3 +1,2 @@
MD5 (sivp-0.5.2.zip) = bfcd9c4d5c45f8759018e97dacecc046
SHA256 (sivp-0.5.2.zip) = cf3106d42861d54e434806840170f370cfbc3e023602d095c20032c3de8957a4
SIZE (sivp-0.5.2.zip) = 5769590

View File

@ -0,0 +1,11 @@
--- ./sci_gateway/c/detectforeground.c.orig 2010-01-31 15:21:14.000000000 +0300
+++ ./sci_gateway/c/detectforeground.c 2010-12-19 12:25:28.752039065 +0300
@@ -93,7 +93,7 @@
//foreground detection
else
{
- cvUpdateBGStatModel(pSrcImg, bg_model);
+ cvUpdateBGStatModel(pSrcImg, bg_model, -1);
IplImg2Mat(bg_model->foreground, Rhs+1);
}