On 7/15/2022 1:34 AM, Илья Шипицин wrote:
I wonder how do NetBSD/OpenBSD ports work, do they use their own "install" invocation instead of "make install" ?
shouldn't they switch to "make install" ?

NetBSD uses the Makefile's install targets but patches out the -v flag. OpenBSD used it's own install target but I'm trying to remove that special casing and I had basically the same sort of diff NetBSD has. Can't switch
to the make install target until the Makfile is fixed.

пт, 15 июл. 2022 г. в 10:25, PR Bot <[email protected]>:

    Dear list!

    Author: Brad Smith <[email protected]>
    Number of patches: 1

    This is an automated relay of the Github pull request:
       Fix -v flag usage with install(1) on OpenBSD/NetBSD/Solaris/AIX

    Patch title(s):
       Fix -v flag usage with install(1) on OpenBSD/NetBSD/Solaris/AIX

    Link:
    https://github.com/haproxy/haproxy/pull/1786

    Edit locally:
       wget https://github.com/haproxy/haproxy/pull/1786.patch && vi
    1786.patch

    Apply locally:
       curl https://github.com/haproxy/haproxy/pull/1786.patch | git am -

    Description:
       The install(1) program on OpenBSD/NetBSD/Solaris/AIX do not support
       the -v verbose flag. FreeBSD / DragonFlyBSD/ macOS and GNU
    install do.
       The generic target now has the flag disabled the target is more
       portable.

    Instructions:
       This github pull request will be closed automatically; patch
    should be
       reviewed on the haproxy mailing list ([email protected]).
    Everyone is
       invited to comment, even the patch's author. Please keep the
    author and
       list CCed in replies. Please note that in absence of any
    response this
       pull request will be lost.

Reply via email to