From owner-freebsd-ports@freebsd.org Thu Apr 20 18:43:35 2017 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 CB2C7D48DEE for ; Thu, 20 Apr 2017 18:43:35 +0000 (UTC) (envelope-from ler@lerctr.org) Received: from thebighonker.lerctr.org (thebighonker.lerctr.org [IPv6:2001:470:1f0f:3ad:223:7dff:fe9e:6e8a]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "thebighonker.lerctr.org", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A623A1210 for ; Thu, 20 Apr 2017 18:43:35 +0000 (UTC) (envelope-from ler@lerctr.org) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lerctr.org; s=lerami; h=Content-type:Mime-version:In-Reply-To:References:Message-ID:To: From:Subject:Date:Sender:Reply-To:Cc:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=2w7iW1BHyJ2vZ6Ntyw564szO2ZstAxEsk+zx1LprgjY=; b=EcPJfhnvq8yhmXg4mTji0KGrQO sp6Hv8B8kPw820pKRMqgvecys//AO2Gq5hYgrMguKmy3nLxwzv+5DGMHH/mrHNAtrXQ2v+eMHF0gt O3zVOM0jUQ6cJcKX1uolA4B6qsBULnGoLXnNXRGSXIpAZXQrlgvpN8HgCmyYW7c7aPoQ=; Received: from [74.203.163.58] (port=22673 helo=[10.106.10.41]) by thebighonker.lerctr.org with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.89 (FreeBSD)) (envelope-from ) id 1d1H3H-000NZk-0U; Thu, 20 Apr 2017 13:43:35 -0500 User-Agent: Microsoft-MacOutlook/f.21.0.170409 Date: Thu, 20 Apr 2017 13:43:04 -0500 Subject: Re: net-mgmt/prometheus update to 1.6.0, comitter requested From: Larry Rosenman To: Jev =?UTF-8?B?QmrDtnJzZWxs?= , "freebsd-ports@freebsd.org" Message-ID: Thread-Topic: net-mgmt/prometheus update to 1.6.0, comitter requested References: <11DAA44D-661F-4762-ABFD-78E4806D6E2E@lerctr.org> In-Reply-To: Mime-version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.23 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: Thu, 20 Apr 2017 18:43:35 -0000 Indeed.=C2=A0 I=E2=80=99m working with my Mentor (adamw@, and swills@(of portmgr@)) a= nd they had the issue with unknown. =20 I=E2=80=99ll get this done. =E2=98=BA=20 =20 =20 --=20 Larry Rosenman http://www.lerctr.org/~ler Phone: +1 214-642-9640 E-Mail: ler@lerctr.org US Mail: 17716 Limpia Crk, Round Rock, TX 78664-7281 =20 =20 =20 From: Jev Bj=C3=B6rsell Date: Thursday, April 20, 2017 at 1:39 PM To: Larry Rosenman , "freebsd-ports@freebsd.org" Subject: Re: Re: net-mgmt/prometheus update to 1.6.0, comitter requested =20 Hi Larry, =20 I presume you are referring the the strings 'unknown' that appear in the d= o-build: portion of the Makefile. =20 These are set to 'unknown' on purpose, because we do not have a way of find= ing out that information unless we do it dynamically at build time. Doing dy= namically is not recommended for several reasons. =20 This data gets displayed when a user runs `prometheus -version`, and most o= f the fields are only really relevant to dev builds anyway. =20 The crucial information is the software version number which is set. =20 You can see me exchange on the subject in the ports mailing list archive he= re: =20 https://lists.freebsd.org/pipermail/freebsd-ports/2017-March/107833.html =20 -Jev =20 =20 On Wed, Apr 19, 2017 at 9:23 PM ler wrote: Can you fill in the unknown stuff in the version package or should I just g= o ahead and do it? On Apr 19, 2017 at 10:22 PM, wrote:=20 Thanks Larry, =20 I have updated the patch on the bug, because the upstream project has just = released a minor version/bug fix release. New patch updates us to 1.6.1. =20 Thanks, -Jev =20 On Tue, Apr 18, 2017 at 1:22 PM Larry Rosenman wrote: On 4/18/17, 2:41 PM, "Jev Bj=C3=B6rsell" wrote: Hi All, Could I get a committer to apply my latest update patch for net-mg mt/prometheus? Patch is available here: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D218737 Thanks so much, -Jev Waiting for my mentor to approve.