From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 14 19:50:17 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 85F6216A479 for ; Wed, 14 Jun 2006 19:50:17 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E16A743D49 for ; Wed, 14 Jun 2006 19:50:16 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5EJoGab039814 for ; Wed, 14 Jun 2006 19:50:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5EJoGgA039813; Wed, 14 Jun 2006 19:50:16 GMT (envelope-from gnats) Resent-Date: Wed, 14 Jun 2006 19:50:16 GMT Resent-Message-Id: <200606141950.k5EJoGgA039813@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Alex Samorukov" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C37616A492 for ; Wed, 14 Jun 2006 19:47:57 +0000 (UTC) (envelope-from samm@os2.kiev.ua) Received: from el.volia.net (el.volia.net [82.144.192.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id 23BC443D48 for ; Wed, 14 Jun 2006 19:47:56 +0000 (GMT) (envelope-from samm@os2.kiev.ua) Received: from ip.85.202.201.206.dyn.sub-4.broadband.voliacable.com ([85.202.201.206] helo=samm.local) by el.volia.net with esmtp (Exim 4.43 (FreeBSD)) id 1FqbLG-000AGs-Tx for FreeBSD-gnats-submit@freebsd.org; Wed, 14 Jun 2006 22:47:55 +0300 Message-Id: <1150314490.8069@samm.local> Date: Wed, 14 Jun 2006 22:48:10 +0300 From: "Alex Samorukov" To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4.7 Cc: Subject: ports/98956: palm/jpilot - patches and maintainership X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jun 2006 19:50:17 -0000 >Number: 98956 >Category: ports >Synopsis: palm/jpilot - patches and maintainership >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Jun 14 19:50:16 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Alex Samorukov >Release: FreeBSD 6.1-RELEASE i386 >Organization: Shevchenko Didkovskiy and Partners >Environment: System: FreeBSD 6.1-RELEASE #2: Wed May 17 22:22:18 EEST 2006 root@samm.local:/usr/obj/usr/src/sys/SAMMKRNL >Description: This diff will 1) Add patch to fix a memory problem resulting in a segfault when modifying records. (jpilot.org) 2) Add patch to fix unresolved symbol glob_tooltips when using jpilot-sync (jpilot.org) 3) Take mainteinership to samm@os2.kiev.ua. I use jpilot every day and can support this port. >How-To-Repeat: >Fix: diff -u -r --new-file jpilot.ori/Makefile jpilot/Makefile --- jpilot.ori/Makefile Wed Jun 14 22:05:19 2006 +++ jpilot/Makefile Wed Jun 14 22:44:01 2006 @@ -8,11 +8,11 @@ PORTNAME= jpilot PORTVERSION= 0.99.8 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES+= palm comms MASTER_SITES= http://jpilot.org/ -MAINTAINER?= ports@FreeBSD.org +MAINTAINER?= samm@os2.kiev.ua COMMENT= Desktop Organizer Software for the Palm Pilot LIB_DEPENDS= pisock.8:${PORTSDIR}/palm/pilot-link diff -u -r --new-file jpilot.ori/files/patch-0.99.8-memory jpilot/files/patch-0.99.8-memory --- jpilot.ori/files/patch-0.99.8-memory Thu Jan 1 03:00:00 1970 +++ jpilot/files/patch-0.99.8-memory Wed Jun 14 22:06:18 2006 @@ -0,0 +1,12 @@ +--- utils.c.orig 2005-12-11 13:04:24.000000000 -0500 ++++ utils.c 2005-12-11 13:04:38.000000000 -0500 +@@ -2042,9 +2042,6 @@ + fwrite(RecordBuffer->data, header.rec_len, 1, pc_in); + #endif /* PILOT_LINK_0_12 */ + jp_logf(JP_LOG_DEBUG, "record deleted\n"); +-#ifdef PILOT_LINK_0_12 +- pi_buffer_free(RecordBuffer); +-#endif /* PILOT_LINK_0_12 */ + fclose(pc_in); + #ifdef PILOT_LINK_0_12 + pi_buffer_free(RecordBuffer); diff -u -r --new-file jpilot.ori/files/patch-jpilot-sync jpilot/files/patch-jpilot-sync --- jpilot.ori/files/patch-jpilot-sync Thu Jan 1 03:00:00 1970 +++ jpilot/files/patch-jpilot-sync Wed Jun 14 22:06:25 2006 @@ -0,0 +1,15 @@ +Index: jpilot-sync.c +=================================================================== +RCS file: /cvs/jpilot/jpilot_src/jpilot-sync.c,v +retrieving revision 1.23 +diff -u -r1.23 jpilot-sync.c +--- jpilot-sync.c 28 Jan 2005 16:54:13 -0000 1.23 ++++ jpilot-sync.c 5 Nov 2005 15:07:57 -0000 +@@ -44,6 +44,7 @@ + pid_t glob_child_pid; + GtkWidget *glob_dialog; + pid_t glob_child_pid; ++GtkTooltips *glob_tooltips; + + unsigned char skip_plugins; + >Release-Note: >Audit-Trail: >Unformatted: