View | Details | Raw Unified | Return to bug 98956
Collapse All | Expand All

(-)jpilot/Makefile (-2 / +2 lines)
Lines 8-18 Link Here
8
8
9
PORTNAME=	jpilot
9
PORTNAME=	jpilot
10
PORTVERSION=	0.99.8
10
PORTVERSION=	0.99.8
11
PORTREVISION=	2
11
PORTREVISION=	3
12
CATEGORIES+=	palm comms
12
CATEGORIES+=	palm comms
13
MASTER_SITES=	http://jpilot.org/
13
MASTER_SITES=	http://jpilot.org/
14
14
15
MAINTAINER?=	ports@FreeBSD.org
15
MAINTAINER?=	samm@os2.kiev.ua
16
COMMENT=	Desktop Organizer Software for the Palm Pilot
16
COMMENT=	Desktop Organizer Software for the Palm Pilot
17
17
18
LIB_DEPENDS=	pisock.8:${PORTSDIR}/palm/pilot-link
18
LIB_DEPENDS=	pisock.8:${PORTSDIR}/palm/pilot-link
(-)jpilot/files/patch-0.99.8-memory (+12 lines)
Line 0 Link Here
1
--- utils.c.orig	2005-12-11 13:04:24.000000000 -0500
2
+++ utils.c	2005-12-11 13:04:38.000000000 -0500
3
@@ -2042,9 +2042,6 @@
4
       fwrite(RecordBuffer->data, header.rec_len, 1, pc_in);
5
 #endif /* PILOT_LINK_0_12 */
6
       jp_logf(JP_LOG_DEBUG, "record deleted\n");
7
-#ifdef PILOT_LINK_0_12
8
-      pi_buffer_free(RecordBuffer);
9
-#endif /* PILOT_LINK_0_12 */
10
       fclose(pc_in);
11
 #ifdef PILOT_LINK_0_12
12
       pi_buffer_free(RecordBuffer);
(-)jpilot/files/patch-jpilot-sync (+15 lines)
Line 0 Link Here
1
Index: jpilot-sync.c
2
===================================================================
3
RCS file: /cvs/jpilot/jpilot_src/jpilot-sync.c,v
4
retrieving revision 1.23
5
diff -u -r1.23 jpilot-sync.c
6
--- jpilot-sync.c	28 Jan 2005 16:54:13 -0000	1.23
7
+++ jpilot-sync.c	5 Nov 2005 15:07:57 -0000
8
@@ -44,6 +44,7 @@
9
 pid_t glob_child_pid;
10
 GtkWidget *glob_dialog;
11
 pid_t glob_child_pid;
12
+GtkTooltips *glob_tooltips;
13
 
14
 unsigned char skip_plugins;
15

Return to bug 98956