McKael · GitHub

Commits on Nov 6, 2015

  1. Configuration menu

    Browse the repository at this point in the history

Commits on Nov 10, 2015

  1. Configuration menu

    Browse the repository at this point in the history

Commits on Nov 15, 2015

  1. Configuration menu

    Browse the repository at this point in the history

Commits on Jan 11, 2016

  1. include netinet/in.h in resolver

    On some platforms (notably FreeBSD) netinet/in.h is required
    for the struct in_addr type and IPPROTO_* constants.
    As this header and both required definitions are documented
    in IEEE Std 1003.1, this should be safe on all systems.
    Configuration menu

    Browse the repository at this point in the history

  2. include the right gssapi.h

    some time ago gssapi.h moved to gssapi/gssapi.h, and on some systems
    (e.g. FreeBSD) gssapi.h carries a deprecation #warning - which becomes
    a fatal error since we're compiling with -Werror
    Configuration menu

    Browse the repository at this point in the history

  3. remove libresolv relict

    As far as I can tell, libresolv is not needed anymore.
    To avoid build breakage on systems where the resolver functions
    live in libc, just remove -lresolv
    Configuration menu

    Browse the repository at this point in the history

  4. try generic cc before testing for gcc

    FreeBSD has clang as it's primary C compiler (and often no gcc,
    these days). To avoid using the "wrong" compiler (gcc installed
    via ports if available), test for cc first.
    Configuration menu

    Browse the repository at this point in the history

  5. remove rcsid

    as loudmouth is maintained in git, the whole concept of rcsid does
    not really apply anymore - but we get warnings from -Wunused which
    are promptly upgraded to errors (-Werror)
    Configuration menu

    Browse the repository at this point in the history

  6. Configuration menu

    Browse the repository at this point in the history

  7. Configuration menu

    Browse the repository at this point in the history

Commits on Jan 25, 2016

  1. Configuration menu

    Browse the repository at this point in the history

  2. Configuration menu

    Browse the repository at this point in the history

Read the original on github.com ↗