From owner-freebsd-ports@FreeBSD.ORG Sun Nov 4 19:37:30 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 47B89D50 for ; Sun, 4 Nov 2012 19:37:30 +0000 (UTC) (envelope-from r.c.ladan@gmail.com) Received: from mail-we0-f182.google.com (mail-we0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id CBB1F8FC0C for ; Sun, 4 Nov 2012 19:37:29 +0000 (UTC) Received: by mail-we0-f182.google.com with SMTP id x43so2878418wey.13 for ; Sun, 04 Nov 2012 11:37:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=PlMeFG+VGetd0+3seXWqexhT/hAjEWg5nxE0kpTbKiI=; b=XGMpqUpwWuqAkd8JHikSL0t60VXFYwOQyVHCAZkKiZSrPE+mEg701r8gbQIyr3L0nD Pf6xI2pNDRV75yaXntVQlvhp94mQHzeJ8qUEMIllPBsMFPdvs8VrIQ1Mpa7D0en9VCot aDbDBbVakNVKBpxpqNqZsPHFU4Gtp0t+1CQP4caF7tOTdv5vqRm85+jnh4VuhB0mPte8 dViERZQ8BF/UXO/CvrsNvzTqRjIol3bxV9r7sd8we16FSr1inH3SJ6WsSpxZC870OVXN /eUAZ+ut9pyyprAOZJ4Zlfey5NDLmMnHrZ1u0l4zzC8PvBm0c0sl/vOYoZ1mixxIGBbG JdoA== Received: by 10.216.137.94 with SMTP id x72mr2466279wei.187.1352057848681; Sun, 04 Nov 2012 11:37:28 -0800 (PST) Received: from [192.168.123.167] (136-206-ftth.onsbrabantnet.nl. [88.159.206.136]) by mx.google.com with ESMTPS id j8sm7515709wiy.9.2012.11.04.11.37.27 (version=SSLv3 cipher=OTHER); Sun, 04 Nov 2012 11:37:27 -0800 (PST) Message-ID: <5096C3F6.1000300@gmail.com> Date: Sun, 04 Nov 2012 20:37:26 +0100 From: Rene Ladan User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:16.0) Gecko/20121029 Thunderbird/16.0.2 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: Re: CFT: vlc 2.0.4 References: <20121104171944.GA39467@triton8.kn-bremen.de> In-Reply-To: <20121104171944.GA39467@triton8.kn-bremen.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Nov 2012 19:37:30 -0000 On 04-11-2012 18:19, Juergen Lock wrote: > Hi! > > As there were a few problems with vlc 2.0.3 I'd like people to test > the 2.0.4 update before I commit it: > > http://people.freebsd.org/~nox/tmp/vlc-2.0.4-001.patch > > I don't expect new issues but better be safe than sorry... > On my box (10.0-amd64 r242269, nothing suspicious in /etc/make.conf) it fails with: Checking for NCURSES... no configure: error: Package ncursesw was not found in the pkg-config search path. Perhaps you should add the directory containing `ncursesw.pc' to the PKG_CONFIG_PATH environment variable No package 'ncursesw' found. I have ncurses from base installed, but that does indeed not provide the ncursesw.pc file. René