View | Details | Raw Unified | Return to bug 103203 | Differences between
and this patch

Collapse All | Expand All

(-)jpilot/Makefile (-4 / +3 lines)
Lines 7-14 Link Here
7
# "?=" and "+=" are for including this Makefile from japanese/jpilot
7
# "?=" and "+=" are for including this Makefile from japanese/jpilot
8
8
9
PORTNAME=	jpilot
9
PORTNAME=	jpilot
10
PORTVERSION=	0.99.8
10
PORTVERSION=	0.99.9
11
PORTREVISION=	4
12
CATEGORIES+=	palm comms
11
CATEGORIES+=	palm comms
13
MASTER_SITES=	http://jpilot.org/
12
MASTER_SITES=	http://jpilot.org/
14
13
Lines 38-46 Link Here
38
37
39
.if defined(WITH_GTK1)
38
.if defined(WITH_GTK1)
40
USE_GNOME+=	gtk12
39
USE_GNOME+=	gtk12
40
CONFIGURE_ARGS+=	--disable-gtk2=yes
41
.else
41
.else
42
USE_GNOME+=	gtk20
42
USE_GNOME+=	gtk20
43
CONFIGURE_ARGS+=	--enable-gtk2=yes
44
.endif
43
.endif
45
44
46
MAN1=		jpilot-dial.1 jpilot-dump.1 jpilot-sync.1 jpilot.1
45
MAN1=		jpilot-dial.1 jpilot-dump.1 jpilot-sync.1 jpilot.1
Lines 71-77 Link Here
71
.for ext in html png jpg
70
.for ext in html png jpg
72
	${INSTALL_DATA} ${WRKSRC}/docs/*.${ext} ${DOCSDIR}
71
	${INSTALL_DATA} ${WRKSRC}/docs/*.${ext} ${DOCSDIR}
73
.endfor
72
.endfor
74
.for i in AUTHORS BUGS COPYING ChangeLog INSTALL README TODO UPGRADING
73
.for i in AUTHORS BUGS COPYING ChangeLog INSTALL README TODO
75
	${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
74
	${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
76
.endfor
75
.endfor
77
	${INSTALL_DATA} ${WRKSRC}/icons/README ${DOCSDIR}/README.icons
76
	${INSTALL_DATA} ${WRKSRC}/icons/README ${DOCSDIR}/README.icons
(-)jpilot/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (jpilot-0.99.8.tar.gz) = 4bdb200367e691e64d02bd6dfcdec604
1
MD5 (jpilot-0.99.9.tar.gz) = c39df29aeed57b84a674524856ebc290
2
SHA256 (jpilot-0.99.8.tar.gz) = a89ca99df142efa6046509df7522794c34da84158893bfbce836c9f5fd943d78
2
SHA256 (jpilot-0.99.9.tar.gz) = 341491ad727e234b58c7d5f057bcff363d15d2f223c1beab05fc49820dfe6432
3
SIZE (jpilot-0.99.8.tar.gz) = 1589217
3
SIZE (jpilot-0.99.9.tar.gz) = 1671351
(-)jpilot/files/patch-0.99.8-memory (-12 lines)
Lines 1-12 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 (-18 lines)
Lines 1-18 Link Here
1
diff -u -r1.127 -r1.128
2
--- jpilot.c	28 Nov 2005 07:22:22 -0000	1.127
3
+++ jpilot.c	16 Dec 2005 13:33:27 -0000	1.128
4
@@ -1,4 +1,4 @@
5
-/* $Id: jpilot.c,v 1.127 2005/11/28 07:22:22 rikster5 Exp $ */
6
+/* $Id: jpilot.c,v 1.128 2005/12/16 13:33:27 rousseau Exp $ */
7
 
8
 /*******************************************************************************
9
  * jpilot.c
10
@@ -1367,7 +1367,7 @@
11
    gdk_pixdata_from_pixbuf(pixdata, pixbuf, FALSE);
12
    data = gdk_pixdata_serialize(pixdata, &len);
13
 
14
-   g_free(pixbuf);
15
+   g_object_unref(pixbuf);
16
    g_free(pixdata);
17
 
18
    return data;
(-)jpilot/files/patch-jpilot-langinfo (+11 lines)
Line 0 Link Here
1
--- jpilot.c.orig	Fri Jun  9 23:42:57 2006
2
+++ jpilot.c	Tue Sep 12 18:51:49 2006
3
@@ -2180,7 +2180,7 @@
4
 
5
    /* Extract first day of week preference from locale in GTK2 */
6
 #  ifdef ENABLE_GTK2
7
-#     ifdef HAVE_LANGINFO_H
8
+#     if defined(HAVE_LANGINFO_H) && defined(_NL_TIME_FIRST_WEEKDAY)
9
 	 /* GTK 2.8 libraries */
10
 	 week_start = nl_langinfo (_NL_TIME_FIRST_WEEKDAY);
11
 	 pref_fdow = *((unsigned char *) week_start) - 1;
(-)jpilot/files/patch-jpilot-sync (-15 lines)
Lines 1-15 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 103203