Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 May 2016 13:27:08 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 209724] x11/xloadimage: Build fails if Samba is installed as PDC
Message-ID:  <bug-209724-13-5eYu8owT16@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-209724-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-209724-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=3D209724

Dmitry Marakasov <amdmi3@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |amdmi3@FreeBSD.org

--- Comment #1 from Dmitry Marakasov <amdmi3@FreeBSD.org> ---
Created attachment 170598
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D170598&action=
=3Dedit
Proposed fix

Please check out attached patch.

It solves another problem: we're moving towards reproducible port builds, a=
nd
xloadimage is not compatible with it as it compiles current date and `uname=
 -a`
output which changes across different systems into the binary. Also it's un=
able
to detect operating system name correctly. So, don't compile date, uname and
`id` output in, fixing both problems, and set OS name correctly for better
`xloadimage -version` output

--=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-209724-13-5eYu8owT16>