Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Oct 2007 17:34:51 +0200 (CEST)
From:      Philippe Audeoud <jadawin@tuxaco.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/117213: [PATCH] : irssi-xmpp conflict with irssi 0.8.12
Message-ID:  <20071015153451.4458EAA7D@huppa.tuxaco.net>
Resent-Message-ID: <200710151540.l9FFe2DG098022@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         117213
>Category:       ports
>Synopsis:       [PATCH] : irssi-xmpp conflict with irssi 0.8.12
>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:   Mon Oct 15 15:40:01 UTC 2007
>Closed-Date:
>Last-Modified:
>Originator:     Philippe Audeoud
>Release:        FreeBSD 6.2-RELEASE i386
>Organization:
>Environment:
System: FreeBSD huppa.tuxaco.net 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Tue Mar 20 16:05:42 CET 2007 root@:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
	Don't update irssi to 0.8.12 if you want to use irssi-xmpp. There is
some changes in to character set recoding and now irssi-xmpp recode
functions are broken on it.
>How-To-Repeat:
	
>Fix:

	

--- patch-irssi-xmpp.2 begins here ---
diff -ruN irssi-xmpp.orig/Makefile irssi-xmpp/Makefile
--- irssi-xmpp.orig/Makefile	Mon Oct 15 17:23:29 2007
+++ irssi-xmpp/Makefile	Mon Oct 15 17:27:42 2007
@@ -5,6 +5,7 @@
 
 PORTNAME=	irssi-xmpp
 PORTVERSION=	0.13
+PORTREVISION=	1
 CATEGORIES=	irc
 MASTER_SITES=	http://cybione.org/src/irssi-xmpp/
 
@@ -22,6 +23,8 @@
 PLIST_FILES=	lib/irssi/modules/libfe_xmpp.so \
 		lib/irssi/modules/libxmpp_core.so
 PORTDOCS=	README
+
+CONFLICTS=	irssi-0.8.12*
 
 do-install:
 .for data in core fe-common
--- patch-irssi-xmpp.2 ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20071015153451.4458EAA7D>