Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Jan 2002 12:46:40 +0100 (CET)
From:      dirk.meyer@dinoex.sub.org
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/33530: net/licq update [PATCH]
Message-ID:  <200201041146.g04BkeoQ036629@home.dinoex.sub.org>

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

>Number:         33530
>Category:       ports
>Synopsis:       net/licq update [PATCH]
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jan 04 03:50:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Dirk Meyer
>Release:        FreeBSD 4.4-STABLE i386
>Organization:
privat
>Environment:
System: FreeBSD 4.4-STABLE i386

>Description:
	licq-1.0.3 does not work corectlly, messages are lost.
	
licq
licq-console (no changes)
licq-qt-gui

problems fixed:
- program_transform_name installed the binaray as:
        /usr/local/bin/i386--freebsd4.4-licq
- configure seeks now a qt-mt itself,
  but the options for "ac_qt_libraries" are not processed
- use ob BZIP2 as compressor.

>How-To-Repeat:

	try to chat via server, you get no answers.

>Fix:

	Maintainer notifiued at 02.02.2001
	apply the patches

diff licq-qt-gui/Makefile licq-qt-gui/Makefile
--- licq-qt-gui/Makefile	Wed Dec 26 12:55:15 2001
+++ licq-qt-gui/Makefile	Tue Jan  1 11:12:48 2002
@@ -18,12 +18,9 @@
 		LIBS="${PTHREAD_LIBS}"
 
 post-patch:
-	@${PERL5} -pi -e 's|0777|0755|g;' \
-		-e 's|-lqt|-lqt2-mt|g' ${WRKSRC}/share/Makefile.am
-	@${PERL5} -pi -e 's|libqt.so.2|libqt2-mt.so.4|g;' \
-		-e 's|libqt.so|libqt2-mt.so|g;' ${WRKSRC}/acinclude.m4
-	@${PERL5} -pi -e 's|-lqt|-lqt2|g;' ${WRKSRC}/src/Makefile.am \
-		${WRKSRC}/src/Makefile.in
+	@${PERL5} -pi -e 's|libqt-mt.so.2|libqt2-mt.so.4|g;' \
+		-e 's|-lqt-mt|-lqt2-mt|g;' -e 's|libqt.so|libqt2.so|g;' \
+		-e 's|-lqt$$|-lqt2|g;' ${WRKSRC}/acinclude.m4
 
 pre-configure:
 	@(cd ${WRKSRC} && ${ACLOCAL})
diff licq-qt-gui/files/patch-acinclude.m4 licq-qt-gui/files/patch-acinclude.m4
--- licq-qt-gui/files/patch-acinclude.m4	Thu Jan  1 01:00:00 1970
+++ licq-qt-gui/files/patch-acinclude.m4	Tue Jan  1 10:11:35 2002
@@ -0,0 +1,12 @@
+--- acinclude.m4.orig	Tue Jan  1 09:39:27 2002
++++ acinclude.m4	Tue Jan  1 09:50:18 2002
+@@ -68,6 +68,9 @@
+           fi
+         done
+       fi
++    else
++      ac_qt_libname=-lqt2-mt
++      ac_qt_libdir=$ac_qt_libraries
+     fi
+ 
+     ac_cv_lib_qtlib="ac_qt_libname=$ac_qt_libname ac_qt_libdir=$ac_qt_libdir"
diff licq/Makefile licq/Makefile
--- licq/Makefile	Sat Apr 14 14:58:26 2001
+++ licq/Makefile	Wed Jan  2 00:30:44 2002
@@ -27,6 +27,8 @@
 post-patch:
 	@${PERL5} -pi -e 's|<wait.h>|<sys/wait.h>|g' \
 		${WRKSRC}/src/sighandler.c
+	@${PERL5} -pi -e 's|.program_transform_name.|s,x,x,|' \
+		${WRKSRC}/src/Makefile.in
 
 post-install:
 	@${CAT} ${PKGMESSAGE}
diff licq/Makefile.inc licq/Makefile.inc
--- licq/Makefile.inc	Tue Apr 10 22:52:08 2001
+++ licq/Makefile.inc	Tue Jan  1 01:19:58 2002
@@ -2,11 +2,11 @@
 # $FreeBSD: ports/net/licq/Makefile.inc,v 1.1 2001/04/10 20:52:08 green Exp $
 
 PKGNAMEPREFIX=		licq-
-LICQ_VER=		1.0.3
+LICQ_VER=		1.0.4
 QT_LICQ_VER=		${LICQ_VER}
-RMS_LICQ_VER=		0.22
-CONSOLE_LICQ_VER=	1.0.2
-AUTO_REPLY_LICQ_VER=	1.0.1
+RMS_LICQ_VER=		0.23
+CONSOLE_LICQ_VER=	1.0.4
+AUTO_REPLY_LICQ_VER=	1.0.2
 FORWARDER_LICQ_VER=	1.0.1
 .if ${PORTNAME} != "base"
 RUN_DEPENDS+=		licq:${PORTSDIR}/net/licq
@@ -18,11 +18,12 @@
 			ftp://ftp.inter-i.uni-mainz.de/pub/licq/srcs/
 MASTER_SITE_SUBDIR=	licq
 DISTNAME=		${PKGNAMEPREFIX}${LICQ_VER}
-DISTFILES=		${DISTNAME}.tar.gz
+DISTFILES=		${DISTNAME}.tar.bz2
 GNU_CONFIGURE=		yes
 MD5_FILE=		${PORTSDIR}/net/licq/distinfo
 # USE_LIBTOOL doesn't work for these ports
 #USE_LIBTOOL=		yes
 USE_GMAKE=		yes
 USE_NEWGCC=		yes
+USE_BZIP2=		yes
 WRKSRC?=		${WRKDIR}/${DISTNAME}/plugins/${PORTNAME}-${PORTVERSION}
diff licq/distinfo licq/distinfo
--- licq/distinfo	Fri Mar 16 18:53:15 2001
+++ licq/distinfo	Tue Jan  1 11:02:15 2002
@@ -1 +1 @@
-MD5 (licq-1.0.3.tar.gz) = 894d7c27c0799c8b31dda134fe14b257
+MD5 (licq-1.0.4.tar.bz2) = df3e50c1b03aa0cf2ecd1c27af3588e7
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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