From owner-svn-ports-all@freebsd.org Sat Mar 4 11:44:54 2017 Return-Path: Delivered-To: svn-ports-all@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 A8A76CF9F60 for ; Sat, 4 Mar 2017 11:44:54 +0000 (UTC) (envelope-from vanilla@fatpipi.com) Received: from mail-wm0-x241.google.com (mail-wm0-x241.google.com [IPv6:2a00:1450:400c:c09::241]) (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 317D71AF3 for ; Sat, 4 Mar 2017 11:44:54 +0000 (UTC) (envelope-from vanilla@fatpipi.com) Received: by mail-wm0-x241.google.com with SMTP id m70so6684698wma.1 for ; Sat, 04 Mar 2017 03:44:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fatpipi-com.20150623.gappssmtp.com; s=20150623; h=mime-version:reply-to:in-reply-to:references:from:date:message-id :subject:to:cc; bh=kgKbzBAyfPJmwfKT7a8tHDG+9qUzmXCY9NunCVQahHU=; b=1KxQX9CFHaia2hmz+cDxUJM05lNBWYdlQKgbdoAG2a7tDRLlnM23OAKXL0hfL226f8 /M4ahJLyM9AWsrtRzk6uBF1i9X4FAWmyiPGR1fWXExOasZW1UozVWR502PVvW9Vqynh6 UskzPcjqDfagThiiNeRtc28SrAhiwONguwSZkgsPPwR++WJnLQhxEZf5E1E0md9Mykxh hugCDx/ODCZb05VwdWcsis9PTb7C371nW6u0SqF/t6VDHYCR8d6htCwtu00kzNCs6I3b azrKZNOw50AjHNFS+uVWhLgsa2Ta2ky1mzYuVi6ubq1OQqdxlPc6GX7AVwj4F94F5AWj kzCQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:reply-to:in-reply-to:references :from:date:message-id:subject:to:cc; bh=kgKbzBAyfPJmwfKT7a8tHDG+9qUzmXCY9NunCVQahHU=; b=ShHAVfe5BqePEvoCa/aaMWpwfsvGrB5nc/O52J0NYgDsXPCKDf4XIq7dUAMVmuQSdJ 3bMAPk1hhi+EOeDMKPYxXvgEZzQOT151pLl4KKobdSK1EO01vJMbCQt93I6C5VsTL3n/ FyFNjgu1wzMm2wwk7RumQDaG3Oj+qn2CURDdQP1mVuczNMK+y/6ZbP1TjsZ3rM5lbMWs /X74G8AaqKn/cukqf9Eh3BajKRh/SeSfDZdWPYJoGqj4eixvy6b+8Wg6MLoFWCoZ8v6r /3213hofX+5R8734bJm9FGGK8VWmg9Vik0nxgsFYoQwt3g3+Yha5SyQIqJta8lKIdi+4 LsBQ== X-Gm-Message-State: AMke39mrR/PzG633up1N7QwsUxaA0uksFhE8VcpsZR484Y+yc4QJXMs5dzDLO2eYx6EK73YpsAl/Ztp0oZRgzA== X-Received: by 10.28.152.212 with SMTP id a203mr7013240wme.7.1488627892230; Sat, 04 Mar 2017 03:44:52 -0800 (PST) MIME-Version: 1.0 Received: by 10.223.136.183 with HTTP; Sat, 4 Mar 2017 03:44:51 -0800 (PST) Reply-To: v@fatpipi.com In-Reply-To: References: <201703020800.v2280trg068967@repo.freebsd.org> From: Vanilla Hsu Date: Sat, 4 Mar 2017 19:44:51 +0800 Message-ID: Subject: Re: svn commit: r435212 - head/graphics/libqrencode To: Antoine Brodin Cc: "Vanilla I. Shu" , "ports-committers@freebsd.org" , "svn-ports-all@freebsd.org" , "svn-ports-head@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Mar 2017 11:44:54 -0000 Hi: I just committed a patch, and p5-Text-QRCode can build with that, please help to check, thanks. 2017-03-04 18:18 GMT+08:00 Antoine Brodin : > On Thu, Mar 2, 2017 at 9:00 AM, Vanilla I. Shu > wrote: > > Author: vanilla > > Date: Thu Mar 2 08:00:55 2017 > > New Revision: 435212 > > URL: https://svnweb.freebsd.org/changeset/ports/435212 > > > > Log: > > 1: Update to 3.9.0 > > 2: add LICENSE_FILE. > > 3: switch to github. > > > > Modified: > > head/graphics/libqrencode/Makefile > > head/graphics/libqrencode/distinfo > > Hi, > > This broke most consumers of libqrencode (broken pkgconfig file). > Switching back from cmake to gnu configure may fix the problem. > See patch at https://people.freebsd.org/~antoine/libqrencode.diff > > Cheers, > > Antoine >