1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

- Update to version 0.9.1

- fixed USE_OPENSSL, USE_KDELIBS_VER usage (see PR 57502)

PR:		59108
Submitted by:	maintainer
This commit is contained in:
Kirill Ponomarev 2003-11-10 14:38:13 +00:00
parent a2c3413271
commit cdfcac1b4c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=93657
15 changed files with 24 additions and 108 deletions

View File

@ -5,7 +5,7 @@
# $FreeBSD$
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 @@ DISTNAME= ${PORTNAME:S/icq//}-${PORTVERSION}
MAINTAINER= brueffer@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 @@ INSTALLS_SHLIB= yes
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 @@ post-patch:
@${REINPLACE_CMD} -e 's/-O2//g; s/-lpthread/${PTHREAD_LIBS}/g' \
${CONFIGURE_WRKSRC}/configure
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -1 +1 @@
MD5 (sim-0.9.tar.gz) = 3c2cd29c2150414d67c3882464416f1c
MD5 (sim-0.9.1.tar.bz2) = e43dd850e41731cd95fbc9fc6a923511

View File

@ -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){

View File

@ -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");

View File

@ -20,6 +20,7 @@ share/apps/sim/plugins/dock.so
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/de/LC_MESSAGES/sim.mo
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 @@ share/locale/zh_TW/LC_MESSAGES/sim.mo
@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
@unexec rmdir %D/share/locale/hu/LC_MESSAGES 2>/dev/null || true
@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

View File

@ -5,7 +5,7 @@
# $FreeBSD$
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 @@ DISTNAME= ${PORTNAME:S/icq//}-${PORTVERSION}
MAINTAINER= brueffer@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 @@ INSTALLS_SHLIB= yes
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 @@ post-patch:
@${REINPLACE_CMD} -e 's/-O2//g; s/-lpthread/${PTHREAD_LIBS}/g' \
${CONFIGURE_WRKSRC}/configure
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -1 +1 @@
MD5 (sim-0.9.tar.gz) = 3c2cd29c2150414d67c3882464416f1c
MD5 (sim-0.9.1.tar.bz2) = e43dd850e41731cd95fbc9fc6a923511

View File

@ -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){

View File

@ -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");

View File

@ -20,6 +20,7 @@ share/apps/sim/plugins/dock.so
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/de/LC_MESSAGES/sim.mo
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 @@ share/locale/zh_TW/LC_MESSAGES/sim.mo
@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
@unexec rmdir %D/share/locale/hu/LC_MESSAGES 2>/dev/null || true
@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

View File

@ -5,7 +5,7 @@
# $FreeBSD$
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 @@ DISTNAME= ${PORTNAME:S/icq//}-${PORTVERSION}
MAINTAINER= brueffer@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 @@ INSTALLS_SHLIB= yes
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 @@ post-patch:
@${REINPLACE_CMD} -e 's/-O2//g; s/-lpthread/${PTHREAD_LIBS}/g' \
${CONFIGURE_WRKSRC}/configure
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -1 +1 @@
MD5 (sim-0.9.tar.gz) = 3c2cd29c2150414d67c3882464416f1c
MD5 (sim-0.9.1.tar.bz2) = e43dd850e41731cd95fbc9fc6a923511

View File

@ -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){

View File

@ -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");

View File

@ -20,6 +20,7 @@ share/apps/sim/plugins/dock.so
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/de/LC_MESSAGES/sim.mo
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 @@ share/locale/zh_TW/LC_MESSAGES/sim.mo
@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
@unexec rmdir %D/share/locale/hu/LC_MESSAGES 2>/dev/null || true
@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