[Bug 209724] x11/xloadimage: Build fails if Samba is installed as PDC

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue May 24 13:27:09 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209724

Dmitry Marakasov <amdmi3 at FreeBSD.org> changed:

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

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

Please check out attached patch.

It solves another problem: we're moving towards reproducible port builds, and
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 unable
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

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


More information about the freebsd-ports-bugs mailing list