Received: by mail.netbsd.org (Postfix, from userid 605) id 800E684D8C; Sat, 6 Aug 2022 17:22:09 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B830E84D4B for ; Sat, 6 Aug 2022 17:22:08 +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 TQSdTiKp7z73 for ; Sat, 6 Aug 2022 17:22:08 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 155F084D2D for ; Sat, 6 Aug 2022 17:22:08 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 12A71FB1A; Sat, 6 Aug 2022 17:22:08 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1659806528214640" MIME-Version: 1.0 Date: Sat, 6 Aug 2022 17:22:08 +0000 From: "Havard Eidnes" Subject: CVS commit: pkgsrc/net/isc-dhcp4 To: pkgsrc-changes@NetBSD.org Reply-To: he@netbsd.org X-Mailer: log_accum Message-Id: <20220806172208.12A71FB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1659806528214640 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: he Date: Sat Aug 6 17:22:08 UTC 2022 Modified Files: pkgsrc/net/isc-dhcp4: Makefile Removed Files: pkgsrc/net/isc-dhcp4: hacks.mk Log Message: net/isc-dhcp4: convert to using mk/atomic64.mk. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 pkgsrc/net/isc-dhcp4/Makefile cvs rdiff -u -r1.1 -r0 pkgsrc/net/isc-dhcp4/hacks.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1659806528214640 Content-Disposition: inline Content-Length: 671 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/isc-dhcp4/Makefile diff -u pkgsrc/net/isc-dhcp4/Makefile:1.17 pkgsrc/net/isc-dhcp4/Makefile:1.18 --- pkgsrc/net/isc-dhcp4/Makefile:1.17 Thu Jan 23 08:11:27 2020 +++ pkgsrc/net/isc-dhcp4/Makefile Sat Aug 6 17:22:07 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2020/01/23 08:11:27 taca Exp $ +# $NetBSD: Makefile,v 1.18 2022/08/06 17:22:07 he Exp $ PKGNAME= isc-dhcp-${DHVER} COMMENT= ISC Dynamic Host Configuration Protocol (DHCP) Base @@ -18,4 +18,5 @@ post-install: ${DESTDIR}${PREFIX}/share/doc/${PKGBASE} .include "../../net/isc-dhcp4/Makefile.common" +.include "../../mk/atomic64.mk" .include "../../mk/bsd.pkg.mk" --_----------=_1659806528214640--