View | Details | Raw Unified | Return to bug 59073
Collapse All | Expand All

(-)/tmp/gensig/Makefile (-7 / +1 lines)
Lines 18-27 Link Here
18
18
19
MAN1=		gensig.1 cattag.1
19
MAN1=		gensig.1 cattag.1
20
20
21
.include <bsd.port.pre.mk>
21
.include <bsd.port.mk>
22
23
.if ${OSVERSION} >= 501000
24
BROKEN=		"Does not compile"
25
.endif
26
27
.include <bsd.port.post.mk>
(-)/tmp/gensig/files/patch-gensig.c (+20 lines)
Line 0 Link Here
1
--- gensig.c.orig	Sun Nov  9 13:14:32 2003
2
+++ gensig.c	Sun Nov  9 13:16:56 2003
3
@@ -61,7 +61,7 @@
4
   -h, --help		Print this message\n\
5
   -k, --kill            Kill running gensig (nothing else)\n\
6
   -m, --format          File to read for format of signature (printf-style)\n\
7
-  -o, --once            Once, write a signature to stdout & quit
8
+  -o, --once            Once, write a signature to stdout & quit\n\
9
   -q, --quiet           Don't complain if there's aready a gensig running\n\
10
                         (Just fail silently)\n\
11
   -r, --restart         Kill running gensig (if one exists) and restart\n\
12
@@ -78,7 +78,7 @@
13
   -h   Print this message\n\
14
   -k   Kill running gensig (nothing else)\n\
15
   -m   File to read for format of signature (printf-style) (requires a value)\n\
16
-  -o   Once, write a signature to stdout & exit
17
+  -o   Once, write a signature to stdout & exit\n\
18
   -q   Don't complain if there's aready a gensig running\n\
19
        (Just fail silently)\n\
20
   -r   Kill running gensig (if one exists) and restart\n\

Return to bug 59073