Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=AnNHTW57; dkim=fail reason="signature verification failed" (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=gx7sLEep Received: by mail.netbsd.org (Postfix, from userid 605) id 1881C84D08; Sun, 21 Apr 2024 17:19:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1713719994; bh=mvRhGQHtdw90apdKbG9iwORK4/GElHWmASv6iiyw+OM=; h=Date:From:Subject:To:List-Id:Reply-To:List-Unsubscribe; b=AnNHTW57EHscfGGcHrcLXrPhV9Vvxw0VYQ1p/7P8k8UlKaZMhXMl/CA7V0NSaVe4F cVI5c1r9E2orSOSl8SnB7yK116WDBsdLk4Zf7ItlQ4HbXR51AO8WVF6i7maUDopFJc sztDPgZ7jmYc2p4RfFcX+7FD58Ht2PMWxYmD5qzQ= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 010ED84CFE for ; Sun, 21 Apr 2024 17:19:53 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id hw1UfPcC-M7l for ; Sun, 21 Apr 2024 17:19:52 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 94EA684CC8 for ; Sun, 21 Apr 2024 17:19:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1713719992; bh=mvRhGQHtdw90apdKbG9iwORK4/GElHWmASv6iiyw+OM=; h=Date:From:Subject:To:Reply-To; b=gx7sLEepv4ZF/zDa0U+u/of7MJydd3tGk2J0liZcozXHoBhsWcdGb1r3J7SQT14bn UJPznI8XA/mlVi0WQfixeqQspsZt1Mr7s34WITwUQpHK324Lw2pFHzuntCdw7rjd0Y hGbOprBwG9Zei7W0H51jwB5ZWTYoDdUovzrHxDGo= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 89F68FA2C; Sun, 21 Apr 2024 17:19:52 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sun, 21 Apr 2024 17:19:52 +0000 From: "Roland Illig" Subject: CVS commit: src/external/bsd/ntp/lib/libntp To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20240421171952.89F68FA2C@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Roland Illig" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: rillig Date: Sun Apr 21 17:19:52 UTC 2024 Modified Files: src/external/bsd/ntp/lib/libntp: Makefile Log Message: libntf: make MKREPRO timestamp compatible with NetBSD 10 In NetBSD 10, make(1) cannot handle :gmtime arguments that are expressions, resulting in the error message "Unknown modifier '1'". To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 src/external/bsd/ntp/lib/libntp/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.