pkgsrc-Changes archive

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

Re: CVS commit: pkgsrc/editors/TeXmacs



On 19.05.2020 00:01, Makoto Fujiwara wrote:
Module Name:    pkgsrc
Committed By:   mef
Date:           Mon May 18 22:01:32 UTC 2020

Modified Files:
        pkgsrc/editors/TeXmacs: Makefile

Log Message:
(editors/TeXmacs) fix WARNING: [subst.mk:init] Nothing changed


-SUBST_CLASSES+=                init
-SUBST_STAGE.init=      pre-configure
-SUBST_FILES.init=      plugins/python/progs/init-python.scm
-SUBST_VARS.init=       PYTHONBIN

That fix was a bit short-sighted.  The intention of that SUBST block was
to hard-code the Python interpreter.  The file does not contain
@PYTHONBIN@, but it contains the string literal "python ".  This string
literal should be fixed instead.



Home | Main Index | Thread Index | Old Index