Browse Source

Benjamin Schieder:


			
			
				rocklinux
			
			
		
Benjamin Schieder 20 years ago
parent
commit
bdfe979ee5
5 changed files with 15 additions and 54 deletions
  1. +6
    -0
      package/blindcoder/licq/config.hlp
  2. +2
    -1
      package/blindcoder/licq/config.in
  3. +0
    -51
      package/blindcoder/licq/gcc34.patch
  4. +5
    -0
      package/blindcoder/licq/licq.conf
  5. +2
    -2
      package/blindcoder/licq/licq.desc

+ 6
- 0
package/blindcoder/licq/config.hlp

@ -33,6 +33,12 @@ ROCKCFG_PKG_LICQ_KDE
using KDE. This needs the KDE-Libraries and will interface nicely using KDE. This needs the KDE-Libraries and will interface nicely
with the K Desktop Environmant. with the K Desktop Environmant.
ROCKCFG_PKG_LICQ_OSD
Please check here if you want to build the OSD Plugin. This plugin
displays a message via an On Screen Display to inform you of status
changes and messages. VERY useful if you have only one audio channel
and similiar circumstances.
ROCKCFG_PKG_LICQ_REPLY ROCKCFG_PKG_LICQ_REPLY
Please check here if you want to build the autoreplier plugin. Please check here if you want to build the autoreplier plugin.

+ 2
- 1
package/blindcoder/licq/config.in

@ -24,9 +24,10 @@ if pkgcheck licq X
then then
menu_begin MENU_PKG_LICQ 'LICQ Options' menu_begin MENU_PKG_LICQ 'LICQ Options'
block_begin 3 block_begin 3
bool "Build the CLI" ROCKCFG_PKG_LICQ_CLI 1
bool "Build the CLI" ROCKCFG_PKG_LICQ_CLI 0
bool "Build the QT-GUI" ROCKCFG_PKG_LICQ_QTG 1 bool "Build the QT-GUI" ROCKCFG_PKG_LICQ_QTG 1
bool "Build the KDE-GUI" ROCKCFG_PKG_LICQ_KDE 1 bool "Build the KDE-GUI" ROCKCFG_PKG_LICQ_KDE 1
pkgcheck xosd X && bool "Build the OSD Pluin" ROCKCFG_PKG_LICQ_OSD 1
bool "Build the Auto-Replier" ROCKCFG_PKG_LICQ_REPLY 1 bool "Build the Auto-Replier" ROCKCFG_PKG_LICQ_REPLY 1
bool "Build the Forwarder" ROCKCFG_PKG_LICQ_EMAIL 1 bool "Build the Forwarder" ROCKCFG_PKG_LICQ_EMAIL 1
bool "Build the Remote Management Service Plugin" ROCKCFG_PKG_LICQ_RMS 0 bool "Build the Remote Management Service Plugin" ROCKCFG_PKG_LICQ_RMS 0

+ 0
- 51
package/blindcoder/licq/gcc34.patch

@ -1,51 +0,0 @@
# --- ROCK-COPYRIGHT-NOTE-BEGIN ---
#
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# Please add additional copyright information _after_ the line containing
# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
#
# ROCK Linux: rock-src/package/blindcoder/licq/gcc34.patch
# ROCK Linux is Copyright (C) 1998 - 2004 Clifford Wolf
#
# This patch file is dual-licensed. It is available under the license the
# patched project is licensed under, as long as it is an OpenSource license
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
# of the GNU General Public License as published by the Free Software
# Foundation; either version 2 of the License, or (at your option) any later
# version.
#
# --- ROCK-COPYRIGHT-NOTE-END ---
--- ./src/socket.cpp.orig 2003-06-16 19:09:46.000000000 +0200
+++ ./src/socket.cpp 2004-07-14 18:13:25.755288679 +0200
@@ -1078,7 +1078,7 @@
bool TCPSocket::SecureConnect()
{
pthread_mutex_init(&mutex_ssl, NULL);
- m_pSSL = SSL_new(gSSL_CTX);
+ m_p_SSL = SSL_new(gSSL_CTX);
#ifdef SSL_DEBUG
m_pSSL->debug = 1;
#endif
@@ -1111,7 +1111,7 @@
{
pthread_mutex_init(&mutex_ssl, NULL);
- m_pSSL = SSL_new(gSSL_CTX);
+ m_p_SSL = SSL_new(gSSL_CTX);
SSL_set_session(m_pSSL, NULL);
SSL_set_fd(m_pSSL, m_nDescriptor);
int i = SSL_accept(m_pSSL);
--- ./src/user.cpp.orig 2003-06-16 19:09:46.000000000 +0200
+++ ./src/user.cpp 2004-07-14 18:16:41.356402533 +0200
@@ -3184,7 +3184,9 @@
m_fConf.ReadBool("HideIP", m_bHideIp, false);
m_fConf.ReadNum("RCG", m_nRandomChatGroup, ICQ_RANDOMxCHATxGROUP_NONE);
m_fConf.ReadStr("AutoResponse", szTemp, "");
- m_fConf.ReadNum("SSTime", (unsigned long)m_nSSTime, 0L);
+ long unsigned int t = m_nSSTime;
+ m_fConf.ReadNum("SSTime", t, 0L);
+ m_nSSTime = t;
m_fConf.ReadNum("SSCount", m_nSSCount, 0);
SetAutoResponse(szTemp);

+ 5
- 0
package/blindcoder/licq/licq.conf

@ -42,6 +42,11 @@ licq_custmain () {
eval ./configure $confopt --with-kde eval ./configure $confopt --with-kde
eval $MAKE $makeopt ; eval $MAKE $makeopt install eval $MAKE $makeopt ; eval $MAKE $makeopt install
fi fi
if [ $ROCKCFG_PKG_LICQ_OSD == 1 ] ; then
cd $builddir/licq-$ver/plugins/osd
eval ./configure $confopt
eval $MAKE $makeopt ; eval $MAKE $makeopt install
fi
if [ $ROCKCFG_PKG_LICQ_RMS == 1 ] ; then if [ $ROCKCFG_PKG_LICQ_RMS == 1 ] ; then
cd $builddir/licq-$ver/plugins/rms cd $builddir/licq-$ver/plugins/rms
eval ./configure $confopt eval ./configure $confopt

+ 2
- 2
package/blindcoder/licq/licq.desc

@ -36,8 +36,8 @@
[L] GPL [L] GPL
[S] Stable [S] Stable
[V] 1.2.7
[V] 1.3.0
[P] X -?---5---9 203.900 [P] X -?---5---9 203.900
[D] 3084120082 licq-1.2.7.tar.bz2 http://download.sourceforge.net/licq/
[D] 2730649474 licq-1.3.0.tar.bz2 http://download.sourceforge.net/licq/

Loading…
Cancel
Save