pkgsrc-Changes archive

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

CVS commit: pkgsrc/editors/lyx



Module Name:    pkgsrc
Committed By:   rillig
Date:           Fri May 22 17:12:11 UTC 2020

Modified Files:
        pkgsrc/editors/lyx: Makefile

Log Message:
editors/lyx: remove nonexistent files from REPLACE_PYTHON


To generate a diff of this commit:
cvs rdiff -u -r1.90 -r1.91 pkgsrc/editors/lyx/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/editors/lyx/Makefile
diff -u pkgsrc/editors/lyx/Makefile:1.90 pkgsrc/editors/lyx/Makefile:1.91
--- pkgsrc/editors/lyx/Makefile:1.90    Wed May  6 14:04:29 2020
+++ pkgsrc/editors/lyx/Makefile Fri May 22 17:12:11 2020
@@ -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 @@ PRINT_PLIST_AWK+= { sub(/bin\//, "$${BIN
 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 @@ REPLACE_PYTHON=     development/autotests/ke
                        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