ports/98956: palm/jpilot - patches and maintainership

Alex Samorukov samm at os2.kiev.ua
Wed Jun 14 19:50:17 UTC 2006


>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 at 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 at 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 at FreeBSD.org
+MAINTAINER?=	samm at 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:



More information about the freebsd-ports-bugs mailing list