From owner-freebsd-ports@FreeBSD.ORG Sun Jun 7 03:26:54 2015 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4ECFCD1D for ; Sun, 7 Jun 2015 03:26:54 +0000 (UTC) (envelope-from amijaresp@gmail.com) Received: from mail-ob0-x229.google.com (mail-ob0-x229.google.com [IPv6:2607:f8b0:4003:c01::229]) (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 19A1A11DD for ; Sun, 7 Jun 2015 03:26:54 +0000 (UTC) (envelope-from amijaresp@gmail.com) Received: by obbqz1 with SMTP id qz1so60021821obb.3 for ; Sat, 06 Jun 2015 20:26:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=6/wG5qXf7Ef/7aBvNZHF6r3v1Z5Kz5jwM/1f2uSF8jg=; b=xwTLJVDwTq7HbX/eJIP0Y1ASsFbFXI6mBJKOj+hUSTXavpd9gKIh5OQozbLC8IZ6r0 Nj5tE2TqHnDajcu5588Ffsm36Yz89Ouu/kmp4PHudyDXZSU342kvXaapjSv9D7Gne1LB w9RMNA7fp+tmaQ+wySGyAN2xJusZzjoEb3GPEwGqN/NjRlsShb91X4uGcGqYkwQBzkeN r4pHbaeNvkZqMlDPCicMLTVaGv3tcx7M5pOveChmZrdZZON5gExNM9OQDb1e/HScJa2a lVk0l5I7nDLrdCtXh4spKRQFpiVzY8lINcFdzu25QtcMgg3uhyoE1KbsD9yn5p5HXwG2 xwtw== MIME-Version: 1.0 X-Received: by 10.60.15.133 with SMTP id x5mr9076863oec.80.1433647612847; Sat, 06 Jun 2015 20:26:52 -0700 (PDT) Received: by 10.60.162.36 with HTTP; Sat, 6 Jun 2015 20:26:52 -0700 (PDT) Date: Sat, 6 Jun 2015 22:56:52 -0430 Message-ID: Subject: Question and requirement From: Alberto Mijares To: ports@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Jun 2015 03:26:54 -0000 Hi guys, I'm currently working on a port for the latest version of FreeSWITCH. So far, in the process to compile and make it run, I've seen 3 things: 1) There is no package for libyuv. I'll be packaging it when I have freeswitch up and running. 2) Requires libvpx-1.4, so the version in FreeBSD needs to be updated (currently 1.3). 3) When installing lua5.2, the pkg-config files refer to it as "lua-5.2" instead of "lua5.2". Is there any specific reason for that? configure script looks for lua5.2 and it fails. I thing everything around is going to look for that name. Unless there's any reason to keep it as it is, can you help me to change the name in *.pc files? That's all for now. Please CC-me in case you need to reply this email and I should read it. Regards, Alberto Mijares