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 92E627A31A for ; Sat, 10 Dec 2016 23:18:55 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 3D3AC85577; Sat, 10 Dec 2016 23:18:55 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C0B1985572 for ; Sat, 10 Dec 2016 23:18:54 +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 7uwm748COouG for ; Sat, 10 Dec 2016 23:18:54 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 583DF84CE5 for ; Sat, 10 Dec 2016 23:18:54 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4F7F6FBA6; Sat, 10 Dec 2016 23:18:54 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1481411934164120" MIME-Version: 1.0 Date: Sat, 10 Dec 2016 23:18:54 +0000 From: "Sebastian Wiedenroth" Subject: CVS commit: pkgsrc/net/fping To: pkgsrc-changes@NetBSD.org Reply-To: wiedi@netbsd.org X-Mailer: log_accum Message-Id: <20161210231854.4F7F6FBA6@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1481411934164120 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiedi Date: Sat Dec 10 23:18:54 UTC 2016 Modified Files: pkgsrc/net/fping: Makefile Log Message: define n_time on SunOS To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 pkgsrc/net/fping/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1481411934164120 Content-Disposition: inline Content-Length: 648 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/fping/Makefile diff -u pkgsrc/net/fping/Makefile:1.15 pkgsrc/net/fping/Makefile:1.16 --- pkgsrc/net/fping/Makefile:1.15 Tue Nov 1 14:53:29 2016 +++ pkgsrc/net/fping/Makefile Sat Dec 10 23:18:54 2016 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2016/11/01 14:53:29 adam Exp $ +# $NetBSD: Makefile,v 1.16 2016/12/10 23:18:54 wiedi Exp $ DISTNAME= fping-3.13 CATEGORIES= net @@ -14,6 +14,8 @@ GNU_CONFIGURE= yes SPECIAL_PERMS+= sbin/fping ${SETUID_ROOT_PERMS} SPECIAL_PERMS+= sbin/fping6 ${SETUID_ROOT_PERMS} +CPPFLAGS.SunOS+= -Dn_time=uint32_t + .include "options.mk" .include "../../mk/bsd.pkg.mk" --_----------=_1481411934164120--