Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Mar 2004 13:44:20 +0800 (CST)
From:      Cheng-Lung Sung <clsung@dragon2.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        clsung@tiger2.net
Subject:   ports/64793: [maintainer-update] centericq from 4.9.10 to 4.9.11
Message-ID:  <20040327054420.2D56615638@mail.dragon2.net>
Resent-Message-ID: <200403270550.i2R5oIUn028330@freefall.freebsd.org>

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

>Number:         64793
>Category:       ports
>Synopsis:       [maintainer-update] centericq from 4.9.10 to 4.9.11
>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:   Fri Mar 26 21:50:17 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Cheng-Lung Sung
>Release:        FreeBSD 4.9-RELEASE i386
>Organization:
FreeBSD @ Taiwan
>Environment:
System: FreeBSD sungsung.csie.nctu.edu.tw 4.9-RELEASE FreeBSD 4.9-RELEASE #5: Wed Oct 29 20:13:25 CST 2003 root@sungsung.csie.nctu.edu.tw:/usr/obj/usr/src/sys/SUNGSUNG i386

>Description:
- Update from 4.9.10 to 4.9.11.
- MSN support is back.
- for charset convertion,
  set fromcharset/tocharset in ~/.centericq/config, where 
  fromcharset for desired convertion (i.e. "utf-8"), and
  tocharset for local encoding (eg. "big5").
>How-To-Repeat:
>Fix:

diff -ruN /usr/ports/net/centericq/Makefile centericq/Makefile
--- /usr/ports/net/centericq/Makefile	Thu Feb  5 11:42:11 2004
+++ centericq/Makefile	Sat Mar 27 13:40:55 2004
@@ -7,8 +7,8 @@
 #
 
 PORTNAME=	centericq
-PORTVERSION=	4.9.10
-PORTREVISION=	1
+PORTVERSION=	4.9.11
+PORTREVISION=	0
 CATEGORIES=	net
 MASTER_SITES=	http://centericq.de/archive/source/releases/
 
@@ -38,22 +38,8 @@
 CONFIGURE_ARGS+=	--with-fribidi
 .endif
 
-.if defined(WITH_MSN)
-CONFIGURE_ARGS+=	--enable-msn
-EXTRA_PATCHES=		${.CURDIR}/files/msn-*
-pre-patch:
-	@${ECHO_CMD} "========================================================="
-	@${ECHO_CMD} "=====================Important !!!======================="
-	@${ECHO_CMD} "========================================================="
-	@${ECHO_CMD} "There may be some sticky legal issues with the new"
-	@${ECHO_CMD} "version of this protocol. Users should be aware that they"
-	@${ECHO_CMD} "might be in violation of the DMCA or other laws. If this"
-	@${ECHO_CMD} "is unacceptable, hit Ctrl-C now and remove WITH_MSN from"
-	@${ECHO_CMD} "your make flags. The FreeBSD group assumes no"
-	@${ECHO_CMD} "responsibility or liability for any losses or damages"
-	@${ECHO_CMD} "sustained by use or disuse of software in the ports tree."
-	@${ECHO_CMD} "========================================================="
-	@sleep 5
+.if !defined(WITH_MSN)
+CONFIGURE_ARGS+=	--disable-msn
 .endif
 
 .if !defined(WITH_YAHOO)
diff -ruN /usr/ports/net/centericq/distinfo centericq/distinfo
--- /usr/ports/net/centericq/distinfo	Mon Jan 19 11:54:43 2004
+++ centericq/distinfo	Sat Mar 27 13:40:55 2004
@@ -1 +1,2 @@
-MD5 (centericq-4.9.10.tar.gz) = b461d4e39fa304d177f2990f27573ee8
+MD5 (centericq-4.9.11.tar.gz) = 771786081471360d28b4baeaf294da76
+SIZE (centericq-4.9.11.tar.gz) = 1623174
diff -ruN /usr/ports/net/centericq/files/patch-src::icqdialogs.cc centericq/files/patch-src::icqdialogs.cc
--- /usr/ports/net/centericq/files/patch-src::icqdialogs.cc	Thu Jan  1 08:00:00 1970
+++ centericq/files/patch-src::icqdialogs.cc	Sat Mar 27 13:40:55 2004
@@ -0,0 +1,10 @@
+--- src/icqdialogs.cc.orig	Tue Mar 16 05:59:43 2004
++++ src/icqdialogs.cc	Sat Mar 27 13:13:51 2004
+@@ -33,6 +33,7 @@
+ #include "ljhook.h"
+ 
+ #include <libicq2000/userinfoconstants.h>
++#include <libicq2000/constants.h>
+ 
+ const char *stragerange(ICQ2000::AgeRange r) {
+     switch(r) {
diff -ruN /usr/ports/net/centericq/pkg-descr centericq/pkg-descr
--- /usr/ports/net/centericq/pkg-descr	Tue Nov  4 07:35:42 2003
+++ centericq/pkg-descr	Sat Mar 27 13:40:55 2004
@@ -1,5 +1,5 @@
 Centericq is a text mode menu- and window-driven IM interface that
-supports the ICQ2000, Yahoo!, AIM, and IRC protocols. It allows you
+supports the ICQ2000, Yahoo!, MSN, AIM, and IRC protocols. It allows you
 to send, receive, and forward messages, URLs, SMSes, contacts, and email
 express messages. It also lets you set your own and fetch others' away
 messages, and define external handlers for incoming events. You can
@@ -10,7 +10,5 @@
 inactivity, and have your own ignore, visible, and invisible lists.
 It can also associate events with sounds, make log of events, and
 allows arrangement of contacts into groups.
-
-Note: MSN protocol is not supported offcially.
 
 WWW: http://konst.org.ua/centericq/
>Release-Note:
>Audit-Trail:
>Unformatted:



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