Received: by mail.netbsd.org (Postfix, from userid 605) id 365EC84D4E; Sun, 24 Nov 2019 12:31:39 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B324184D43 for ; Sun, 24 Nov 2019 12:31:38 +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 fSZLR8gb_eYS for ; Sun, 24 Nov 2019 12:31:38 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 2CF9684CE7 for ; Sun, 24 Nov 2019 12:31:38 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id CB1A2FA97; Sun, 24 Nov 2019 12:31:37 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1574598697157710" MIME-Version: 1.0 Date: Sun, 24 Nov 2019 12:31:37 +0000 From: "David Sainty" Subject: CVS commit: pkgsrc/cross/avr-libc To: pkgsrc-changes@NetBSD.org Reply-To: dsainty@netbsd.org X-Mailer: log_accum Message-Id: <20191124123137.CB1A2FA97@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. --_----------=_1574598697157710 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: dsainty Date: Sun Nov 24 12:31:37 UTC 2019 Modified Files: pkgsrc/cross/avr-libc: options.mk Log Message: Synchronise some missing dependencies that devel/doxygen/options.mk knows about but are disabled by default, and are required to build this package. No PKGREVISION bump - if these build dependencies weren't there by chance then avr-libc fails to build, so no effect on existing installations. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/cross/avr-libc/options.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1574598697157710 Content-Disposition: inline Content-Length: 1563 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/cross/avr-libc/options.mk diff -u pkgsrc/cross/avr-libc/options.mk:1.3 pkgsrc/cross/avr-libc/options.mk:1.4 --- pkgsrc/cross/avr-libc/options.mk:1.3 Sat Jun 8 10:53:26 2019 +++ pkgsrc/cross/avr-libc/options.mk Sun Nov 24 12:31:37 2019 @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.3 2019/06/08 10:53:26 rillig Exp $ +# $NetBSD: options.mk,v 1.4 2019/11/24 12:31:37 dsainty Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.avr-libc PKG_SUPPORTED_OPTIONS+= doc @@ -18,7 +18,9 @@ BUILD_DEPENDS+= tex-adjustbox-[0-9]*:.. BUILD_DEPENDS+= tex-caption-[0-9]*:../../print/tex-caption BUILD_DEPENDS+= tex-collectbox-[0-9]*:../../print/tex-collectbox BUILD_DEPENDS+= tex-colortbl-[0-9]*:../../print/tex-colortbl +BUILD_DEPENDS+= tex-ec-[0-9]*:../../fonts/tex-ec BUILD_DEPENDS+= tex-fancyhdr-[0-9]*:../../print/tex-fancyhdr +BUILD_DEPENDS+= tex-fancyvrb-[0-9]*:../../print/tex-fancyvrb BUILD_DEPENDS+= tex-float-[0-9]*:../../print/tex-float BUILD_DEPENDS+= tex-geometry-[0-9]*:../../print/tex-geometry BUILD_DEPENDS+= tex-graphics-cfg-[0-9]*:../../print/tex-graphics-cfg @@ -30,6 +32,7 @@ BUILD_DEPENDS+= tex-pgf-[0-9]*:../../pr BUILD_DEPENDS+= tex-sectsty-[0-9]*:../../print/tex-sectsty BUILD_DEPENDS+= tex-tabu-[0-9]*:../../print/tex-tabu BUILD_DEPENDS+= tex-tocloft-[0-9]*:../../print/tex-tocloft +BUILD_DEPENDS+= tex-ulem-[0-9]*:../../print/tex-ulem BUILD_DEPENDS+= tex-xcolor-[0-9]*:../../print/tex-xcolor BUILD_DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval BUILD_DEPENDS+= fig2dev-[0-9]*:../../print/fig2dev --_----------=_1574598697157710--