Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Dec 2000 01:00:04 -0800 (PST)
From:      Nevermind <never@nevermind.kiev.ua>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/23589: update net/licq
Message-ID:  <200012180900.eBI904C44924@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/23589; it has been noted by GNATS.

From: Nevermind <never@nevermind.kiev.ua>
To: dirk.meyer@dinoex.sub.org
Cc: FreeBSD-gnats-submit@FreeBSD.ORG
Subject: Re: ports/23589: update net/licq
Date: Mon, 18 Dec 2000 10:51:27 +0200

 Hello, dirk.meyer@dinoex.sub.org!
 
 Dirk, licq-1.0 have some instability running on FreeBSD, that's why some time
 ago it was downgraded to 0.85:
 
 --- Makefile,v ---
 1.25
 log
 @Revert to 0.85 as several people report instability with the new version,
 and I notice it sometimes, too.
 @
 --- Makefile,v ---
 
 On Sat, Dec 16, 2000 at 10:55:30PM +0100, you wrote:
 
 > 
 > >Number:         23589
 > >Category:       ports
 > >Synopsis:       update net/licq
 > >Confidential:   no
 > >Severity:       non-critical
 > >Priority:       medium
 > >Responsible:    freebsd-ports
 > >State:          open
 > >Quarter:        
 > >Keywords:       
 > >Date-Required:
 > >Class:          sw-bug
 > >Submitter-Id:   current-users
 > >Arrival-Date:   Sat Dec 16 14:00:02 PST 2000
 > >Closed-Date:
 > >Last-Modified:
 > >Originator:     Dirk Meyer
 > >Release:        FreeBSD 4.1.1-STABLE i386
 > >Organization:
 > privat
 > >Environment:
 > 
 > 	qt-2.2.1_1
 > 
 > >Description:
 > 
 > 	licq-0.85 have bugs
 > 	so i searched for fixed and found a newer version.
 > 
 > >How-To-Repeat:
 > 
 > 	licq window and application vanish
 > 	if you try to authorize a new user on your contact list.
 > 
 > 	Updating to licq-1.0 fixes thsi problem.
 > 	the path of the git have changed from "qt-gui" to "qt-gui-1.0"
 > 	Scripts are called with "instrall-strip",
 > 	which gves errors on install.
 > 
 > 	remaining BUGS:
 > 		share/licq/qt-gui/locale/
 > 		is not fulle generated anymore.
 > 
 > >Fix:
 > 	
 > 	apply the patches, if maintainer approve
 > 
 > diff licq/Makefile licq-1.0/Makefile
 > --- licq/Makefile	Thu Oct 26 09:29:57 2000
 > +++ licq-1.0/Makefile	Thu Dec  7 23:16:40 2000
 > @@ -6,7 +6,7 @@
 >  #
 >  
 >  PORTNAME=	licq
 > -PORTVERSION=	0.85
 > +PORTVERSION=	1.0
 >  CATEGORIES=	net
 >  MASTER_SITES=	${MASTER_SITE_SOURCEFORGE} \
 >  		ftp://ftp.wibble.net/pub/licq/srcs/ \
 > @@ -34,8 +34,8 @@
 >  DATADIR=	${WRKDIR}/${DATANAME}
 >  
 >  post-configure:
 > -	@(cd ${WRKSRC}/plugins/qt-gui && ${AUTOCONF})
 > -	@(cd ${WRKSRC}/plugins/qt-gui && \
 > +	@(cd ${WRKSRC}/plugins/qt-gui-1.0 && ${AUTOCONF})
 > +	@(cd ${WRKSRC}/plugins/qt-gui-1.0 && \
 >  		if ! ${SETENV} CC="${CC}" CXX="${CXX}" \
 >  	    CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" \
 >  	    INSTALL="/usr/bin/install -c -o ${BINOWN} -g ${BINGRP}" \
 > @@ -52,7 +52,7 @@
 >  		fi)
 >  
 >  post-build:
 > -	@(cd ${WRKSRC}/plugins/qt-gui;\
 > +	@(cd ${WRKSRC}/plugins/qt-gui-1.0;\
 >  	   ${SETENV} ${MAKE_ENV} \
 >  	   ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${ALL_TARGET})
 >  
 > @@ -62,7 +62,7 @@
 >  
 >  post-install:
 >  	strip ${PREFIX}/bin/licq
 > -	cd ${WRKSRC}/plugins/qt-gui;\
 > +	cd ${WRKSRC}/plugins/qt-gui-1.0;\
 >  	   ${SETENV} ${MAKE_ENV} \
 >  	   ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET}
 >  	${MKDIR} ${PREFIX}/share/licq/contrib
 > diff licq/distinfo licq-1.0/distinfo
 > --- licq/distinfo	Thu Oct 26 09:29:57 2000
 > +++ licq-1.0/distinfo	Thu Dec  7 23:03:10 2000
 > @@ -1,2 +1,2 @@
 > -MD5 (licq-0.85.tar.gz) = abbde101ac967755d07c025e3ab45068
 > +MD5 (licq-1.0.tar.gz) = c75271d7b8ee57060d617e9a4e6a0375
 >  MD5 (licq-data-1.6.tar.gz) = f94b39990e20c97713562a4e12bb2d50
 > diff licq/files/patch-aa licq-1.0/files/patch-aa
 > --- licq/files/patch-aa	Thu Oct 26 09:29:57 2000
 > +++ licq-1.0/files/patch-aa	Thu Dec  7 23:12:02 2000
 > @@ -1,5 +1,5 @@
 > ---- plugins/qt-gui/configure.in.orig	Wed Aug  9 14:07:59 2000
 > -+++ plugins/qt-gui/configure.in	Wed Aug  9 14:15:46 2000
 > +--- plugins/qt-gui-1.0/configure.in.orig	Wed Aug  9 14:07:59 2000
 > ++++ plugins/qt-gui-1.0/configure.in	Wed Aug  9 14:15:46 2000
 >  @@ -51,8 +51,6 @@
 >   LICQ_CHECK_X11HEADERS
 >   
 > diff licq/files/patch-ab licq-1.0/files/patch-ab
 > --- licq/files/patch-ab	Thu Oct 26 09:29:57 2000
 > +++ licq-1.0/files/patch-ab	Thu Dec  7 23:12:22 2000
 > @@ -1,5 +1,5 @@
 > ---- plugins/qt-gui/acinclude.m4.in.orig	Sun Jun 18 06:20:57 2000
 > -+++ plugins/qt-gui/acinclude.m4.in	Mon Jul 24 03:09:28 2000
 > +--- plugins/qt-gui-1.0/acinclude.m4.in.orig	Sun Jun 18 06:20:57 2000
 > ++++ plugins/qt-gui-1.0/acinclude.m4.in	Mon Jul 24 03:09:28 2000
 >  @@ -48,7 +48,7 @@
 >         fi
 >   
 > diff licq/files/patch-ac licq-1.0/files/patch-ac
 > --- licq/files/patch-ac	Thu Oct 26 09:29:57 2000
 > +++ licq-1.0/files/patch-ac	Thu Dec  7 23:12:27 2000
 > @@ -1,5 +1,5 @@
 > ---- plugins/qt-gui/src/Makefile.in.orig	Tue Jul 11 18:54:27 2000
 > -+++ plugins/qt-gui/src/Makefile.in	Mon Jul 24 03:12:25 2000
 > +--- plugins/qt-gui-1.0/src/Makefile.in.orig	Tue Jul 11 18:54:27 2000
 > ++++ plugins/qt-gui-1.0/src/Makefile.in	Mon Jul 24 03:12:25 2000
 >  @@ -119,7 +119,7 @@
 >   
 >   licq_qt_gui_la_LDFLAGS = $(X_LIBS) $(QT_LDFLAGS) $(KDE_LDFLAGS) 	-module -avoid-version -rpath $(libdir) -R$(QT_LIBDIR)
 > diff licq/files/patch-ae licq-1.0/files/patch-ae
 > --- licq/files/patch-ae	Thu Oct 26 09:29:57 2000
 > +++ licq-1.0/files/patch-ae	Thu Dec  7 23:12:37 2000
 > @@ -1,5 +1,5 @@
 > ---- plugins/qt-gui/aclocal.m4.orig	Wed Jul 12 05:54:25 2000
 > -+++ plugins/qt-gui/aclocal.m4	Mon Sep 25 14:45:24 2000
 > +--- plugins/qt-gui-1.0/aclocal.m4.orig	Wed Jul 12 05:54:25 2000
 > ++++ plugins/qt-gui-1.0/aclocal.m4	Mon Sep 25 14:45:24 2000
 >  @@ -59,7 +59,7 @@
 >         fi
 >   
 > diff licq/files/patch-af licq-1.0/files/patch-af
 > --- licq/files/patch-af	Thu Jan  1 01:00:00 1970
 > +++ licq-1.0/files/patch-af	Sat Dec  9 10:59:46 2000
 > @@ -0,0 +1,13 @@
 > +--- bin/Makefile.in.orig	Tue Oct 10 22:46:42 2000
 > ++++ bin/Makefile.in	Sat Dec  9 10:56:59 2000
 > +@@ -202,8 +202,8 @@
 > + 	$(mkinstalldirs) $(bindir)
 > + 	@for i in $(srcdir)/viewurl-*.sh; do \
 > + 	  if test -f $$i; then \
 > +-	    echo "$(INSTALL_PROGRAM) $$i $(bindir);"; \
 > +-	    $(INSTALL_PROGRAM) $$i $(bindir); \
 > ++	    echo "$(INSTALL_SCRIPT) $$i $(bindir);"; \
 > ++	    $(INSTALL_SCRIPT) $$i $(bindir); \
 > + 	  fi \
 > + 	done
 > + 
 > diff licq/pkg-plist licq-1.0/pkg-plist
 > --- licq/pkg-plist	Thu Oct 26 09:29:57 2000
 > +++ licq-1.0/pkg-plist	Sat Dec 16 21:39:23 2000
 > @@ -73,16 +73,8 @@
 >  @dirrm share/licq/sounds/icq
 >  share/licq/sounds/Monty-Python.wav
 >  @dirrm share/licq/sounds
 > -share/licq/qt-gui/locale/cs_CZ.qm
 > -share/licq/qt-gui/locale/de.qm
 > -share/licq/qt-gui/locale/es.qm
 > -share/licq/qt-gui/locale/it.qm
 > -share/licq/qt-gui/locale/pl.qm
 > -share/licq/qt-gui/locale/pt.qm
 > -share/licq/qt-gui/locale/ru_RU.KOI8-R.qm
 >  share/licq/qt-gui/locale/ru.qm
 >  share/licq/qt-gui/locale/cs.qm
 > -share/licq/qt-gui/locale/sv.qm
 >  @dirrm share/licq/qt-gui/locale
 >  share/licq/qt-gui/dock.console/away.xpm
 >  share/licq/qt-gui/dock.console/bothmsg.xpm
 > 
 > >Release-Note:
 > >Audit-Trail:
 > >Unformatted:
 > 
 > 
 > To Unsubscribe: send mail to majordomo@FreeBSD.org
 > with "unsubscribe freebsd-ports" in the body of the message
 
 -- 
 Alexandr P. Kovalenko	http://nevermind.kiev.ua/
 NEVE-RIPE
 


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?200012180900.eBI904C44924>