Date: Sun, 10 Jul 2005 18:10:15 GMT From: Kevin Brunelle <kruptos@mlinux.org> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/83228: Update Port: misc/gaim-bangexec to 1.3.0.2 Message-ID: <200507101810.j6AIAFWT048371@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/83228; it has been noted by GNATS. From: Kevin Brunelle <kruptos@mlinux.org> To: bug-followup@FreeBSD.org Cc: kruptos@mlinux.org Subject: Re: ports/83228: Update Port: misc/gaim-bangexec to 1.3.0.2 Date: Sun, 10 Jul 2005 13:58:42 -0400 Sorry about that nasty diff. Here is one which is exactly the same but actually shorter. The nasty diff came from working with a local copy of the port while this clean one was generated by starting fresh from what is currently in the tree. This is the one you want. Again, my apologies for the ugliness. -Kevin Brunelle --- diff -ruN gaim-bangexec.bak/Makefile gaim-bangexec/Makefile --- gaim-bangexec.bak/Makefile Sun Jul 10 13:53:25 2005 +++ gaim-bangexec/Makefile Sun Jul 10 13:51:57 2005 @@ -6,8 +6,7 @@ # PORTNAME= bangexec -PORTVERSION= 1.3.0.1 -PORTREVISION= 2 +PORTVERSION= 1.3.0.2 CATEGORIES= misc MASTER_SITES= http://bard.sytes.net/bangexec/ PKGNAMEPREFIX= gaim- diff -ruN gaim-bangexec.bak/distinfo gaim-bangexec/distinfo --- gaim-bangexec.bak/distinfo Sun Jul 10 13:53:25 2005 +++ gaim-bangexec/distinfo Sun Jul 10 13:52:27 2005 @@ -1,2 +1,2 @@ -MD5 (bangexec-1.3.0.1.tar.bz2) = b5bc629a79a390609d42e279d1c666ff -SIZE (bangexec-1.3.0.1.tar.bz2) = 217906 +MD5 (bangexec-1.3.0.2.tar.bz2) = 8b445362249d4b5e1f71a83713aee075 +SIZE (bangexec-1.3.0.2.tar.bz2) = 218421 diff -ruN gaim-bangexec.bak/files/patch-bangexec.c gaim-bangexec/files/patch-bangexec.c --- gaim-bangexec.bak/files/patch-bangexec.c Sun Jul 10 13:53:25 2005 +++ gaim-bangexec/files/patch-bangexec.c Sun Jul 10 13:52:18 2005 @@ -1,6 +1,6 @@ ---- bangexec.c.orig Mon May 9 07:02:52 2005 -+++ bangexec.c Mon May 9 07:03:30 2005 -@@ -287,9 +287,10 @@ +--- bangexec.c.orig Sun Jul 10 13:08:21 2005 ++++ bangexec.c Sun Jul 10 13:08:37 2005 +@@ -297,9 +297,10 @@ return -1; }else if (pid){ //Parent int rv; @@ -11,4 +11,4 @@ + flags = fcntl (p[0], F_GETFL, 0); fcntl (p[0], F_SETFL, flags | O_NONBLOCK); - rv=read_nonblock(p[0],strtoul(BANGEXEC_MAXLEN,NULL,10)-chrs,strtoul(BANGEXEC_TIMEOUT,NULL,10),inp); + rv=read_nonblock(p[0],maxlen-chrs,strtoul(BANGEXEC_TIMEOUT,NULL,10),inp);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200507101810.j6AIAFWT048371>