File: 03_drop_tek.patch

package info (click to toggle)
auto-07p 0.9.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 16,160 kB
  • ctags: 6,620
  • sloc: fortran: 22,644; f90: 19,340; python: 19,045; ansic: 11,116; sh: 1,079; makefile: 614; perl: 339
file content (56 lines) | stat: -rw-r--r-- 1,727 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
Description: Disable building non-free tek2ps utility
Author: Sergey B Kirpichev <skirpichev@gmail.com>
Forwarded: not-needed

---
 07p/Makefile.in             |    8
 07p/configure               |    2
 9 files changed, 3 insertions(+), 762 deletions(-)

--- a/07p/configure
+++ b/07p/configure
@@ -6492,7 +6492,7 @@
 
 
 
-ac_config_files="$ac_config_files Makefile src/Makefile util/Makefile gui/Makefile tek2ps/Makefile plaut/Makefile plaut04/Makefile plaut04/src/Makefile cmds/cmds.make cmds/Makefile gui/auto.makefile cmds/compat.sh"
+ac_config_files="$ac_config_files Makefile src/Makefile util/Makefile gui/Makefile plaut/Makefile plaut04/Makefile plaut04/src/Makefile cmds/cmds.make cmds/Makefile gui/auto.makefile cmds/compat.sh"
 
 cat >confcache <<\_ACEOF
 # This file is a shell script that caches the results of configure
--- a/07p/Makefile.in
+++ b/07p/Makefile.in
@@ -7,7 +7,7 @@
 SHELL=/bin/sh
 @SET_MAKE@
 #
-all: src cmds util @GUI@ @PLAUT@ @PLAUT04@ @TEK2PS@
+all: src cmds util @GUI@ @PLAUT@ @PLAUT04@
 cmd: src cmds util @PLAUT@
 
 src: .FORCE
@@ -33,15 +33,11 @@
 plaut04: .FORCE
 	cd ./plaut04;$(MAKE)
 
-tek2ps: .FORCE
-	cd ./tek2ps;$(MAKE)
-
 #
 clean:
 	cd ./gui;$(MAKE) clean
 	cd ./plaut;$(MAKE) clean
 	cd ./plaut04;$(MAKE) clean
-	cd ./tek2ps;$(MAKE) clean
 	cd ./doc;$(MAKE) clean
 #
 superclean:  clean
@@ -58,7 +54,7 @@
 	rm -f python/*.pyc python/graphics/*.pyc
 	rm -f test/*.pyc test/*_log07p* test/verification/*.html
 	rm -f Makefile cmds/Makefile gui/Makefile plaut/Makefile src/Makefile \
-	  tek2ps/Makefile gui/auto.makefile include/config.h cmds/cmds.make \
+	  gui/auto.makefile include/config.h cmds/cmds.make \
 	  cmds/compat.sh util/Makefile
 	@echo "Super cleaning ... done"