From a24a1950a165add44000da9f0f21553d1a477cbb Mon Sep 17 00:00:00 2001 From: smb Date: Fri, 25 Apr 2008 15:16:31 +0000 Subject: Fix function prototype mismatch --- security/pinentry/Makefile | 4 ++-- security/pinentry/distinfo | 3 ++- security/pinentry/patches/patch-aa | 31 +++++++++++++++++++++++++++++++ 3 files changed, 35 insertions(+), 3 deletions(-) create mode 100644 security/pinentry/patches/patch-aa diff --git a/security/pinentry/Makefile b/security/pinentry/Makefile index 2e4507ae14e..9f1ea508827 100644 --- a/security/pinentry/Makefile +++ b/security/pinentry/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.18 2007/02/02 00:20:06 joerg Exp $ +# $NetBSD: Makefile,v 1.19 2008/04/25 15:16:31 smb Exp $ # DISTNAME= pinentry-0.7.2 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= security MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/pinentry/ diff --git a/security/pinentry/distinfo b/security/pinentry/distinfo index eceb365f9c5..edfee30889a 100644 --- a/security/pinentry/distinfo +++ b/security/pinentry/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.3 2006/10/11 14:55:59 shannonjr Exp $ +$NetBSD: distinfo,v 1.4 2008/04/25 15:16:31 smb Exp $ SHA1 (pinentry-0.7.2.tar.gz) = aa113b08e315d22b6f70a634f459fdfbaa4dcaba RMD160 (pinentry-0.7.2.tar.gz) = db667256801545ef065d9d47cafe5e67137fa6ce Size (pinentry-0.7.2.tar.gz) = 398775 bytes +SHA1 (patch-aa) = 80536ae92f15ee8d9df77c8715d9e5ff9bb86407 diff --git a/security/pinentry/patches/patch-aa b/security/pinentry/patches/patch-aa new file mode 100644 index 00000000000..6813506fbbf --- /dev/null +++ b/security/pinentry/patches/patch-aa @@ -0,0 +1,31 @@ +$NetBSD: patch-aa,v 1.1 2008/04/25 15:16:31 smb Exp $ + +--- gtk+-2/gtksecentry.c.orig 2008-04-25 11:08:48.000000000 -0400 ++++ gtk+-2/gtksecentry.c 2008-04-25 11:09:36.000000000 -0400 +@@ -270,7 +270,7 @@ + + + gpointer +-g_malloc(gulong size) ++g_malloc(gsize size) + { + gpointer p; + +@@ -288,7 +288,7 @@ + } + + gpointer +-g_malloc0(gulong size) ++g_malloc0(gsize size) + { + gpointer p; + +@@ -308,7 +308,7 @@ + } + + gpointer +-g_realloc(gpointer mem, gulong size) ++g_realloc(gpointer mem, gsize size) + { + gpointer p; + -- cgit v1.2.3