Import of pkgsrc-2014Q1
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
# $NetBSD: Makefile,v 1.91 2013/06/06 12:53:53 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.97 2014/02/12 23:17:38 tron Exp $
|
||||
#
|
||||
|
||||
DISTNAME= jpilot-1.8.0
|
||||
#KGREVISION= 19
|
||||
DISTNAME= jpilot-1.8.1
|
||||
PKGREVISION= 3
|
||||
CATEGORIES= comms
|
||||
MASTER_SITES= http://www.jpilot.org/
|
||||
@@ -37,6 +36,7 @@ PLUGINSDIR= ${PREFIX}/lib/jpilot/plugins
|
||||
.include "../../comms/pilot-link-libs/buildlink3.mk"
|
||||
.include "../../devel/gettext-lib/buildlink3.mk"
|
||||
.include "../../security/openssl/buildlink3.mk"
|
||||
.include "../../security/libgcrypt/buildlink3.mk"
|
||||
.include "../../x11/gtk2/buildlink3.mk"
|
||||
|
||||
post-extract:
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
@comment $NetBSD: PLIST,v 1.13 2013/05/25 16:28:05 shattered Exp $
|
||||
@comment $NetBSD: PLIST,v 1.14 2013/10/10 10:58:38 bad Exp $
|
||||
bin/jpilot
|
||||
bin/jpilot-dump
|
||||
bin/jpilot-merge
|
||||
bin/jpilot-sync
|
||||
include/jpilot/libplugin.h
|
||||
include/jpilot/prefs.h
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# $NetBSD: buildlink3.mk,v 1.31 2013/06/06 12:53:53 wiz Exp $
|
||||
# $NetBSD: buildlink3.mk,v 1.33 2013/10/10 14:41:51 ryoon Exp $
|
||||
|
||||
BUILDLINK_TREE+= jpilot
|
||||
|
||||
@@ -6,7 +6,7 @@ BUILDLINK_TREE+= jpilot
|
||||
JPILOT_BUILDLINK3_MK:=
|
||||
|
||||
BUILDLINK_API_DEPENDS.jpilot+= jpilot>=1.6.0
|
||||
BUILDLINK_ABI_DEPENDS.jpilot+= jpilot>=1.8.0nb3
|
||||
BUILDLINK_ABI_DEPENDS.jpilot+= jpilot>=1.8.1nb1
|
||||
BUILDLINK_PKGSRCDIR.jpilot?= ../../comms/jpilot
|
||||
|
||||
.include "../../comms/pilot-link-libs/buildlink3.mk"
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
$NetBSD: distinfo,v 1.22 2013/05/25 16:28:05 shattered Exp $
|
||||
$NetBSD: distinfo,v 1.24 2013/10/14 14:33:31 joerg Exp $
|
||||
|
||||
SHA1 (jpilot-1.8.0.tar.gz) = abc6a82823533bfab8c50fce7fff20cfaa898193
|
||||
RMD160 (jpilot-1.8.0.tar.gz) = 27a2430e7f60d8468c97fdc3589e7344681c2ecc
|
||||
Size (jpilot-1.8.0.tar.gz) = 1604468 bytes
|
||||
SHA1 (jpilot-1.8.1.tar.gz) = 98a70bbb30bcccb8ba74aecb6a41b819dc8a4a3b
|
||||
RMD160 (jpilot-1.8.1.tar.gz) = 4b40d625d4582994eeb5acfa296ed0925a59b7bd
|
||||
Size (jpilot-1.8.1.tar.gz) = 1582869 bytes
|
||||
SHA1 (patch-utils.c) = 3e7551d0859820cc103a6c5cbfbac8d4ff21eee9
|
||||
SHA1 (patch-utils.h) = 950d4de9824620847ca8b7f197d788c666a69d81
|
||||
|
||||
13
comms/jpilot/patches/patch-utils.c
Normal file
13
comms/jpilot/patches/patch-utils.c
Normal file
@@ -0,0 +1,13 @@
|
||||
$NetBSD: patch-utils.c,v 1.1 2013/10/14 14:33:31 joerg Exp $
|
||||
|
||||
--- utils.c.orig 2013-10-14 13:14:27.000000000 +0000
|
||||
+++ utils.c
|
||||
@@ -899,7 +899,7 @@ void clist_clear(GtkCList *clist)
|
||||
|
||||
/* Encapsulate GTK tooltip function which no longer supports disabling as
|
||||
* of GTK 2.12 */
|
||||
-inline void set_tooltip(int show_tooltip,
|
||||
+void set_tooltip(int show_tooltip,
|
||||
GtkTooltips *tooltips,
|
||||
GtkWidget *widget,
|
||||
const gchar *tip_text,
|
||||
13
comms/jpilot/patches/patch-utils.h
Normal file
13
comms/jpilot/patches/patch-utils.h
Normal file
@@ -0,0 +1,13 @@
|
||||
$NetBSD: patch-utils.h,v 1.1 2013/10/14 14:33:31 joerg Exp $
|
||||
|
||||
--- utils.h.orig 2013-10-14 13:14:44.000000000 +0000
|
||||
+++ utils.h
|
||||
@@ -349,7 +349,7 @@ void entry_set_multiline_truncate(GtkEnt
|
||||
|
||||
void clist_clear(GtkCList *clist);
|
||||
|
||||
-inline void set_tooltip(int show_tooltip,
|
||||
+void set_tooltip(int show_tooltip,
|
||||
GtkTooltips *tooltips,
|
||||
GtkWidget *widget,
|
||||
const gchar *tip_text,
|
||||
Reference in New Issue
Block a user