Received: by mail.netbsd.org (Postfix, from userid 605) id D59C184DCD; Tue, 30 Jul 2019 08:01:43 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5DD9584D3E for ; Tue, 30 Jul 2019 08:01:43 +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 V0FwEMyVLac0 for ; Tue, 30 Jul 2019 08:01:43 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id B9BC784D04 for ; Tue, 30 Jul 2019 08:01:42 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B3F26FBF4; Tue, 30 Jul 2019 08:01:42 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_156447370214380" MIME-Version: 1.0 Date: Tue, 30 Jul 2019 08:01:42 +0000 From: "Jonathan Perkin" Subject: CVS commit: pkgsrc/editors/lyx To: pkgsrc-changes@NetBSD.org Reply-To: jperkin@netbsd.org X-Mailer: log_accum Message-Id: <20190730080142.B3F26FBF4@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. --_----------=_156447370214380 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jperkin Date: Tue Jul 30 08:01:42 UTC 2019 Modified Files: pkgsrc/editors/lyx: Makefile Log Message: lyx: Comment out non-existent print/tex-bezos. To generate a diff of this commit: cvs rdiff -u -r1.78 -r1.79 pkgsrc/editors/lyx/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_156447370214380 Content-Disposition: inline Content-Length: 899 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/editors/lyx/Makefile diff -u pkgsrc/editors/lyx/Makefile:1.78 pkgsrc/editors/lyx/Makefile:1.79 --- pkgsrc/editors/lyx/Makefile:1.78 Mon Jul 1 04:08:07 2019 +++ pkgsrc/editors/lyx/Makefile Tue Jul 30 08:01:42 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.78 2019/07/01 04:08:07 ryoon Exp $ +# $NetBSD: Makefile,v 1.79 2019/07/30 08:01:42 jperkin Exp $ DISTNAME= lyx-2.3.2 PKGREVISION= 3 @@ -22,7 +22,7 @@ DEPENDS+= tex-amsfonts-[0-9]*:../../fon DEPENDS+= tex-amsmath-[0-9]*:../../print/tex-amsmath DEPENDS+= tex-babel-[0-9]*:../../print/tex-babel DEPENDS+= tex-bera-[0-9]*:../../fonts/tex-bera -DEPENDS+= tex-bezos-[0-9]*:../../print/tex-bezos +#DEPENDS+= tex-bezos-[0-9]*:../../print/tex-bezos DEPENDS+= tex-bibtex-[0-9]*:../../print/tex-bibtex DEPENDS+= tex-bibtopic-[0-9]*:../../print/tex-bibtopic DEPENDS+= tex-eco-[0-9]*:../../fonts/tex-eco --_----------=_156447370214380--