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 0F49E7A167 for ; Sat, 1 Oct 2016 13:07:52 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id B738385EE5; Sat, 1 Oct 2016 13:07:51 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 47DAD85EE3 for ; Sat, 1 Oct 2016 13:07:51 +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 PIMljZ2swgbz for ; Sat, 1 Oct 2016 13:07:50 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id DEF1B85E47 for ; Sat, 1 Oct 2016 13:07:50 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id DD088FBD2; Sat, 1 Oct 2016 13:07:50 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_14753272708530" MIME-Version: 1.0 Date: Sat, 1 Oct 2016 13:07:50 +0000 From: "Joerg Sonnenberger" Subject: CVS commit: pkgsrc/textproc/odt2tex To: pkgsrc-changes@NetBSD.org Reply-To: joerg@netbsd.org X-Mailer: log_accum Message-Id: <20161001130750.DD088FBD2@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. --_----------=_14753272708530 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: joerg Date: Sat Oct 1 13:07:50 UTC 2016 Modified Files: pkgsrc/textproc/odt2tex: Makefile Log Message: Uses C99 for loop declarations. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/textproc/odt2tex/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_14753272708530 Content-Disposition: inline Content-Length: 695 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/odt2tex/Makefile diff -u pkgsrc/textproc/odt2tex/Makefile:1.2 pkgsrc/textproc/odt2tex/Makefile:1.3 --- pkgsrc/textproc/odt2tex/Makefile:1.2 Thu Jul 28 10:26:33 2016 +++ pkgsrc/textproc/odt2tex/Makefile Sat Oct 1 13:07:50 2016 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2016/07/28 10:26:33 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2016/10/01 13:07:50 joerg Exp $ DISTNAME= odt2tex-0.0.13 CATEGORIES= textproc @@ -9,6 +9,7 @@ HOMEPAGE= https://www.chronowerks.de/odt COMMENT= Convert ODT (Libre/OpenOffice text documents) to LaTeX input files LICENSE= mit +USE_LANGUAGES= c99 USE_TOOLS+= pkg-config .include "../../archivers/libzip/buildlink3.mk" --_----------=_14753272708530--