Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/editors/lyx editors/lyx: remove nonexistent files from...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/afa3d8f1664c
branches:  trunk
changeset: 432470:afa3d8f1664c
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Fri May 22 17:12:11 2020 +0000

description:
editors/lyx: remove nonexistent files from REPLACE_PYTHON

diffstat:

 editors/lyx/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (31 lines):

diff -r 1888a2f09db7 -r afa3d8f1664c editors/lyx/Makefile
--- a/editors/lyx/Makefile      Fri May 22 15:53:05 2020 +0000
+++ b/editors/lyx/Makefile      Fri May 22 17:12:11 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.90 2020/05/06 14:04:29 adam Exp $
+# $NetBSD: Makefile,v 1.91 2020/05/22 17:12:11 rillig Exp $
 
 DISTNAME=              lyx-2.3.2
 PKGREVISION=           12
@@ -104,12 +104,10 @@
 REPLACE_PYTHON=        development/autotests/keytest.py \
                        development/cmake/doc/ReplaceValues.py \
                        development/cmake/po/cat.py \
-                       development/cmake/po/dos2unix.py \
                        development/cmake/po/unix2dos.py \
                        development/keystest/cache-bisect.py \
                        development/keystest/make_screenshot_html.py \
                        development/keystest/keytest.py \
-                       development/tools/convert_kmap.py \
                        development/tools/gen_lfuns.py \
                        development/tools/generate_symbols_images.py \
                        development/tools/generate_symbols_list.py \
@@ -123,6 +121,8 @@
                        po/postats.py \
                        src/tex2lyx/test/runtests.py
 
+# Replacing plain "python " with PYTHONBIN replaces a few instances too
+# many, but nothing critical. Set SUBST_SHOW_DIFF=yes to see them.
 SUBST_CLASSES+=                python
 SUBST_STAGE.python=    pre-configure
 SUBST_FILES.python=    lib/configure.py



Home | Main Index | Thread Index | Old Index