FreeBSD Bugzilla – Attachment 81066 Details for
Bug 116121
misc/ttyrec
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
ttyrec.diff
ttyrec.diff (text/plain), 2.29 KB, created by
Felippe de Meirelles Motta
on 2007-09-06 16:03:37 UTC
(
hide
)
Description:
ttyrec.diff
Filename:
MIME Type:
Creator:
Felippe de Meirelles Motta
Created:
2007-09-06 16:03:37 UTC
Size:
2.29 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/ncvs/ports/misc/ttyrec/Makefile,v >retrieving revision 1.12 >diff -u -r1.12 Makefile >--- Makefile 4 Aug 2007 11:41:04 -0000 1.12 >+++ Makefile 6 Sep 2007 15:01:27 -0000 >@@ -11,11 +11,15 @@ > CATEGORIES= misc > MASTER_SITES= http://0xcc.net/ttyrec/ > >-MAINTAINER= ports@FreeBSD.org >+MAINTAINER= lippe@freebsdbrasil.com.br > COMMENT= Tty recorder > > USE_GCC= 3.4+ > >+PLIST_FILES= bin/ttyplay \ >+ bin/ttyrec \ >+ bin/ttytime >+ > MAN1= ttyplay.1 ttyrec.1 > > post-patch: >@@ -23,11 +27,11 @@ > ${WRKSRC}/Makefile > > do-install: >-.for file in ttyrec ttyplay ttytime >- ${INSTALL_PROGRAM} ${WRKSRC}/${file} ${PREFIX}/bin >+.for files in ttyrec ttyplay ttytime >+ ${INSTALL_PROGRAM} ${WRKSRC}/${files} ${PREFIX}/bin > .endfor >-.for file in ${MAN1} >- ${INSTALL_MAN} ${WRKSRC}/${file} ${MAN1PREFIX}/man/man1 >+.for files in ${MAN1} >+ ${INSTALL_MAN} ${WRKSRC}/${files} ${MAN1PREFIX}/man/man1 > .endfor > > .include <bsd.port.mk> >Index: pkg-plist >=================================================================== >RCS file: pkg-plist >diff -N pkg-plist >--- pkg-plist 16 Feb 2002 08:58:37 -0000 1.2 >+++ /dev/null 1 Jan 1970 00:00:00 -0000 >@@ -1,3 +0,0 @@ >-bin/ttyplay >-bin/ttyrec >-bin/ttytime >Index: files/patch-ttyrec.c >=================================================================== >RCS file: files/patch-ttyrec.c >diff -N files/patch-ttyrec.c >--- /dev/null 1 Jan 1970 00:00:00 -0000 >+++ files/patch-ttyrec.c 6 Sep 2007 15:01:27 -0000 >@@ -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; >+ >Index: files/patch-tyrec.c >=================================================================== >RCS file: files/patch-tyrec.c >diff -N files/patch-tyrec.c >--- files/patch-tyrec.c 16 Jun 2002 09:16:00 -0000 1.1 >+++ /dev/null 1 Jan 1970 00:00:00 -0000 >@@ -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; >-
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