Received: by mail.netbsd.org (Postfix, from userid 605) id 56D1184DBC; Thu, 8 Feb 2018 19:12:51 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D68FD84D74 for ; Thu, 8 Feb 2018 19:12:50 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id fgEotH-j2FVv for ; Thu, 8 Feb 2018 19:12:50 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 58F4084D60 for ; Thu, 8 Feb 2018 19:12:50 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 524A4FB40; Thu, 8 Feb 2018 19:12:50 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1518117170217930" MIME-Version: 1.0 Date: Thu, 8 Feb 2018 19:12:50 +0000 From: "Jonathan Perkin" Subject: CVS commit: pkgsrc/net/haproxy To: pkgsrc-changes@NetBSD.org Reply-To: jperkin@netbsd.org X-Mailer: log_accum Message-Id: <20180208191250.524A4FB40@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1518117170217930 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jperkin Date: Thu Feb 8 19:12:50 UTC 2018 Modified Files: pkgsrc/net/haproxy: Makefile distinfo pkgsrc/net/haproxy/patches: patch-Makefile Log Message: haproxy: Use C99. To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 pkgsrc/net/haproxy/Makefile cvs rdiff -u -r1.32 -r1.33 pkgsrc/net/haproxy/distinfo cvs rdiff -u -r1.2 -r1.3 pkgsrc/net/haproxy/patches/patch-Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1518117170217930 Content-Disposition: inline Content-Length: 2821 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/haproxy/Makefile diff -u pkgsrc/net/haproxy/Makefile:1.38 pkgsrc/net/haproxy/Makefile:1.39 --- pkgsrc/net/haproxy/Makefile:1.38 Fri Feb 2 10:05:59 2018 +++ pkgsrc/net/haproxy/Makefile Thu Feb 8 19:12:50 2018 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2018/02/02 10:05:59 adam Exp $ +# $NetBSD: Makefile,v 1.39 2018/02/08 19:12:50 jperkin Exp $ DISTNAME= haproxy-1.8.3 CATEGORIES= net www @@ -9,6 +9,7 @@ HOMEPAGE= http://haproxy.org/ COMMENT= Reliable, high performance TCP/HTTP load balancer LICENSE= gnu-gpl-v2 +USE_LANGUAGES= c99 USE_TOOLS+= gmake BUILD_MAKE_FLAGS+= ADDLIB=${COMPILER_RPATH_FLAG}${PREFIX}/lib BUILD_MAKE_FLAGS+= TARGET=${TARGET} Index: pkgsrc/net/haproxy/distinfo diff -u pkgsrc/net/haproxy/distinfo:1.32 pkgsrc/net/haproxy/distinfo:1.33 --- pkgsrc/net/haproxy/distinfo:1.32 Fri Feb 2 10:05:59 2018 +++ pkgsrc/net/haproxy/distinfo Thu Feb 8 19:12:50 2018 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.32 2018/02/02 10:05:59 adam Exp $ +$NetBSD: distinfo,v 1.33 2018/02/08 19:12:50 jperkin Exp $ SHA1 (haproxy-1.8.3.tar.gz) = dec036e3df372f1baee1f423ff6473eaa081d9b9 RMD160 (haproxy-1.8.3.tar.gz) = 79c2483955d7ce46dbbcdf98cc4d5f72bca8fd95 SHA512 (haproxy-1.8.3.tar.gz) = 6118ccbcfe07d96c2cce1a78c30db9c428f8b64e64fc3f5660392a501ecbaefdc5b10bea2f65c6bb3d8e7763b3e17db4ee34e13f689474f8243b52250e212600 Size (haproxy-1.8.3.tar.gz) = 2043861 bytes -SHA1 (patch-Makefile) = f635093d547270603ffea8837a42a8cca2e03bdf +SHA1 (patch-Makefile) = f82960b3ef0f4a2752fa06a04ad3b94a2d9908ae Index: pkgsrc/net/haproxy/patches/patch-Makefile diff -u pkgsrc/net/haproxy/patches/patch-Makefile:1.2 pkgsrc/net/haproxy/patches/patch-Makefile:1.3 --- pkgsrc/net/haproxy/patches/patch-Makefile:1.2 Sun Jul 3 14:06:45 2016 +++ pkgsrc/net/haproxy/patches/patch-Makefile Thu Feb 8 19:12:50 2018 @@ -1,10 +1,20 @@ -$NetBSD: patch-Makefile,v 1.2 2016/07/03 14:06:45 morr Exp $ +$NetBSD: patch-Makefile,v 1.3 2018/02/08 19:12:50 jperkin Exp $ +Specify C99. Skip installing unnecessary documentation. ---- Makefile.orig 2016-06-26 17:41:01.000000000 +0000 +--- Makefile.orig 2017-12-30 17:13:19.000000000 +0000 +++ Makefile -@@ -812,9 +812,6 @@ DOCUMENTATION = $(filter-out $(EXCLUDE_D +@@ -309,7 +309,7 @@ ifeq ($(TARGET),solaris) + # This is for Solaris 8 + # We also enable getaddrinfo() which works since solaris 8. + USE_POLL = implicit +- TARGET_CFLAGS = -fomit-frame-pointer -DFD_SETSIZE=65536 -D_REENTRANT -D_XOPEN_SOURCE=500 -D__EXTENSIONS__ ++ TARGET_CFLAGS = -DFD_SETSIZE=65536 -D_REENTRANT -D_XOPEN_SOURCE=600 -D__EXTENSIONS__ + TARGET_LDFLAGS = -lnsl -lsocket + USE_TPROXY = implicit + USE_LIBCRYPT = implicit +@@ -931,9 +931,6 @@ DOCUMENTATION = $(filter-out $(EXCLUDE_D install-doc: install -d "$(DESTDIR)$(DOCDIR)" --_----------=_1518117170217930--