From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 26 15:00:29 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A031916A420 for ; Mon, 26 Sep 2005 15:00:29 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 151A243D53 for ; Mon, 26 Sep 2005 15:00:29 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j8QF0S2Q063763 for ; Mon, 26 Sep 2005 15:00:28 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j8QF0ST3063761; Mon, 26 Sep 2005 15:00:28 GMT (envelope-from gnats) Resent-Date: Mon, 26 Sep 2005 15:00:28 GMT Resent-Message-Id: <200509261500.j8QF0ST3063761@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Alexander Novitsky Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8355F16A41F for ; Mon, 26 Sep 2005 14:51:19 +0000 (GMT) (envelope-from alecn@server.v42of.icc-vvd.ru) Received: from mail.icc-vvd.ru (mail.icc-vvd.ru [62.141.104.17]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB1A643D5A for ; Mon, 26 Sep 2005 14:51:17 +0000 (GMT) (envelope-from alecn@server.v42of.icc-vvd.ru) Received: from server.v42of.icc-vvd.ru (localhost [127.0.0.1]) by mail.icc-vvd.ru (8.13.3/8.12.9) with ESMTP id j8QEpFYa011556; Mon, 26 Sep 2005 18:51:15 +0400 (MSD) (envelope-from alecn@server.v42of.icc-vvd.ru) Received: (from root@localhost) by server.v42of.icc-vvd.ru (8.13.3/8.12.9/Submit) id j8QEpF2K011555; Mon, 26 Sep 2005 18:51:15 +0400 (MSD) Message-Id: <200509261451.j8QEpF2K011555@server.v42of.icc-vvd.ru> Date: Mon, 26 Sep 2005 18:51:15 +0400 (MSD) From: Alexander Novitsky To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Alexander Novitsky Subject: ports/86602: [NEW PORT] irc/php4-ircg: The ircg (IRC gateway) shared extension for php X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2005 15:00:29 -0000 >Number: 86602 >Category: ports >Synopsis: [NEW PORT] irc/php4-ircg: The ircg (IRC gateway) shared extension for php >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Sep 26 15:00:28 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Alexander Novitsky >Release: FreeBSD 5.4-RELEASE i386 >Organization: Inzhcomcentre VVD >Environment: System: FreeBSD server.v42of.icc-vvd.ru 5.4-RELEASE FreeBSD 5.4-RELEASE #1: Fri May 13 16:59:19 MSD 2005 >Description: PHP shared extencion for IRC gateway (iRCG, pls see PR ports/86425) Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- php4-ircg-4.4.0.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # php4-ircg # php4-ircg/files # php4-ircg/files/patch-ircg.c # php4-ircg/Makefile # php4-ircg/pkg-descr # php4-ircg/pkg-plist # echo c - php4-ircg mkdir -p php4-ircg > /dev/null 2>&1 echo c - php4-ircg/files mkdir -p php4-ircg/files > /dev/null 2>&1 echo x - php4-ircg/files/patch-ircg.c sed 's/^X//' >php4-ircg/files/patch-ircg.c << 'END-of-php4-ircg/files/patch-ircg.c' X--- ircg.c.orig Mon Sep 26 17:48:56 2005 X+++ ircg.c Mon Sep 26 17:49:50 2005 X@@ -2204,6 +2204,7 @@ X IFMSG(FMT_MSG_INVITE, IRCG_INVITE, invite_handler); X #endif X X+#if IRCG_API_VERSION >= 20021201 X irc_register_hook(conn, IRCG_NOTICE, notice_handler); X X IFMSG(FMT_MSG_LUSERCLIENT, IRCG_LUSERCLIENT, luserclient_handler); X@@ -2211,6 +2212,7 @@ X IFMSG(FMT_MSG_LUSEROP, IRCG_LUSEROP, luserop_handler); X IFMSG(FMT_MSG_LUSERUNKNOWN, IRCG_LUSERUNKNOWN, luserunknown_handler); X IFMSG(FMT_MSG_LUSERCHANNELS, IRCG_LUSERCHANNELS, luserchannels_handler); X+#endif X } X /* }}} */ X END-of-php4-ircg/files/patch-ircg.c echo x - php4-ircg/Makefile sed 's/^X//' >php4-ircg/Makefile << 'END-of-php4-ircg/Makefile' X# New ports collection makefile for: php4-iRCG X# Date created: 2005-09-25 X# Whom: Alexander Novitsky X# X# $FreeBSD$ X# X XCATEGORIES= irc XMASTERDIR= ${.CURDIR}/../../lang/php4 X XPKGNAMESUFFIX= -ircg X XMAINTAINER= alecn2002@yandex.ru X XBUILD_DEPENDS= ircg-config:${PORTSDIR}/irc/iRCG XRUN_DEPENDS= ircg-config:${PORTSDIR}/irc/iRCG X XCONFIGURE_ARGS= --with-ircg=yes \ X --with-ircg-config=${LOCALBASE}/bin/ircg-config X X.include "${MASTERDIR}/Makefile" END-of-php4-ircg/Makefile echo x - php4-ircg/pkg-descr sed 's/^X//' >php4-ircg/pkg-descr << 'END-of-php4-ircg/pkg-descr' X[description of the port] X XAuthor: Author's name and e-mail address XWWW: http://port.home.page/ END-of-php4-ircg/pkg-descr echo x - php4-ircg/pkg-plist sed 's/^X//' >php4-ircg/pkg-plist << 'END-of-php4-ircg/pkg-plist' X@comment $FreeBSD$ END-of-php4-ircg/pkg-plist exit --- php4-ircg-4.4.0.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: