mirror of
https://github.com/yann64/haikuports.git
synced 2026-03-19 01:46:00 +01:00
pinentry: bump version (#7486)
* Delete pinentry-1.1.0.patchset * pinentry: bump version * Delete pinentry-1.1.0.recipe * pinentry: enable x86_gcc2
This commit is contained in:
@@ -1,22 +0,0 @@
|
||||
From 8f6f633f5d183cd7f25bcd5a6172dab98fbca576 Mon Sep 17 00:00:00 2001
|
||||
From: begasus <begasus@gmail.com>
|
||||
Date: Mon, 20 Mar 2017 09:30:35 +0000
|
||||
Subject: fix source file to use "sys/time.h" instead of "time.h"
|
||||
|
||||
|
||||
diff --git a/pinentry/pinentry-emacs.c b/pinentry/pinentry-emacs.c
|
||||
index 190ea9d..f39946f 100644
|
||||
--- a/pinentry/pinentry-emacs.c
|
||||
+++ b/pinentry/pinentry-emacs.c
|
||||
@@ -36,7 +36,7 @@
|
||||
#include <string.h>
|
||||
#include <errno.h>
|
||||
#include <limits.h>
|
||||
-#include <time.h>
|
||||
+#include <sys/time.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
#include <sys/socket.h>
|
||||
--
|
||||
2.19.1
|
||||
|
||||
@@ -2,15 +2,14 @@ SUMMARY="A collection of PIN or passphrase entry dialogs"
|
||||
DESCRIPTION="This is a collection of PIN or passphrase entry dialogs which \
|
||||
utilize the Assuan protocol as specified in the Libassuan manual."
|
||||
HOMEPAGE="https://www.gnupg.org/related_software/pinentry/"
|
||||
COPYRIGHT="2000-2017 Free Software Foundation, Inc."
|
||||
COPYRIGHT="2000-2022 Free Software Foundation, Inc."
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://www.gnupg.org/ftp/gcrypt/pinentry/pinentry-$portVersion.tar.bz2"
|
||||
CHECKSUM_SHA256="68076686fa724a290ea49cdf0d1c0c1500907d1b759a3bcbfbec0293e8f56570"
|
||||
PATCHES="pinentry-$portVersion.patchset"
|
||||
CHECKSUM_SHA256="457a185e5a85238fb945a955dc6352ab962dc8b48720b62fc9fa48c7540a4067"
|
||||
|
||||
ARCHITECTURES="all"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
PROVIDES="
|
||||
pinentry$secondaryArchSuffix = $portVersion
|
||||
@@ -42,6 +41,7 @@ BUILD_PREREQUIRES="
|
||||
|
||||
BUILD()
|
||||
{
|
||||
export LIBS="-lnetwork"
|
||||
runConfigure ./configure
|
||||
make $jobArgs
|
||||
}
|
||||
Reference in New Issue
Block a user