pkgsrc-Changes archive

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

CVS commit: pkgsrc/editors/TeXmacs



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sat May 23 10:04:44 UTC 2020

Modified Files:
        pkgsrc/editors/TeXmacs: Makefile

Log Message:
editors/TeXmacs: fix REPLACE_PYTHON and shell portability


To generate a diff of this commit:
cvs rdiff -u -r1.135 -r1.136 pkgsrc/editors/TeXmacs/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/TeXmacs/Makefile
diff -u pkgsrc/editors/TeXmacs/Makefile:1.135 pkgsrc/editors/TeXmacs/Makefile:1.136
--- pkgsrc/editors/TeXmacs/Makefile:1.135       Fri May 22 10:56:04 2020
+++ pkgsrc/editors/TeXmacs/Makefile     Sat May 23 10:04:44 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.135 2020/05/22 10:56:04 adam Exp $
+# $NetBSD: Makefile,v 1.136 2020/05/23 10:04:44 rillig Exp $
 #
 # changelog at http://www.texmacs.org/tmweb/about/changes.en.html
 
@@ -21,10 +21,10 @@ USE_CMAKE=          yes
 USE_TOOLS+=            gmake perl:run pkg-config bash
 USE_LANGUAGES=         c c++
 
-REPLACE_PYTHON=                plugins/python/bin/tm_python
-REPLACE_PYTHON+=       plugins/sage/bin/tm_sage
 REPLACE_PYTHON+=       plugins/mathematica/bin/realpath.py
 
+REPLACE_BASH+=         configure
+REPLACE_BASH+=         cmake/CreateBundle.sh.in
 REPLACE_BASH+=         plugins/dratex/bin/tm_dratex
 REPLACE_BASH+=         plugins/eukleides/bin/tm_eukleides
 REPLACE_BASH+=         plugins/eukleides/bin/tm_eukleides.old



Home | Main Index | Thread Index | Old Index