Received: by mail.netbsd.org (Postfix, from userid 605) id 7103784F67; Thu, 2 Mar 2023 21:30:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A05E584F5D for ; Thu, 2 Mar 2023 21:30:10 +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 mbMjtsXxT8-N for ; Thu, 2 Mar 2023 21:30:10 +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 002F884F4E for ; Thu, 2 Mar 2023 21:30:09 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E9F15FA90; Thu, 2 Mar 2023 21:30:09 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1677792609239520" MIME-Version: 1.0 Date: Thu, 2 Mar 2023 21:30:09 +0000 From: "Havard Eidnes" Subject: CVS commit: pkgsrc/net/isc-dhcrelay4 To: pkgsrc-changes@NetBSD.org Reply-To: he@netbsd.org X-Mailer: log_accum Message-Id: <20230302213009.E9F15FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1677792609239520 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: he Date: Thu Mar 2 21:30:09 UTC 2023 Modified Files: pkgsrc/net/isc-dhcrelay4: Makefile Log Message: isc-dhcrelay4: add mk/atomic64.mk, as that's evidently needed. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 pkgsrc/net/isc-dhcrelay4/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1677792609239520 Content-Disposition: inline Content-Length: 721 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/isc-dhcrelay4/Makefile diff -u pkgsrc/net/isc-dhcrelay4/Makefile:1.13 pkgsrc/net/isc-dhcrelay4/Makefile:1.14 --- pkgsrc/net/isc-dhcrelay4/Makefile:1.13 Thu Jan 23 08:11:27 2020 +++ pkgsrc/net/isc-dhcrelay4/Makefile Thu Mar 2 21:30:09 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2020/01/23 08:11:27 taca Exp $ +# $NetBSD: Makefile,v 1.14 2023/03/02 21:30:09 he Exp $ PKGNAME= isc-dhcrelay-${DHVER} COMMENT= ISC Dynamic Host Configuration Protocol (DHCP) Relay @@ -12,4 +12,5 @@ FILES_SUBST+= DHCP_HOME=${DHCP_HOME} .include "../../net/isc-dhcp4/Makefile.common" .include "../../net/isc-dhcp4/buildlink3.mk" +.include "../../mk/atomic64.mk" .include "../../mk/bsd.pkg.mk" --_----------=_1677792609239520--