Mon May 18 22:01:32 2020 UTC ()
(editors/TeXmacs) fix WARNING: [subst.mk:init] Nothing changed


(mef)
diff -r1.133 -r1.134 pkgsrc/editors/TeXmacs/Makefile

cvs diff -r1.133 -r1.134 pkgsrc/editors/TeXmacs/Makefile (expand / switch to unified diff)

--- pkgsrc/editors/TeXmacs/Makefile 2020/04/12 08:28:35 1.133
+++ pkgsrc/editors/TeXmacs/Makefile 2020/05/18 22:01:32 1.134
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.133 2020/04/12 08:28:35 adam Exp $ 1# $NetBSD: Makefile,v 1.134 2020/05/18 22:01:32 mef Exp $
2# 2#
3# changelog at http://www.texmacs.org/tmweb/about/changes.en.html 3# changelog at http://www.texmacs.org/tmweb/about/changes.en.html
4 4
5DISTNAME= TeXmacs-1.99.11-src 5DISTNAME= TeXmacs-1.99.11-src
6PKGNAME= ${DISTNAME:S/-src//} 6PKGNAME= ${DISTNAME:S/-src//}
7PKGREVISION= 4 7PKGREVISION= 4
8CATEGORIES= editors 8CATEGORIES= editors
9MASTER_SITES= ftp://ftp.texmacs.org/pub/TeXmacs/tmftp/source/ 9MASTER_SITES= ftp://ftp.texmacs.org/pub/TeXmacs/tmftp/source/
10MASTER_SITES+= http://www.texmacs.org/Download/ftp/tmftp/source/ 10MASTER_SITES+= http://www.texmacs.org/Download/ftp/tmftp/source/
11 11
12MAINTAINER= pkgsrc-users@NetBSD.org 12MAINTAINER= pkgsrc-users@NetBSD.org
13HOMEPAGE= http://www.texmacs.org/ 13HOMEPAGE= http://www.texmacs.org/
14COMMENT= GNU TeXmacs (free scientific text editor) 14COMMENT= GNU TeXmacs (free scientific text editor)
@@ -23,31 +23,26 @@ USE_LANGUAGES= c c++ @@ -23,31 +23,26 @@ USE_LANGUAGES= c c++
23 23
24REPLACE_PYTHON= plugins/python/bin/tm_python 24REPLACE_PYTHON= plugins/python/bin/tm_python
25REPLACE_PYTHON+= plugins/sage/bin/tm_sage 25REPLACE_PYTHON+= plugins/sage/bin/tm_sage
26REPLACE_PYTHON+= plugins/mathematica/bin/realpath.py 26REPLACE_PYTHON+= plugins/mathematica/bin/realpath.py
27 27
28REPLACE_BASH+= plugins/dratex/bin/tm_dratex 28REPLACE_BASH+= plugins/dratex/bin/tm_dratex
29REPLACE_BASH+= plugins/eukleides/bin/tm_eukleides 29REPLACE_BASH+= plugins/eukleides/bin/tm_eukleides
30REPLACE_BASH+= plugins/eukleides/bin/tm_eukleides.old 30REPLACE_BASH+= plugins/eukleides/bin/tm_eukleides.old
31REPLACE_BASH+= plugins/mupad/bin/tm_mupad_help 31REPLACE_BASH+= plugins/mupad/bin/tm_mupad_help
32REPLACE_BASH+= plugins/texgraph/bin/tm_texgraph 32REPLACE_BASH+= plugins/texgraph/bin/tm_texgraph
33 33
34REPLACE_PERL+= plugins/feynmf/bin/bbox_add.pl 34REPLACE_PERL+= plugins/feynmf/bin/bbox_add.pl
35 35
36SUBST_CLASSES+= init 
37SUBST_STAGE.init= pre-configure 
38SUBST_FILES.init= plugins/python/progs/init-python.scm 
39SUBST_VARS.init= PYTHONBIN 
40 
41SUBST_CLASSES+= guile 36SUBST_CLASSES+= guile
42SUBST_STAGE.guile= pre-configure 37SUBST_STAGE.guile= pre-configure
43SUBST_FILES.guile= cmake/FindGuile.cmake 38SUBST_FILES.guile= cmake/FindGuile.cmake
44SUBST_VARS.guile= PREFIX 39SUBST_VARS.guile= PREFIX
45 40
46SUBST_CLASSES+= bash 41SUBST_CLASSES+= bash
47SUBST_SED.bash+= -e "s,/bin/bash,${PREFIX}/bin/bash," 42SUBST_SED.bash+= -e "s,/bin/bash,${PREFIX}/bin/bash,"
48SUBST_FILES.bash+= src/Texmacs/Texmacs/texmacs.cpp 43SUBST_FILES.bash+= src/Texmacs/Texmacs/texmacs.cpp
49SUBST_MESSAGE.bash= Fixing hardcoded bash path. 44SUBST_MESSAGE.bash= Fixing hardcoded bash path.
50SUBST_STAGE.bash= pre-configure 45SUBST_STAGE.bash= pre-configure
51 46
52LDFLAGS+= ${COMPILER_RPATH_FLAG}${PREFIX}/guile/1.8/lib/ 47LDFLAGS+= ${COMPILER_RPATH_FLAG}${PREFIX}/guile/1.8/lib/
53 48