ports/103203: port update palm/jpilot to 0.99.9 version

Alex Samorukov samm at os2.kiev.ua
Fri Sep 22 08:20:26 UTC 2006


The following reply was made to PR ports/103203; it has been noted by GNATS.

From: Alex Samorukov <samm at os2.kiev.ua>
To: bug-followup at FreeBSD.org,  samm at os2.kiev.ua
Cc:  
Subject: Re: ports/103203: port update palm/jpilot to 0.99.9 version
Date: Fri, 22 Sep 2006 11:13:46 +0300

 This is a multi-part message in MIME format.
 --------------090304050502020805060905
 Content-Type: text/plain; charset=KOI8-R; format=flowed
 Content-Transfer-Encoding: 7bit
 
 pilot-link version was updated, here is a corrected patch
 
 -- 
 Best regards,
 Alex Samorukov, SAMM1-RIPE
 Zend Certified PHP Engineer
 
 
 --------------090304050502020805060905
 Content-Type: text/plain;
  name="jpilot.diff"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline;
  filename="jpilot.diff"
 
 diff -ruN --exclude=CVS /usr/ports/palm/jpilot/Makefile /usr/home/samm/tmp/jpilot/Makefile
 --- /usr/ports/palm/jpilot/Makefile	Sat Jun 17 18:50:47 2006
 +++ /usr/home/samm/tmp/jpilot/Makefile	Thu Sep 14 08:42:49 2006
 @@ -7,20 +7,19 @@
  # "?=" and "+=" are for including this Makefile from japanese/jpilot
  
  PORTNAME=	jpilot
 -PORTVERSION=	0.99.8
 -PORTREVISION=	4
 +PORTVERSION=	0.99.9
  CATEGORIES+=	palm comms
  MASTER_SITES=	http://jpilot.org/
  
  MAINTAINER?=	samm at os2.kiev.ua
  COMMENT=	Desktop Organizer Software for the Palm Pilot
  
 -LIB_DEPENDS=	pisock.8:${PORTSDIR}/palm/pilot-link
 +LIB_DEPENDS=	pisock.9:${PORTSDIR}/palm/pilot-link
  
  USE_X_PREFIX=	yes
  USE_GNOME=	gnomehier
  GNU_CONFIGURE=	yes
 -INSTALLS_SHLIB=	yes
 +USE_LDCONFIG=	yes
  LDCONFIG_DIRS=	%%PREFIX%%/lib/jpilot/plugins
  CFLAGS+=	-I${LOCALBASE}/include
  CONFIGURE_ENV+=	CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
 @@ -38,9 +37,9 @@
  
  .if defined(WITH_GTK1)
  USE_GNOME+=	gtk12
 +CONFIGURE_ARGS+=	--disable-gtk2=yes
  .else
  USE_GNOME+=	gtk20
 -CONFIGURE_ARGS+=	--enable-gtk2=yes
  .endif
  
  MAN1=		jpilot-dial.1 jpilot-dump.1 jpilot-sync.1 jpilot.1
 @@ -71,7 +70,7 @@
  .for ext in html png jpg
  	${INSTALL_DATA} ${WRKSRC}/docs/*.${ext} ${DOCSDIR}
  .endfor
 -.for i in AUTHORS BUGS COPYING ChangeLog INSTALL README TODO UPGRADING
 +.for i in AUTHORS BUGS COPYING ChangeLog INSTALL README TODO
  	${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
  .endfor
  	${INSTALL_DATA} ${WRKSRC}/icons/README ${DOCSDIR}/README.icons
 diff -ruN --exclude=CVS /usr/ports/palm/jpilot/distinfo /usr/home/samm/tmp/jpilot/distinfo
 --- /usr/ports/palm/jpilot/distinfo	Tue Jan 24 01:49:20 2006
 +++ /usr/home/samm/tmp/jpilot/distinfo	Wed Sep 13 19:29:25 2006
 @@ -1,3 +1,3 @@
 -MD5 (jpilot-0.99.8.tar.gz) = 4bdb200367e691e64d02bd6dfcdec604
 -SHA256 (jpilot-0.99.8.tar.gz) = a89ca99df142efa6046509df7522794c34da84158893bfbce836c9f5fd943d78
 -SIZE (jpilot-0.99.8.tar.gz) = 1589217
 +MD5 (jpilot-0.99.9.tar.gz) = c39df29aeed57b84a674524856ebc290
 +SHA256 (jpilot-0.99.9.tar.gz) = 341491ad727e234b58c7d5f057bcff363d15d2f223c1beab05fc49820dfe6432
 +SIZE (jpilot-0.99.9.tar.gz) = 1671351
 diff -ruN --exclude=CVS /usr/ports/palm/jpilot/files/patch-0.99.8-memory /usr/home/samm/tmp/jpilot/files/patch-0.99.8-memory
 --- /usr/ports/palm/jpilot/files/patch-0.99.8-memory	Thu Jun 15 21:12:56 2006
 +++ /usr/home/samm/tmp/jpilot/files/patch-0.99.8-memory	Thu Jan  1 03:00:00 1970
 @@ -1,12 +0,0 @@
 ---- 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 -ruN --exclude=CVS /usr/ports/palm/jpilot/files/patch-Makefile.in /usr/home/samm/tmp/jpilot/files/patch-Makefile.in
 --- /usr/ports/palm/jpilot/files/patch-Makefile.in	Thu Nov  3 22:23:58 2005
 +++ /usr/home/samm/tmp/jpilot/files/patch-Makefile.in	Thu Jan  1 03:00:00 1970
 @@ -1,11 +0,0 @@
 ---- Makefile.in.orig	Sun Oct 30 18:00:53 2005
 -+++ Makefile.in	Tue Nov  1 17:17:43 2005
 -@@ -302,7 +302,7 @@
 - sharedstatedir = @sharedstatedir@
 - sysconfdir = @sysconfdir@
 - target_alias = @target_alias@
 --SUBDIRS = Expense SyncTime KeyRing docs dialer po m4 empty icons
 -+SUBDIRS = Expense SyncTime KeyRing dialer po m4 empty
 - 
 - # install the manual docs
 - colordir = $(prefix)/share/$(PACKAGE)
 diff -ruN --exclude=CVS /usr/ports/palm/jpilot/files/patch-jpilot /usr/home/samm/tmp/jpilot/files/patch-jpilot
 --- /usr/ports/palm/jpilot/files/patch-jpilot	Sat Jun 17 18:50:47 2006
 +++ /usr/home/samm/tmp/jpilot/files/patch-jpilot	Thu Jan  1 03:00:00 1970
 @@ -1,18 +0,0 @@
 -diff -u -r1.127 -r1.128
 ---- jpilot.c	28 Nov 2005 07:22:22 -0000	1.127
 -+++ jpilot.c	16 Dec 2005 13:33:27 -0000	1.128
 -@@ -1,4 +1,4 @@
 --/* $Id: jpilot.c,v 1.127 2005/11/28 07:22:22 rikster5 Exp $ */
 -+/* $Id: jpilot.c,v 1.128 2005/12/16 13:33:27 rousseau Exp $ */
 - 
 - /*******************************************************************************
 -  * jpilot.c
 -@@ -1367,7 +1367,7 @@
 -    gdk_pixdata_from_pixbuf(pixdata, pixbuf, FALSE);
 -    data = gdk_pixdata_serialize(pixdata, &len);
 - 
 --   g_free(pixbuf);
 -+   g_object_unref(pixbuf);
 -    g_free(pixdata);
 - 
 -    return data;
 diff -ruN --exclude=CVS /usr/ports/palm/jpilot/files/patch-jpilot-langinfo /usr/home/samm/tmp/jpilot/files/patch-jpilot-langinfo
 --- /usr/ports/palm/jpilot/files/patch-jpilot-langinfo	Thu Jan  1 03:00:00 1970
 +++ /usr/home/samm/tmp/jpilot/files/patch-jpilot-langinfo	Thu Sep 14 08:46:42 2006
 @@ -0,0 +1,11 @@
 +--- jpilot.c.orig	Thu Sep 14 08:45:18 2006
 ++++ jpilot.c	Thu Sep 14 08:46:04 2006
 +@@ -2180,7 +2180,7 @@
 + 
 +    /* Extract first day of week preference from locale in GTK2 */
 + #  ifdef ENABLE_GTK2
 +-#     ifdef HAVE_LANGINFO_H
 ++#     if defined(HAVE_LANGINFO_H) && defined(_NL_TIME_FIRST_WEEKDAY)
 + 	 /* GTK 2.8 libraries */
 + 	 week_start = nl_langinfo (_NL_TIME_FIRST_WEEKDAY);
 + 	 pref_fdow = *((unsigned char *) week_start) - 1;
 diff -ruN --exclude=CVS /usr/ports/palm/jpilot/files/patch-jpilot-sync /usr/home/samm/tmp/jpilot/files/patch-jpilot-sync
 --- /usr/ports/palm/jpilot/files/patch-jpilot-sync	Thu Jun 15 21:12:56 2006
 +++ /usr/home/samm/tmp/jpilot/files/patch-jpilot-sync	Thu Jan  1 03:00:00 1970
 @@ -1,15 +0,0 @@
 -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;
 - 
 --------------090304050502020805060905--



More information about the freebsd-ports-bugs mailing list