Subject: CVS commit: pkgsrc/net/haproxy
From: Jonathan Perkin
Date: 2018-04-05 11:18:39
Message id: 20180405091839.F2E47FBEC@cvs.NetBSD.org

Log Message:
haproxy: Rework SunOS XOPEN_SOURCE handling.

This package explicitly avoids C99-isms and fails to build in C99 mode with
older compilers, even though it works fine with newer compilers that default
to C99 mode.  So, we need to explicitly request XPG4_2 if and only if the
compiler does not default to C99, and must not require C99.

Files:
RevisionActionfile
1.41modifypkgsrc/net/haproxy/Makefile
1.35modifypkgsrc/net/haproxy/distinfo
1.4modifypkgsrc/net/haproxy/patches/patch-Makefile
1.1addpkgsrc/net/haproxy/patches/patch-src_cli.c
1.1addpkgsrc/net/haproxy/patches/patch-src_haproxy.c