From owner-dev-commits-ports-main@freebsd.org Thu May 20 16:17:18 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 321AD642CF1 for ; Thu, 20 May 2021 16:17:18 +0000 (UTC) (envelope-from sunpoet@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FmFHx6vpQz3MlV for ; Thu, 20 May 2021 16:17:17 +0000 (UTC) (envelope-from sunpoet@freebsd.org) Received: from mail-il1-f177.google.com (mail-il1-f177.google.com [209.85.166.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) (Authenticated sender: sunpoet) by smtp.freebsd.org (Postfix) with ESMTPSA id 9EE162AD4C for ; Thu, 20 May 2021 16:17:17 +0000 (UTC) (envelope-from sunpoet@freebsd.org) Received: by mail-il1-f177.google.com with SMTP id e14so15709287ils.12 for ; Thu, 20 May 2021 09:17:17 -0700 (PDT) X-Gm-Message-State: AOAM532Eu1unC4zYUwJWv8ZxjXLarQUlTwzQBbxQ0RGuhkjYduFJa3ib cAeJ6abRAqOkce8ItcWlD/JqkUqTo4zXlB68HYTS0g== X-Google-Smtp-Source: ABdhPJwr2V4EjeBvQILEVvuzx2CWYBLhVVXbEgkc3JIrk3vjAQk4z1IvdQiGg9PE/CAN4YqUomqF71+3b1RFRaOOc6E= X-Received: by 2002:a05:6e02:1d82:: with SMTP id h2mr5325394ila.78.1621527437010; Thu, 20 May 2021 09:17:17 -0700 (PDT) MIME-Version: 1.0 References: <202105161526.14GFQBZl066022@gitrepo.freebsd.org> In-Reply-To: From: Po-Chuan Hsieh Date: Fri, 21 May 2021 00:16:40 +0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: git: aac990618e17 - main - devel/glog: Update to 0.5.0 To: Dmitry Marakasov Cc: ports-committers , dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.34 X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 May 2021 16:17:18 -0000 On Fri, May 21, 2021 at 12:04 AM Dmitry Marakasov wrote: > * Po-Chuan Hsieh (sunpoet@freebsd.org) wrote: > > > > > The branch main has been updated by sunpoet: > > > > > > > > URL: > > > > https://cgit.FreeBSD.org/ports/commit/?id=aac990618e17966d1b5865526efd9c89332701fe > > > > > > > > commit aac990618e17966d1b5865526efd9c89332701fe > > > > Author: Po-Chuan Hsieh > > > > AuthorDate: 2021-05-16 15:13:35 +0000 > > > > Commit: Po-Chuan Hsieh > > > > CommitDate: 2021-05-16 15:23:53 +0000 > > > > > > > > devel/glog: Update to 0.5.0 > > > > > > > > Changes: https://github.com/google/glog/releases > > > > > > Note that this has broken some ports, for instance multimedia/opentoonz > > > and multimedia/zart > > > > It changed to cmake. I guess that's the reason. Does it work if you add > > "LDFLAGS+=-lglog"? At least it works for opencv. > > It does, but since most ports fail mentioning opencv library I guess it > should be fixed there. > Fixed in 2cdaceb379244e0f304927e09d40061c67dc573d. Thanks! > -- > Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D > amdmi3@amdmi3.ru ..: https://github.com/AMDmi3 > >