From owner-freebsd-ports@freebsd.org Tue Dec 13 16:24:06 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 61A09C763B6 for ; Tue, 13 Dec 2016 16:24:06 +0000 (UTC) (envelope-from otacilio.neto@bsd.com.br) Received: from mail-qk0-x230.google.com (mail-qk0-x230.google.com [IPv6:2607:f8b0:400d:c09::230]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 26D12FCD for ; Tue, 13 Dec 2016 16:24:05 +0000 (UTC) (envelope-from otacilio.neto@bsd.com.br) Received: by mail-qk0-x230.google.com with SMTP id q130so121335611qke.1 for ; Tue, 13 Dec 2016 08:24:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bsd.com.br; s=capeta; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-transfer-encoding; bh=7PftQJdpcqMkSipSJTWq1UiNNPnsv5WuzfvADLsTW9w=; b=Sxmjc+h1EyWhlB+BjVfhPNOb9pTUyoWqgvDnCpkRp5Ylm/k5E6uzz+w5EOA6ywBOBa Rvu+Wb64YjZ18myF9Fg4WSmwTDNlkfeQpHxYihxQAMsap9hfNBs23bEJ5ABx0BO0aly1 TAuQtfr2X/ufub8cbzAnLbFcyBgTTLFAq1phI= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=7PftQJdpcqMkSipSJTWq1UiNNPnsv5WuzfvADLsTW9w=; b=AsHpjUqQ8lJBid5i7LcrLwRqhrqH2Lm4IsFPPSLAYir7tyQcpYQ9AhYmvhejepP42n Cz8oX/KIkUHBL78zbM580JP+2fPaWSWuIDnQok4vLQG0Q3XLcapzKK3MnnP/63zrc5mR zqfGrRvw4S8XxyHQU8UQwQguf2HGHE6pKRKBKp1GjwAM+39GXvQRGYI1xDS/a9C8JuBe 32qp2jSmp/UYy8xUThgxgGE1fzp/jhgJsZV1n/OB33bzEqGpjfUagmsZ7tLfnl/UXskY G563BHnxS14YZ0IVKrwRiHXG8aRKbot6Wfz9Hztnv9DamtjmLaorjuTokN66UGELy09N 2cGA== X-Gm-Message-State: AKaTC03MqejblOcEuuVHthph4Pwl6J0pfUcOEUK+1dKDq9mOvDb2umJu6OilXdwffvONLg== X-Received: by 10.55.201.8 with SMTP id q8mr83212958qki.42.1481646244860; Tue, 13 Dec 2016 08:24:04 -0800 (PST) Received: from [10.50.213.38] ([177.20.152.129]) by smtp.googlemail.com with ESMTPSA id p19sm29360840qte.23.2016.12.13.08.24.03 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 13 Dec 2016 08:24:04 -0800 (PST) Subject: Re: How I do this? To: freebsd-ports@freebsd.org References: <20161213155952.M21328@i805.com.br> From: =?UTF-8?B?T3RhY8OtbGlv?= Message-ID: <1dab6694-4c40-456d-1498-5c45b298226a@bsd.com.br> Date: Tue, 13 Dec 2016 13:23:51 -0300 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 MIME-Version: 1.0 In-Reply-To: <20161213155952.M21328@i805.com.br> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Dec 2016 16:24:06 -0000 Em 13/12/2016 13:10, Nilton Jose Rizzo escreveu: > Hi all > > I need to use a new version of OpenCV 3.1. I > removed the OpenCv 2.4 version and I installed > the new version, but now I need to install other > ports that needs opencv, the ports system tells me > to install a opencv2.4. Is there something to > ports' system accept a new version of OpenCV? > > --- > /************************************************* > **Nilton José Rizzo UFRRJ > **http://www.rizzo.eng.br http://www.ufrrj.br > **http://lattes.cnpq.br/0079460703536198 > **************************************************/ > How you did to install OpenCV 3.1? I'm using OpenCV 3.1 but I installed using a patch from here https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210505 To use others ports that needs OpenCV I compiled from sources using ports collection. For example, ffmpeg needs OpenCV so, I deinstall ffmpeg and OpenCV 2.4, install OpenCV 3.1 and rebuild/install ffmpeg from ports. []'s -Otacilio