Codebase list vmatch / d1ac013
patch headers and changelog Sascha Steinbiss 4 years ago
4 changed file(s) with 135 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 vmatch (2.3.1+dfsg-5) unstable; urgency=medium
1
2 * Add patch to set PATH_MAX if not available.
3 This adds support for GNU Hurd.
4 * Add patch to use 'gt dev skproto' instead of the nonexistent
5 'skproto' binary.
6
7 -- Sascha Steinbiss <satta@debian.org> Sat, 08 Feb 2020 11:24:42 +0100
8
09 vmatch (2.3.1+dfsg-4) unstable; urgency=medium
110
211 * Pass CFLAGS and friends to SELECT shared object building.
0 Description: add patch to introduce PATH_MAX if missing
1 Some archs, such as Hurd, do not set PATH_MAX. This patch introduces
2 that with a default value if it is not set before.
3 Author: Sascha Steinbiss <satta@debian.org>
4 Last-Update: 2020-02-08
05 --- /dev/null
16 +++ b/src/include/pathmax.h
27 @@ -0,0 +1,3 @@
44 hardening.patch
55 reproducible-build.patch
66 pathmax.patch
7 skproto.patch
0 Description: use 'gt dev skproto'
1 Author: Sascha Steinbiss <satta@debian.org>
2 Last-Update: 2020-02-08
3 --- a/src/bin/mkfilegoals.pl
4 +++ b/src/bin/mkfilegoals.pl
5 @@ -167,7 +167,7 @@
6 } elsif($ARGV[$i] eq 'princ')
7 {
8 printf("../include/%%.pr:%%.c\n");
9 - printf("\tskproto \$< > \$@\n\n");
10 + printf("\tgt dev skproto \$< > \$@\n\n");
11 } elsif($ARGV[$i] eq 'splint')
12 {
13 genericgoal('splint');
14 @@ -232,7 +232,7 @@
15 printf("\ttouch \$*.splint\n\n");
16 } elsif($kind eq 'pr')
17 {
18 - printf("\tskproto \$< > \$@\n\n");
19 + printf("\tgt dev skproto \$< > \$@\n\n");
20 } elsif($kind eq 'prepro')
21 {
22 printf("\t\${CC} -E -g3 \${CFLAGS} ${CPPFLAGS} -DDEBUG -c \$< -o \$@\n");
23 --- a/src/doc/libdoc/Rules.tex
24 +++ b/src/doc/libdoc/Rules.tex
25 @@ -362,7 +362,7 @@
26 precisely, if a function is defined in file \emph{cfunc}\texttt{.c},
27 then the prototypes are to be defined in \emph{cfunc}\texttt{.pr}.
28 The prototypes are extracted from the code using the program
29 -\texttt{skproto}. A binary of the program can be found in the directory
30 +\texttt{gt dev skproto}. A binary of the program can be found in the directory
31 \texttt{/projects/gi/bin}.
32 The current code for this program is
33 available as part of the \texttt{SKtools} in
34 --- a/src/doc/progman.tex
35 +++ b/src/doc/progman.tex
36 @@ -308,7 +308,7 @@
37 precisely, if a function is defined in file \emph{cfunc}\texttt{.c},
38 then the prototypes are to be defined in \emph{cfunc}\texttt{.pr}.
39 The prototypes are extracted from the code using the program
40 -\texttt{skproto}. The current code for this program is
41 +\texttt{gt dev skproto}. The current code for this program is
42 available as part of the \texttt{SKtools} in
43 in the CVS-tree at \texttt{roma.zbh.uni-hamburg.de:/projects/gicvs/SKtools}.
44 \end{enumerate}
45 --- a/src/kurtz/Filegoals.mf
46 +++ b/src/kurtz/Filegoals.mf
47 @@ -21,7 +21,7 @@
48 rm -f *.splint
49
50 ../include/%.pr:%.c
51 - skproto $< > $@
52 + gt dev skproto $< > $@
53
54 .PHONY:mkdircompiledir
55 mkdircompiledir:
56 --- a/src/kurtz/libtest/Filegoals.mf
57 +++ b/src/kurtz/libtest/Filegoals.mf
58 @@ -47,7 +47,7 @@
59 indent $@
60
61 %.pr:%.c
62 - skproto $< > $@
63 + gt dev skproto $< > $@
64
65 %.splint:%.c
66 splint ${SPLINTFLAGS} $<
67 --- a/src/kurtz/Mkprotodef.sh
68 +++ b/src/kurtz/Mkprotodef.sh
69 @@ -55,5 +55,5 @@
70 PairUint *maxwit,
71 ArrayVnode *stack);
72 ENDOFINCLUDE
73 -skproto $*
74 +gt dev skproto $*
75 echo "#endif"
76 --- a/src/Mkvtree/Filegoals.mf
77 +++ b/src/Mkvtree/Filegoals.mf
78 @@ -43,7 +43,7 @@
79 indent $@
80
81 %.pr:%.c
82 - skproto $< > $@
83 + gt dev skproto $< > $@
84
85 %.splint:%.c
86 splint ${SPLINTFLAGS} $<
87 --- a/src/Vmatch/Filegoals.mf
88 +++ b/src/Vmatch/Filegoals.mf
89 @@ -71,7 +71,7 @@
90 indent $@
91
92 %.pr:%.c
93 - skproto $< > $@
94 + gt dev skproto $< > $@
95
96 %.splint:%.c
97 splint ${SPLINTFLAGS} $<
98 --- a/src/Vmengine/Filegoals.mf
99 +++ b/src/Vmengine/Filegoals.mf
100 @@ -21,7 +21,7 @@
101 rm -f *.splint
102
103 ../include/%.pr:%.c
104 - skproto $< > $@
105 + gt dev skproto $< > $@
106
107 .PHONY:mkdircompiledir
108 mkdircompiledir:
109 --- a/src/Vmengine/Makefile
110 +++ b/src/Vmengine/Makefile
111 @@ -49,7 +49,7 @@
112 ${MAKE} -C libtest
113
114 vmengineexport.h:${VMENGINEKERN}
115 - cat ${VMENGINEKERN} | skproto > $@
116 + cat ${VMENGINEKERN} | gt dev skproto > $@
117
118 ${COMPILEDIR}vmatfind-dyn.o:vmatfind.c ../include/virtualdef.h
119 ${CC} ${CFLAGS} ${CPPFLAGS} -DDYNAMICALPHABET -c vmatfind.c -o $@