From owner-freebsd-ports Sat Dec 16 14: 0:11 2000 From owner-freebsd-ports@FreeBSD.ORG Sat Dec 16 14:00:02 2000 Return-Path: Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7BF7C37B402 for ; Sat, 16 Dec 2000 14:00:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eBGM02k09880; Sat, 16 Dec 2000 14:00:02 -0800 (PST) (envelope-from gnats) Resent-Date: Sat, 16 Dec 2000 14:00:02 -0800 (PST) Resent-Message-Id: <200012162200.eBGM02k09880@freefall.freebsd.org> Resent-From: gnats-admin@FreeBSD.org (GNATS Management) Resent-To: freebsd-ports@FreeBSD.org Resent-Reply-To: gnats-admin@FreeBSD.org, dirk.meyer@dinoex.sub.org Received: from net2.dinoex.sub.org (net2.dinoex.de [212.184.201.182]) by hub.freebsd.org (Postfix) with ESMTP id E9C4937B402 for ; Sat, 16 Dec 2000 13:58:30 -0800 (PST) Received: from home.dinoex.sub.org (home.dinoex.sub.de [62.157.91.196]) by net2.dinoex.sub.org (8.11.1/8.11.1) with ESMTP id eBGLwG006403 for ; Sat, 16 Dec 2000 22:58:16 +0100 (CET) (envelope-from dm@home.dinoex.sub.org) Received: (from dm@localhost) by home.dinoex.sub.org (8.11.1/8.11.1) id eBGLtUu78281; Sat, 16 Dec 2000 22:55:30 +0100 (CET) (envelope-from dm) Message-Id: <200012162155.eBGLtUu78281@home.dinoex.sub.org> Date: Sat, 16 Dec 2000 22:55:30 +0100 (CET) From: dirk.meyer@dinoex.sub.org Sender: dm@home.dinoex.sub.org Reply-To: dirk.meyer@dinoex.sub.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/23589: update net/licq Resent-Sender: gnats@FreeBSD.org Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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