From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 6 17:00:07 2007 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 94A5916A419 for ; Tue, 6 Nov 2007 17:00:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 715E813C4A6 for ; Tue, 6 Nov 2007 17:00:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.1/8.14.1) with ESMTP id lA6H07cM050492 for ; Tue, 6 Nov 2007 17:00:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.1/8.14.1/Submit) id lA6H07KU050491; Tue, 6 Nov 2007 17:00:07 GMT (envelope-from gnats) Resent-Date: Tue, 6 Nov 2007 17:00:07 GMT Resent-Message-Id: <200711061700.lA6H07KU050491@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, Wesley Shields Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1101F16A419 for ; Tue, 6 Nov 2007 16:52:52 +0000 (UTC) (envelope-from wxs@atarininja.org) Received: from syn.atarininja.org (syn.csh.rit.edu [129.21.60.158]) by mx1.freebsd.org (Postfix) with ESMTP id E5F3913C480 for ; Tue, 6 Nov 2007 16:52:51 +0000 (UTC) (envelope-from wxs@atarininja.org) Received: by syn.atarininja.org (Postfix, from userid 1001) id 16CAA5C2E; Tue, 6 Nov 2007 11:52:52 -0500 (EST) Message-Id: <20071106165252.16CAA5C2E@syn.atarininja.org> Date: Tue, 6 Nov 2007 11:52:52 -0500 (EST) From: Wesley Shields To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/117871: [MAINTAINER]: net/silc-irssi-plugin move to irssi-devel X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Wesley Shields List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Nov 2007 17:00:07 -0000 >Number: 117871 >Category: ports >Synopsis: [MAINTAINER]: net/silc-irssi-plugin move to irssi-devel >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: Tue Nov 06 17:00:07 UTC 2007 >Closed-Date: >Last-Modified: >Originator: Wesley Shields >Release: FreeBSD 6.2-RELEASE-p8 amd64 >Organization: >Environment: System: FreeBSD syn.csh.rit.edu 6.2-RELEASE-p8 FreeBSD 6.2-RELEASE-p8 #8: Mon Oct 8 13:38:09 EDT 2007 root@syn.csh.rit.edu:/usr/obj/usr/src/sys/SMP amd64 >Description: net/silc-irssi-plugin core dumps when using the release version of irssi in irc/irssi. The attached patch bumps PORTREVISION in net/silc-irssi-plugin and then changes the RUN_DEPENDS to be irc/irssi-devel. This is only a temporary solution until the next release of irssi comes out. I think a note should be added to UPDATING which states that irssi should be deinstalled before upgrading this port because of the conflict. >How-To-Repeat: See the following thread which has a backtrace: http://lists.silcnet.org/pipermail/silc-devel/2007-November/002007.html >Fix: Index: silc-client/Makefile =================================================================== RCS file: /home/ncvs/ports/net/silc-client/Makefile,v retrieving revision 1.49 diff -u -r1.49 Makefile --- silc-client/Makefile 17 Sep 2007 15:21:25 -0000 1.49 +++ silc-client/Makefile 6 Nov 2007 16:46:23 -0000 @@ -46,7 +46,7 @@ CONFIGURE_ARGS+= --with-silc-plugin=${PREFIX}/lib/irssi \ --without-silc-includes CFLAGS+= -fPIC -RUN_DEPENDS= irssi:${PORTSDIR}/irc/irssi +RUN_DEPENDS= irssi:${PORTSDIR}/irc/irssi-devel # We don't want to install the man page and configuration file for this case EXTRA_PATCHES= ${FILESDIR}/extra-patch-apps__irssi__Makefile.in .else Index: silc-irssi-plugin/Makefile =================================================================== RCS file: /home/ncvs/ports/net/silc-irssi-plugin/Makefile,v retrieving revision 1.1 diff -u -r1.1 Makefile --- silc-irssi-plugin/Makefile 17 Sep 2007 15:24:30 -0000 1.1 +++ silc-irssi-plugin/Makefile 6 Nov 2007 16:46:23 -0000 @@ -6,6 +6,7 @@ # CATEGORIES= net irc +PORTREVISION= 1 COMMENT= SILC plugin for IRSSI >Release-Note: >Audit-Trail: >Unformatted: