ports/117871: [MAINTAINER]: net/silc-irssi-plugin move to irssi-devel
Wesley Shields
wxs at atarininja.org
Tue Nov 6 17:00:07 UTC 2007
>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 at 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:
More information about the freebsd-ports-bugs
mailing list