Date: Sun, 10 Jul 2005 13:27:53 -0400 From: Kevin Brunelle <kruptos@mlinux.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/83228: Update Port: misc/gaim-bangexec to 1.3.0.2 Message-ID: <20050710172910.GCJJ11957.ibm56aec.bellsouth.net@[65.1.6.199]> Resent-Message-ID: <200507101730.j6AHUORV042211@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 83228 >Category: ports >Synopsis: Update Port: misc/gaim-bangexec to 1.3.0.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Jul 10 17:30:24 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Kevin Brunelle >Release: FreeBSD 5.4-RELEASE-p4 i386 >Organization: >Environment: System: FreeBSD fnord.quux.edu 5.4-RELEASE-p4 FreeBSD 5.4-RELEASE-p4 #2: Fri Jul 8 07:49:28 EDT 2005 root@fnord.quux.edu:/usr/obj/usr/src/sys/FOOKERN i386 >Description: Upgrade to 1.3.0.2 from 1.3.0.1. No files were added and none were removed. >How-To-Repeat: >Fix: diff -ruN gaim-bangexec.bak/Makefile gaim-bangexec/Makefile --- gaim-bangexec.bak/Makefile Sun Jul 10 13:20:35 2005 +++ gaim-bangexec/Makefile Sun Jul 10 12:58:10 2005 @@ -1,31 +1,31 @@ -# New ports collection makefile for: gaim-bangexec -# Date created: 17 April 2005 -# Whom: kevinb +# New ports collection makefile for: gaim-bangexec +# Date created: 17 April 2005 +# Whom: kevinb # -# $FreeBSD: ports/misc/gaim-bangexec/Makefile,v 1.4 2005/06/11 05:16:10 marcus Exp $ +# $FreeBSD$ # -PORTNAME= bangexec -PORTVERSION= 1.3.0.1 -PORTREVISION= 2 -CATEGORIES= misc -MASTER_SITES= http://bard.sytes.net/bangexec/ -PKGNAMEPREFIX= gaim- - -MAINTAINER= kruptos@mlinux.org -COMMENT= Command interpreter plugin for gaim - -BUILD_DEPENDS= gaim:${PORTSDIR}/net/gaim -RUN_DEPENDS= gaim:${PORTSDIR}/net/gaim - -USE_X_PREFIX= yes -USE_BZIP2= yes -USE_LIBTOOL_VER=15 -USE_REINPLACE= yes +PORTNAME= bangexec +PORTVERSION= 1.3.0.2 +CATEGORIES= misc +MASTER_SITES= http://bard.sytes.net/bangexec/ +PKGNAMEPREFIX= gaim- + +MAINTAINER= kruptos@mlinux.org +COMMENT= Command interpreter plugin for gaim + +BUILD_DEPENDS= gaim:${PORTSDIR}/net/gaim +RUN_DEPENDS= gaim:${PORTSDIR}/net/gaim + +USE_X_PREFIX= YES +USE_BZIP2= YES +HAS_CONFIGURE= YES +CONFIGURE_ARGS= --prefix=${PREFIX} -PLIST_FILES= lib/gaim/bangexec.so +INSTALLS_SHLIB= yes +LDCONFIG_DIRS= %%PREFIX%%/lib/gaim -post-patch: - @${REINPLACE_CMD} -e 's|-g3||' ${WRKSRC}/configure +PLIST_FILES= lib/gaim/bangexec.la \ + lib/gaim/bangexec.so .include <bsd.port.mk> diff -ruN gaim-bangexec.bak/distinfo gaim-bangexec/distinfo --- gaim-bangexec.bak/distinfo Sun Jul 10 13:20:35 2005 +++ gaim-bangexec/distinfo Sun Jul 10 12:58:20 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:20:35 2005 +++ gaim-bangexec/files/patch-bangexec.c Sun Jul 10 13:09:14 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); >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050710172910.GCJJ11957.ibm56aec.bellsouth.net>