Received: by mail.netbsd.org (Postfix, from userid 605) id A59AA84D5E; Wed, 4 Mar 2020 20:46:40 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2C4E384D5E for ; Wed, 4 Mar 2020 20:46:40 +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 e-XWsls_pB9W for ; Wed, 4 Mar 2020 20:46:39 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id BB3B884CDA for ; Wed, 4 Mar 2020 20:46:39 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B35E4FBF4; Wed, 4 Mar 2020 20:46:39 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1583354799291690" MIME-Version: 1.0 Date: Wed, 4 Mar 2020 20:46:39 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/misc/abduco To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20200304204639.B35E4FBF4@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. --_----------=_1583354799291690 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Wed Mar 4 20:46:39 UTC 2020 Modified Files: pkgsrc/misc/abduco: Makefile Log Message: abduco: Uses -std=c99 To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/misc/abduco/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1583354799291690 Content-Disposition: inline Content-Length: 580 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/misc/abduco/Makefile diff -u pkgsrc/misc/abduco/Makefile:1.1 pkgsrc/misc/abduco/Makefile:1.2 --- pkgsrc/misc/abduco/Makefile:1.1 Wed Mar 4 20:30:50 2020 +++ pkgsrc/misc/abduco/Makefile Wed Mar 4 20:46:39 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2020/03/04 20:30:50 nia Exp $ +# $NetBSD: Makefile,v 1.2 2020/03/04 20:46:39 nia Exp $ DISTNAME= abduco-0.6 CATEGORIES= misc @@ -10,6 +10,7 @@ COMMENT= Tool for session {at,de}tach su LICENSE= isc USE_TOOLS+= gmake +USE_LANGUAGES= c99 MAKE_FLAGS+= MANPREFIX=${PREFIX}/${PKGMANDIR} --_----------=_1583354799291690--