ports/59108: [maintainer update] net/simicq to 0.9.1

Markus Brueffer brueffer at phoenix-systems.de
Mon Nov 10 10:10:11 UTC 2003


>Number:         59108
>Category:       ports
>Synopsis:       [maintainer update] net/simicq to 0.9.1
>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 Nov 10 02:10:08 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Markus Brueffer
>Release:        FreeBSD 5.1-CURRENT i386
>Organization:
>Environment:
System: FreeBSD cheops.phoenix 5.1-CURRENT FreeBSD 5.1-CURRENT #10: Tue Nov 4 20:05:23 CET 2003 brueffer at cheops.phoenix:/usr/obj/usr/src/sys/CHEOPS i386

>Description:
	Update port: net/simicq to 0.9.1

	- removed both icq-patches, since they were applied upstream
	- fixed USE_OPENSSL, USE_KDELIBS_VER usage (see PR 57502)

>How-To-Repeat:
>Fix:

--- simicq.diff begins here ---
diff -ruN simicq.orig/Makefile simicq/Makefile
--- simicq.orig/Makefile	Sun Nov  9 22:40:13 2003
+++ simicq/Makefile	Sun Nov  9 23:14:16 2003
@@ -5,7 +5,7 @@
 # $FreeBSD: ports/net/simicq/Makefile,v 1.10 2003/11/04 21:03:08 krion Exp $
 
 PORTNAME=	simicq
-PORTVERSION=	0.9
+PORTVERSION=	0.9.1
 CATEGORIES=	net kde
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME:S/mi/m-i/}
@@ -14,6 +14,7 @@
 MAINTAINER=	brueffer at phoenix-systems.de
 COMMENT=	Plugin-based instant messenger
 
+USE_BZIP2=	yes
 USE_GMAKE=	yes
 USE_QT_VER=	3
 USE_PERL5_BUILD=	yes
@@ -23,8 +24,6 @@
 
 CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
 
-.include <bsd.port.pre.mk>
-
 .if !defined(WITHOUT_SSL)
 USE_OPENSSL=	yes
 PLIST_SUB+=	SSL=""
@@ -56,4 +55,4 @@
 	@${REINPLACE_CMD} -e 's/-O2//g; s/-lpthread/${PTHREAD_LIBS}/g' \
 		${CONFIGURE_WRKSRC}/configure
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff -ruN simicq.orig/distinfo simicq/distinfo
--- simicq.orig/distinfo	Sun Nov  9 22:40:13 2003
+++ simicq/distinfo	Sun Nov  9 23:14:37 2003
@@ -1 +1 @@
-MD5 (sim-0.9.tar.gz) = 3c2cd29c2150414d67c3882464416f1c
+MD5 (sim-0.9.1.tar.bz2) = e43dd850e41731cd95fbc9fc6a923511
diff -ruN simicq.orig/files/patch-icqicmb.cpp simicq/files/patch-icqicmb.cpp
--- simicq.orig/files/patch-icqicmb.cpp	Sun Nov  9 22:40:13 2003
+++ simicq/files/patch-icqicmb.cpp	Thu Jan  1 01:00:00 1970
@@ -1,20 +0,0 @@
---- plugins/icq/icqicmb.cpp.orig	Mon Nov  3 01:18:29 2003
-+++ plugins/icq/icqicmb.cpp	Mon Nov  3 02:27:56 2003
-@@ -1375,7 +1375,7 @@
-                         msgBuf.pack(cc[j].alias);
-                     m_send.id.id_l = rand();
-                     m_send.id.id_h = rand();
--                    sendType2(m_send.screen.c_str(), msgBuf, m_send.id, CAP_AIM_BUDDYLIST, false, false, false);
-+                    sendType2(m_send.screen.c_str(), msgBuf, m_send.id, CAP_AIM_BUDDYLIST, false, 0);
-                     return;
-                 }
-             case MessageUrl:{
-@@ -1573,7 +1573,7 @@
-             msgBuf.pack((unsigned long)(this->data.owner.Port));
-             msgBuf.pack((unsigned short)8);
-             msgBuf.pack((unsigned long)m_nMsgSequence);
--            sendType2(m_send.screen.c_str(), msgBuf, m_send.id, CAP_DIRECT, false, false, false);
-+            sendType2(m_send.screen.c_str(), msgBuf, m_send.id, CAP_DIRECT, false, 0);
-             return;
-         }
-         if (m_send.flags == PLUGIN_AR){
diff -ruN simicq.orig/files/patch-icqlogin.cpp simicq/files/patch-icqlogin.cpp
--- simicq.orig/files/patch-icqlogin.cpp	Sun Nov  9 22:40:13 2003
+++ simicq/files/patch-icqlogin.cpp	Thu Jan  1 01:00:00 1970
@@ -1,11 +0,0 @@
---- plugins/icq/icqlogin.cpp.orig	Tue Nov  4 12:58:23 2003
-+++ plugins/icq/icqlogin.cpp	Tue Nov  4 13:05:21 2003
-@@ -139,7 +139,7 @@
-         m_socket->writeBuffer.tlv(0x0017, 0x0014);
-         m_socket->writeBuffer.tlv(0x0018, 0x0009);
-         m_socket->writeBuffer.tlv(0x0019, 0x0000);
--        m_socket->writeBuffer.tlv(0x001A, 0x04E5);
-+        m_socket->writeBuffer.tlv(0x001A, 0x0515);
-         m_socket->writeBuffer.tlv(0x0014, 0x0000043DL);
-         m_socket->writeBuffer.tlv(0x000f, "en");
-         m_socket->writeBuffer.tlv(0x000e, "us");
diff -ruN simicq.orig/pkg-plist simicq/pkg-plist
--- simicq.orig/pkg-plist	Sun Nov  9 22:40:13 2003
+++ simicq/pkg-plist	Mon Nov 10 00:34:08 2003
@@ -20,6 +20,7 @@
 share/apps/sim/plugins/filter.so
 share/apps/sim/plugins/floaty.so
 share/apps/sim/plugins/forward.so
+share/apps/sim/plugins/gpg.so
 share/apps/sim/plugins/icons.so
 share/apps/sim/plugins/icq.so
 share/apps/sim/plugins/jabber.so
@@ -59,6 +60,7 @@
 share/locale/es/LC_MESSAGES/sim.mo
 share/locale/fr/LC_MESSAGES/sim.mo
 share/locale/he/LC_MESSAGES/sim.mo
+share/locale/hu/LC_MESSAGES/sim.mo
 share/locale/it/LC_MESSAGES/sim.mo
 share/locale/nl/LC_MESSAGES/sim.mo
 share/locale/pl/LC_MESSAGES/sim.mo
@@ -89,6 +91,8 @@
 @unexec rmdir %D/share/locale/nl 2>/dev/null || true
 @unexec rmdir %D/share/locale/it/LC_MESSAGES 2>/dev/null || true
 @unexec rmdir %D/share/locale/it 2>/dev/null || true
+ at unexec rmdir %D/share/locale/hu/LC_MESSAGES 2>/dev/null || true
+ at unexec rmdir %D/share/locale/hu 2>/dev/null || true
 @unexec rmdir %D/share/locale/he/LC_MESSAGES 2>/dev/null || true
 @unexec rmdir %D/share/locale/he 2>/dev/null || true
 @unexec rmdir %D/share/locale/fr/LC_MESSAGES 2>/dev/null || true
--- simicq.diff ends here ---



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



More information about the freebsd-ports-bugs mailing list