Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Jul 2004 14:33:04 +0100 (BST)
From:      Matt Dawson <matt@mattsnetwork.co.uk>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/68818: [Maintainer Update] Xlog segfaults after portupgrade of libraries
Message-ID:  <200407081333.i68DX4bG012377@workstation1.local.mattsnetwork.co.uk>
Resent-Message-ID: <200407081340.i68DeIXF030252@freefall.freebsd.org>

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

>Number:         68818
>Category:       ports
>Synopsis:       [Maintainer Update] Xlog segfaults after portupgrade of libraries
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jul 08 13:40:18 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Matt Dawson
>Release:        FreeBSD 5.2.1-RELEASE-p9 i386
>Organization:
n/a
>Environment:
System: FreeBSD workstation1.local.mattsnetwork.co.uk 5.2.1-RELEASE-p9 FreeBSD 5.2.1-RELEASE-p9 #1: Thu Jul 1 16:03:11 BST 2004 md001@workstation1.local.mattsnetwork.co.uk:/usr/obj/usr/src/sys/WORKSTATION1 i386


	
>Description:

As synopsis

>How-To-Repeat:

Portupgrade gnome libraries and attempt to run Xlog

>Fix:

Diff attached.

--- xlog-0.9.6_1.diff begins here ---
diff -ruN /usr/ports/comms/xlog/Makefile ./xlog/Makefile
--- /usr/ports/comms/xlog/Makefile	Tue Jun  8 04:36:30 2004
+++ ./xlog/Makefile	Sat Jun  5 14:04:12 2004
@@ -2,10 +2,11 @@
 # Date created:		2002-11-05
 # Whom:			Patrick Gardella <patrick@FreeBSD.org>
 #
-# $FreeBSD: ports/comms/xlog/Makefile,v 1.13 2004/06/05 13:45:40 pav Exp $
+# $FreeBSD$
 
 PORTNAME=	xlog
 PORTVERSION=	0.9.6
+PORTREVISION=	1
 CATEGORIES=	comms
 MASTER_SITES=	http://www.qsl.net/pg4i/download/
 
diff -ruN /usr/ports/comms/xlog/files/patch-aa ./xlog/files/patch-aa
--- /usr/ports/comms/xlog/files/patch-aa	Thu Jan  1 01:00:00 1970
+++ ./xlog/files/patch-aa	Thu Jul  8 14:21:17 2004
@@ -0,0 +1,13 @@
+*** src/dxcc.c.orig	Thu Jul  8 14:05:52 2004
+--- src/dxcc.c	Thu Jul  8 14:07:08 2004
+***************
+*** 277,282 ****
+--- 277,284 ----
+  			if (ch == EOF) break;
+  			buf[ichar++] = ch;
+  		}
++ 		if(feof(fp) && (ichar == 0))
++ 			break;
+  		buf[ichar] = '\0';
+  		ichar = 0;
+  		ch = 0;
--- xlog-0.9.6_1.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



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