FreeBSD Bugzilla – Attachment 81065 Details for
Bug 116121
misc/ttyrec
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.89 KB, created by
Felippe de Meirelles Motta
on 2007-09-05 14:20:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Felippe de Meirelles Motta
Created:
2007-09-05 14:20:01 UTC
Size:
1.89 KB
patch
obsolete
>diff -ruN ttyrec.old/Makefile ttyrec/Makefile >--- ttyrec.old/Makefile Sat Aug 4 08:41:04 2007 >+++ ttyrec/Makefile Wed Sep 5 10:00:43 2007 >@@ -11,22 +11,24 @@ > CATEGORIES= misc > MASTER_SITES= http://0xcc.net/ttyrec/ > >-MAINTAINER= ports@FreeBSD.org >+MAINTAINER= lippe@freebsdbrasil.com.br > COMMENT= Tty recorder > >-USE_GCC= 3.4+ >- > MAN1= ttyplay.1 ttyrec.1 > >+PLIST_FILES= bin/ttyplay \ >+ bin/ttyrec \ >+ bin/ttytime >+ > post-patch: > @${REINPLACE_CMD} -e "s|^CC|#CC|g" -e "s|^CFLAGS|#CFLAGS|g" \ > ${WRKSRC}/Makefile > > do-install: >-.for file in ttyrec ttyplay ttytime >+.for files in ttyrec ttyplay ttytime > ${INSTALL_PROGRAM} ${WRKSRC}/${file} ${PREFIX}/bin > .endfor >-.for file in ${MAN1} >+.for files in ${MAN1} > ${INSTALL_MAN} ${WRKSRC}/${file} ${MAN1PREFIX}/man/man1 > .endfor > >diff -ruN ttyrec.old/files/patch-ttyrec.c ttyrec/files/patch-ttyrec.c >--- ttyrec.old/files/patch-ttyrec.c Wed Dec 31 21:00:00 1969 >+++ ttyrec/files/patch-ttyrec.c Sun Jun 16 06:16:00 2002 >@@ -0,0 +1,14 @@ >+--- ttyrec.c.orig Tue Jun 4 21:52:00 2002 >++++ ttyrec.c Tue Jun 4 21:52:12 2002 >+@@ -202,11 +202,7 @@ >+ void >+ finish() >+ { >+-#if defined(SVR4) >+ int status; >+-#else /* !SVR4 */ >+- union wait status; >+-#endif /* !SVR4 */ >+ register int pid; >+ register int die = 0; >+ >diff -ruN ttyrec.old/files/patch-tyrec.c ttyrec/files/patch-tyrec.c >--- ttyrec.old/files/patch-tyrec.c Sun Jun 16 06:16:00 2002 >+++ ttyrec/files/patch-tyrec.c Wed Dec 31 21:00:00 1969 >@@ -1,14 +0,0 @@ >---- ttyrec.c.orig Tue Jun 4 21:52:00 2002 >-+++ ttyrec.c Tue Jun 4 21:52:12 2002 >-@@ -202,11 +202,7 @@ >- void >- finish() >- { >--#if defined(SVR4) >- int status; >--#else /* !SVR4 */ >-- union wait status; >--#endif /* !SVR4 */ >- register int pid; >- register int die = 0; >- >diff -ruN ttyrec.old/pkg-plist ttyrec/pkg-plist >--- ttyrec.old/pkg-plist Sat Feb 16 06:58:37 2002 >+++ ttyrec/pkg-plist Wed Dec 31 21:00:00 1969 >@@ -1,3 +0,0 @@ >-bin/ttyplay >-bin/ttyrec >-bin/ttytime
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 116121
: 81065 |
81066