Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 May 2001 06:42:55 -0500 (CDT)
From:      ishmael27@home.com
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/27536: Update port net/gtk+licq
Message-ID:  <200105221142.f4MBgtg77238@babylon.merseine.nu>

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

>Number:         27536
>Category:       ports
>Synopsis:       Update port net/gtk+licq
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 22 04:50:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Jeremy Norris
>Release:        FreeBSD 4.3-STABLE i386
>Organization:
none
>Environment:
System: FreeBSD babylon.merseine.nu 4.3-STABLE FreeBSD 4.3-STABLE #2: Thu May 10 23:45:06 CDT 2001 ishmael@babylon.merseine.nu:/usr/obj/usr/src/sys/BABYLON i386

>Description:
Add new patch to port, submitted by Roman Shterenzon (alchimist@bezeqint.net).
Bump PORTREVISION because of this patch.

>How-To-Repeat:

>Fix:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/net/gtk+licq/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- Makefile	2001/05/09 09:37:07	1.3
+++ Makefile	2001/05/22 11:33:29
@@ -7,7 +7,7 @@
 
 PORTNAME=	gtk+licq
 PORTVERSION=	0.50.1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	net
 MASTER_SITES=	http://gtk.licq.org/download/
 
Index: files/patch-src::functions.cpp
===================================================================
RCS file: patch-src::functions.cpp
diff -N patch-src::functions.cpp
--- /dev/null	Tue May 22 06:37:17 2001
+++ patch-src::functions.cpp	Tue May 22 06:32:04 2001
@@ -0,0 +1,15 @@
+--- src/functions.cpp	2001/04/23 21:07:27	1.97
++++ src/functions.cpp	2001/05/17 08:34:51	1.98
+@@ -989,7 +989,11 @@
+ {
+     unsigned long   *uinptr;
+     GtkWidget       *parent=NULL;
+-
++    
++    if (widget == NULL) {
++        return(0);
++    }
++    
+     for (;;)
+     {
+         if (GTK_IS_MENU (widget)) {
>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?200105221142.f4MBgtg77238>