From owner-cvs-ports@FreeBSD.ORG Fri Aug 27 18:16:16 2010 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6495D106566B; Fri, 27 Aug 2010 18:16:16 +0000 (UTC) (envelope-from avilla@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 538C68FC13; Fri, 27 Aug 2010 18:16:16 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o7RIGGnd032113; Fri, 27 Aug 2010 18:16:16 GMT (envelope-from avilla@repoman.freebsd.org) Received: (from avilla@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o7RIGG4L032112; Fri, 27 Aug 2010 18:16:16 GMT (envelope-from avilla) Message-Id: <201008271816.o7RIGG4L032112@repoman.freebsd.org> From: Alberto Villa Date: Fri, 27 Aug 2010 18:16:16 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/opencv Makefile distinfo pkg-plist ports/graphics/opencv/files patch-apps-traincascade-imagestorage.h patch-samples-c-image.cpp X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Aug 2010 18:16:16 -0000 avilla 2010-08-27 18:16:16 UTC FreeBSD ports repository Modified files: graphics/opencv Makefile distinfo pkg-plist Added files: graphics/opencv/files patch-apps-traincascade-imagestorage.h patch-samples-c-image.cpp Log: - Upgrade to 2.1.0. - Fix build on 6.X. - Fix build with GCC 4.5. [1] - Fix dependency on Video4Linux. [1] - Add LICENSE. - Use bsd.port.options.mk. PR: ports/148955 [1] Submitted by: swell.k@gmail.com [1] Approved by: tabthorpe (mentor) Revision Changes Path 1.23 +57 -32 ports/graphics/opencv/Makefile 1.4 +3 -3 ports/graphics/opencv/distinfo 1.1 +10 -0 ports/graphics/opencv/files/patch-apps-traincascade-imagestorage.h (new) 1.1 +7 -0 ports/graphics/opencv/files/patch-samples-c-image.cpp (new) 1.5 +6 -5 ports/graphics/opencv/pkg-plist