From nobody@FreeBSD.org  Wed Sep  5 13:15:52 2007
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 6F20616A41A
	for <freebsd-gnats-submit@FreeBSD.org>; Wed,  5 Sep 2007 13:15:52 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 44A9713C491
	for <freebsd-gnats-submit@FreeBSD.org>; Wed,  5 Sep 2007 13:15:52 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.1/8.14.1) with ESMTP id l85DFnei099807
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 5 Sep 2007 13:15:49 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.1/8.14.1/Submit) id l85DFnXn099806;
	Wed, 5 Sep 2007 13:15:49 GMT
	(envelope-from nobody)
Message-Id: <200709051315.l85DFnXn099806@www.freebsd.org>
Date: Wed, 5 Sep 2007 13:15:49 GMT
From: Felippe de Meirelles Motta <lippe@freebsdbrasil.com.br>
To: freebsd-gnats-submit@FreeBSD.org
Subject: misc/ttyrec
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         116121
>Category:       ports
>Synopsis:       misc/ttyrec
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    araujo
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Sep 05 13:20:01 GMT 2007
>Closed-Date:    Thu Sep 13 16:11:03 GMT 2007
>Last-Modified:  Thu Sep 13 16:20:01 GMT 2007
>Originator:     Felippe de Meirelles Motta
>Release:        FreeBSD 6.2-STABLE i386
>Organization:
FreeBSD Brasil LTDA
>Environment:
FreeBSD dev.bh.freebsdbrasil.com.br 6.2-STABLE FreeBSD 6.2-STABLE #0: Mon Jun 25 13:46:23 BRT 2007     lippe@dev.bh.freebsdbrasil.com.br:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
- Take maintainership from ports@;
- Remove pkg-plist, added PLIST_FILES in Makefile;
- Rename files/patch-tyrec.c to files/patch-ttyrec.c.

Thanks! :)
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

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


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->araujo 
Responsible-Changed-By: araujo 
Responsible-Changed-When: Thu Sep 6 14:31:03 UTC 2007 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=116121 

From: Felippe de Meirelles Motta <lippe@freebsdbrasil.com.br>
To: bug-followup@FreeBSD.org,  lippe@freebsdbrasil.com.br
Cc:  
Subject: Re: ports/116121: misc/ttyrec
Date: Thu, 06 Sep 2007 12:03:37 -0300

 This is a multi-part message in MIME format.
 --------------060904080707030403090905
 Content-Type: text/plain; charset=ISO-8859-1; format=flowed
 Content-Transfer-Encoding: 7bit
 
 Please, they reconsider for this patch, together with asouza@ I had some 
 changes to make.
 
 Thanks!
 
 -- 
 
 Atenciosamente,
 Felippe de Meirelles Motta
 FreeBSD Brasil LTDA.
 http://www.freebsdbrasil.com.br
 
 --------------060904080707030403090905
 Content-Type: text/plain;
  name="ttyrec.diff"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline;
  filename="ttyrec.diff"
 
 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;
 - 
 
 --------------060904080707030403090905--
State-Changed-From-To: open->closed 
State-Changed-By: araujo 
State-Changed-When: Thu Sep 13 16:11:02 UTC 2007 
State-Changed-Why:  
Committed, with minor changes. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=116121 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/116121: commit references a PR
Date: Thu, 13 Sep 2007 16:10:42 +0000 (UTC)

 araujo      2007-09-13 16:10:36 UTC
 
   FreeBSD ports repository
 
   Modified files:
     misc/ttyrec          Makefile 
   Added files:
     misc/ttyrec/files    patch-ttyrec.c 
   Removed files:
     misc/ttyrec          pkg-plist 
     misc/ttyrec/files    patch-tyrec.c 
   Log:
   - Pass maintainership to submitter.
   - Reworked Makefile to move small pkg-plist to PLIST_FILES.
   - Bump PORTREVISION.
   
   PR:             ports/116121
   Submitted by:   Felippe de Meirelles Motta <lippe@freebsdbrasil.com.br>
   Approved by:    stas (mentor)
   
   Revision  Changes    Path
   1.13      +8 -9      ports/misc/ttyrec/Makefile
   1.1       +14 -0     ports/misc/ttyrec/files/patch-ttyrec.c (new)
   1.2       +0 -14     ports/misc/ttyrec/files/patch-tyrec.c (dead)
   1.3       +0 -3      ports/misc/ttyrec/pkg-plist (dead)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
