Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 00C457A1C0 for ; Thu, 27 Apr 2017 10:29:27 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 9C20E84DEF; Thu, 27 Apr 2017 10:29:27 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2BD3B84DAD for ; Thu, 27 Apr 2017 10:29:27 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id GjcoMcmf1S_8 for ; Thu, 27 Apr 2017 10:29:26 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 8867184CE3 for ; Thu, 27 Apr 2017 10:29:26 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7FE8FFBE4; Thu, 27 Apr 2017 10:29:26 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1493288966277220" MIME-Version: 1.0 Date: Thu, 27 Apr 2017 10:29:26 +0000 From: "Leonardo Taccari" Subject: CVS commit: pkgsrc/misc/tmux To: pkgsrc-changes@NetBSD.org Reply-To: leot@netbsd.org X-Mailer: log_accum Message-Id: <20170427102926.7FE8FFBE4@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. --_----------=_1493288966277220 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: leot Date: Thu Apr 27 10:29:26 UTC 2017 Modified Files: pkgsrc/misc/tmux: Makefile Log Message: It is no longer needed to add -D_OPENBSD_SOURCE to CPPFLAGS for reallocarray(3) in NetBSD, fixed in tmux-2.4 by upstream (NFC). To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41 pkgsrc/misc/tmux/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1493288966277220 Content-Disposition: inline Content-Length: 817 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/misc/tmux/Makefile diff -u pkgsrc/misc/tmux/Makefile:1.40 pkgsrc/misc/tmux/Makefile:1.41 --- pkgsrc/misc/tmux/Makefile:1.40 Fri Apr 21 11:55:37 2017 +++ pkgsrc/misc/tmux/Makefile Thu Apr 27 10:29:26 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2017/04/21 11:55:37 fhajny Exp $ +# $NetBSD: Makefile,v 1.41 2017/04/27 10:29:26 leot Exp $ DISTNAME= tmux-2.4 CATEGORIES= misc @@ -28,10 +28,6 @@ BUILDLINK_TRANSFORM+= opt:-D_XPG4_2:-D_X CPPFLAGS+= -D__DARWIN_VERS_1050=0 .endif -# XXX: This will not needed for tmux-2.4 because a different fix -# XXX: was applied by upstream! -CPPFLAGS.NetBSD+= -D_OPENBSD_SOURCE # for reallocarray(3) - .include "../../devel/libevent/buildlink3.mk" BUILDLINK_API_DEPENDS.libevent+= libevent>=2.0.10 .include "../../mk/curses.buildlink3.mk" --_----------=_1493288966277220--