View | Details | Raw Unified | Return to bug 116121 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-5 / +9 lines)
Lines 11-21 Link Here
11
CATEGORIES=	misc
11
CATEGORIES=	misc
12
MASTER_SITES=	http://0xcc.net/ttyrec/
12
MASTER_SITES=	http://0xcc.net/ttyrec/
13
13
14
MAINTAINER=	ports@FreeBSD.org
14
MAINTAINER=	lippe@freebsdbrasil.com.br
15
COMMENT=	Tty recorder
15
COMMENT=	Tty recorder
16
16
17
USE_GCC=	3.4+
17
USE_GCC=	3.4+
18
18
19
PLIST_FILES=	bin/ttyplay \
20
		bin/ttyrec \
21
		bin/ttytime
22
19
MAN1=	ttyplay.1 ttyrec.1
23
MAN1=	ttyplay.1 ttyrec.1
20
24
21
post-patch:
25
post-patch:
Lines 23-33 Link Here
23
		${WRKSRC}/Makefile
27
		${WRKSRC}/Makefile
24
28
25
do-install:
29
do-install:
26
.for file in ttyrec ttyplay ttytime
30
.for files in ttyrec ttyplay ttytime
27
	${INSTALL_PROGRAM} ${WRKSRC}/${file} ${PREFIX}/bin
31
	${INSTALL_PROGRAM} ${WRKSRC}/${files} ${PREFIX}/bin
28
.endfor
32
.endfor
29
.for file in ${MAN1}
33
.for files in ${MAN1}
30
	${INSTALL_MAN} ${WRKSRC}/${file} ${MAN1PREFIX}/man/man1
34
	${INSTALL_MAN} ${WRKSRC}/${files} ${MAN1PREFIX}/man/man1
31
.endfor
35
.endfor
32
36
33
.include <bsd.port.mk>
37
.include <bsd.port.mk>
(-)pkg-plist (-3 lines)
Removed Link Here
1
bin/ttyplay
2
bin/ttyrec
3
bin/ttytime
(-)files/patch-ttyrec.c (+14 lines)
Added Link Here
1
--- ttyrec.c.orig	Tue Jun  4 21:52:00 2002
2
+++ ttyrec.c	Tue Jun  4 21:52:12 2002
3
@@ -202,11 +202,7 @@
4
 void
5
 finish()
6
 {
7
-#if defined(SVR4)
8
 	int status;
9
-#else /* !SVR4 */
10
-	union wait status;
11
-#endif /* !SVR4 */
12
 	register int pid;
13
 	register int die = 0;
14
 
(-)files/patch-tyrec.c (-14 lines)
Removed Link Here
1
--- ttyrec.c.orig	Tue Jun  4 21:52:00 2002
2
+++ ttyrec.c	Tue Jun  4 21:52:12 2002
3
@@ -202,11 +202,7 @@
4
 void
5
 finish()
6
 {
7
-#if defined(SVR4)
8
 	int status;
9
-#else /* !SVR4 */
10
-	union wait status;
11
-#endif /* !SVR4 */
12
 	register int pid;
13
 	register int die = 0;
14
 

Return to bug 116121