Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Jan 2018 15:40:09 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 225430] net-mgmt/prometheus: Fix build info
Message-ID:  <bug-225430-13-CcefElCcS9@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-225430-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-225430-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D225430

David O'Rourke <dor.bsd@xm0.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #190031|0                           |1
        is obsolete|                            |

--- Comment #2 from David O'Rourke <dor.bsd@xm0.uk> ---
Created attachment 190034
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D190034&action=
=3Dedit
net-mgmt/prometheus: build info fix

How about this version?

This patch gets rid of the BuildDate, because that's tricky and it's correct
that forking to get it isn't great.

For the BuildUser, I've put it behind a `BUILD_USER?=3D` variable which def=
aults
to `${USER}`. This allows the user to specify it when they build the packag=
e if
they happen to be building as a user that differs from the upstream build u=
ser.

The Version, Revision, and Branch variables are hopefully not an issue, as
they're based on other settings within the Makefile.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-225430-13-CcefElCcS9>