diff --git a/comms/jpilot/Makefile b/comms/jpilot/Makefile index 170e5ff86b5..88cc6d4cb51 100644 --- a/comms/jpilot/Makefile +++ b/comms/jpilot/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.31 2005/11/15 12:59:22 wilfried Exp $ +# $OpenBSD: Makefile,v 1.32 2005/12/04 22:19:24 steven Exp $ COMMENT= "desktop organizer software for the palm pilot" DISTNAME= jpilot-0.99.8 -PKGNAME= ${DISTNAME}p0 +PKGNAME= ${DISTNAME}p1 CATEGORIES= comms palm MASTER_SITES= ${HOMEPAGE} diff --git a/comms/jpilot/patches/patch-jpilot-sync_c b/comms/jpilot/patches/patch-jpilot-sync_c new file mode 100644 index 00000000000..25cd5cb116f --- /dev/null +++ b/comms/jpilot/patches/patch-jpilot-sync_c @@ -0,0 +1,11 @@ +$OpenBSD: patch-jpilot-sync_c,v 1.1 2005/12/04 22:19:24 steven Exp $ +--- jpilot-sync.c.orig Sun Dec 4 16:09:12 2005 ++++ jpilot-sync.c Sun Dec 4 16:09:31 2005 +@@ -44,6 +44,7 @@ int pipe_to_parent, pipe_from_parent; + pid_t glob_child_pid; + GtkWidget *glob_dialog; + pid_t glob_child_pid; ++GtkTooltips *glob_tooltips; + + unsigned char skip_plugins; + diff --git a/comms/jpilot/pkg/PLIST b/comms/jpilot/pkg/PLIST index 156808c5504..d20d356a3a9 100644 --- a/comms/jpilot/pkg/PLIST +++ b/comms/jpilot/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $OpenBSD: PLIST,v 1.8 2005/10/31 21:08:15 naddy Exp $ +@comment $OpenBSD: PLIST,v 1.9 2005/12/04 22:19:24 steven Exp $ %%SHARED%% bin/jpilot bin/jpilot-dump @@ -64,8 +64,6 @@ share/jpilot/jpilotrc.default share/jpilot/jpilotrc.green share/jpilot/jpilotrc.purple share/jpilot/jpilotrc.steel -share/locale/ca/ -share/locale/ca/LC_MESSAGES/ share/locale/ca/LC_MESSAGES/jpilot.mo share/locale/cs/LC_MESSAGES/jpilot.mo share/locale/da/LC_MESSAGES/jpilot.mo @@ -82,8 +80,6 @@ share/locale/rw/LC_MESSAGES/ share/locale/rw/LC_MESSAGES/jpilot.mo share/locale/sv/LC_MESSAGES/jpilot.mo share/locale/tr/LC_MESSAGES/jpilot.mo -share/locale/vi/ -share/locale/vi/LC_MESSAGES/ share/locale/vi/LC_MESSAGES/jpilot.mo share/locale/zh_CN/LC_MESSAGES/jpilot.mo share/locale/zh_TW/LC_MESSAGES/jpilot.mo