aboutsummaryrefslogtreecommitdiffstats
path: root/security/gnupg-devel/files
diff options
context:
space:
mode:
authorlofi <lofi@FreeBSD.org>2004-05-04 03:19:53 +0800
committerlofi <lofi@FreeBSD.org>2004-05-04 03:19:53 +0800
commit6d9db9d43d55f818a4e3c86a18d9efd0d480b2ac (patch)
treeeb364a432f26f2644c77ef104b7dd61e85f6e233 /security/gnupg-devel/files
parent170ea3e100417c226b643f5f0f824eb04eacd2e3 (diff)
downloadfreebsd-ports-gnome-6d9db9d43d55f818a4e3c86a18d9efd0d480b2ac.tar.gz
freebsd-ports-gnome-6d9db9d43d55f818a4e3c86a18d9efd0d480b2ac.tar.zst
freebsd-ports-gnome-6d9db9d43d55f818a4e3c86a18d9efd0d480b2ac.zip
security/newpg -> security/gnupg-devel
Diffstat (limited to 'security/gnupg-devel/files')
-rw-r--r--security/gnupg-devel/files/patch-agent::Makefile.in11
-rw-r--r--security/gnupg-devel/files/patch-agent::gpg-agent.c12
-rw-r--r--security/gnupg-devel/files/patch-agent_gpg-agent.c12
-rw-r--r--security/gnupg-devel/files/patch-assuan::assuan-socket-connect.c10
-rw-r--r--security/gnupg-devel/files/patch-assuan::assuan-socket-server.c10
-rw-r--r--security/gnupg-devel/files/patch-common_fopencookie.c18
-rw-r--r--security/gnupg-devel/files/patch-configure11
-rw-r--r--security/gnupg-devel/files/patch-configure.ac12
-rw-r--r--security/gnupg-devel/files/patch-kbx::Makefile.in11
-rw-r--r--security/gnupg-devel/files/patch-kbx::keybox-blob.c12
-rw-r--r--security/gnupg-devel/files/patch-kbx_keybox-blob.c10
-rw-r--r--security/gnupg-devel/files/patch-kbx_keybox-dump.c (renamed from security/gnupg-devel/files/patch-kbx::keybox-dump.c)4
-rw-r--r--security/gnupg-devel/files/patch-scd::Makefile.in11
-rw-r--r--security/gnupg-devel/files/patch-sm::Makefile.in11
14 files changed, 53 insertions, 102 deletions
diff --git a/security/gnupg-devel/files/patch-agent::Makefile.in b/security/gnupg-devel/files/patch-agent::Makefile.in
deleted file mode 100644
index df952017e8f2..000000000000
--- a/security/gnupg-devel/files/patch-agent::Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- agent/Makefile.in Wed Dec 4 14:13:12 2002
-+++ agent/Makefile.in.new Wed Jan 29 19:37:03 2003
-@@ -137,7 +137,7 @@
- pkglib_PROGRAMS = gpg-protect-tool
-
- AM_CPPFLAGS = -I$(top_srcdir)/common $(LIBGCRYPT_CFLAGS) $(PTH_CFLAGS)
--LDFLAGS = @LDFLAGS@
-+LDFLAGS = @LDFLAGS@ $(INTLLIBS)
-
- gpg_agent_SOURCES = \
- gpg-agent.c agent.h \
diff --git a/security/gnupg-devel/files/patch-agent::gpg-agent.c b/security/gnupg-devel/files/patch-agent::gpg-agent.c
deleted file mode 100644
index 8d3871dce07a..000000000000
--- a/security/gnupg-devel/files/patch-agent::gpg-agent.c
+++ /dev/null
@@ -1,12 +0,0 @@
---- agent/gpg-agent.c Wed Dec 4 13:08:25 2002
-+++ agent/gpg-agent.c.new Wed Jan 29 19:34:14 2003
-@@ -37,6 +37,9 @@
- # include <pth.h>
- #endif
-
-+#include <sys/types.h>
-+#include <sys/stat.h>
-+
- #include <gcrypt.h>
-
- #define JNLIB_NEED_LOG_LOGV
diff --git a/security/gnupg-devel/files/patch-agent_gpg-agent.c b/security/gnupg-devel/files/patch-agent_gpg-agent.c
new file mode 100644
index 000000000000..6c248d1b3ca6
--- /dev/null
+++ b/security/gnupg-devel/files/patch-agent_gpg-agent.c
@@ -0,0 +1,12 @@
+--- agent/gpg-agent.c.orig Mon May 3 18:38:33 2004
++++ agent/gpg-agent.c Mon May 3 18:39:16 2004
+@@ -37,6 +37,9 @@
+ # include <pth.h>
+ #endif
+
++#include <sys/types.h>
++#include <sys/stat.h>
++
+ #define JNLIB_NEED_LOG_LOGV
+ #include "agent.h"
+ #include <assuan.h> /* malloc hooks */
diff --git a/security/gnupg-devel/files/patch-assuan::assuan-socket-connect.c b/security/gnupg-devel/files/patch-assuan::assuan-socket-connect.c
deleted file mode 100644
index 74acc38ea626..000000000000
--- a/security/gnupg-devel/files/patch-assuan::assuan-socket-connect.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- assuan/assuan-socket-connect.c.orig Wed Jan 29 15:30:12 2003
-+++ assuan/assuan-socket-connect.c Wed Jan 29 15:30:28 2003
-@@ -23,6 +23,7 @@
- #include <stddef.h>
- #include <stdio.h>
- #include <errno.h>
-+#include <sys/types.h>
- #include <sys/socket.h>
- #include <sys/un.h>
- #include <unistd.h>
diff --git a/security/gnupg-devel/files/patch-assuan::assuan-socket-server.c b/security/gnupg-devel/files/patch-assuan::assuan-socket-server.c
deleted file mode 100644
index af8a39751c34..000000000000
--- a/security/gnupg-devel/files/patch-assuan::assuan-socket-server.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- assuan/assuan-socket-server.c.orig Wed Jan 29 15:27:13 2003
-+++ assuan/assuan-socket-server.c Wed Jan 29 15:27:38 2003
-@@ -22,6 +22,7 @@
- #include <stdlib.h>
- #include <stdio.h>
- #include <errno.h>
-+#include <sys/types.h>
- #include <sys/socket.h>
- #include <sys/un.h>
- #include <unistd.h>
diff --git a/security/gnupg-devel/files/patch-common_fopencookie.c b/security/gnupg-devel/files/patch-common_fopencookie.c
new file mode 100644
index 000000000000..057149a83784
--- /dev/null
+++ b/security/gnupg-devel/files/patch-common_fopencookie.c
@@ -0,0 +1,18 @@
+--- common/fopencookie.c.orig Mon May 3 18:14:56 2004
++++ common/fopencookie.c Mon May 3 18:15:24 2004
+@@ -26,6 +26,15 @@
+
+ #include "util.h"
+
++typedef struct
++{
++ ssize_t (*read)(void*,char*,size_t);
++ ssize_t (*write)(void*,const char*,size_t);
++ int (*seek)(void*,off_t*,int);
++ int (*close)(void*);
++} _IO_cookie_io_functions_t;
++typedef _IO_cookie_io_functions_t cookie_io_functions_t;
++
+ FILE *
+ fopencookie (void *cookie, const char *opentype,
+ cookie_io_functions_t funclist)
diff --git a/security/gnupg-devel/files/patch-configure b/security/gnupg-devel/files/patch-configure
new file mode 100644
index 000000000000..fafd8692c94c
--- /dev/null
+++ b/security/gnupg-devel/files/patch-configure
@@ -0,0 +1,11 @@
+--- configure.orig Mon May 3 18:34:49 2004
++++ configure Mon May 3 18:35:25 2004
+@@ -15887,7 +15887,7 @@
+ echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+
+-eval "$as_ac_var=no"
++eval "$as_ac_var=yes"
+ fi
+ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
+ fi
diff --git a/security/gnupg-devel/files/patch-configure.ac b/security/gnupg-devel/files/patch-configure.ac
deleted file mode 100644
index 00bdf48f7959..000000000000
--- a/security/gnupg-devel/files/patch-configure.ac
+++ /dev/null
@@ -1,12 +0,0 @@
---- configure.ac.orig Thu Jan 30 00:43:39 2003
-+++ configure.ac Thu Jan 30 00:44:25 2003
-@@ -303,7 +303,7 @@
- AC_REPLACE_FUNCS(mkdtemp)
- AC_REPLACE_FUNCS(fseeko ftello)
- AC_REPLACE_FUNCS(isascii)
--AC_REPLACE_FUNCS(putc_unlocked)
-+AC_DEFINE(HAVE_PUTC_UNLOCKED, 1, [FreeBSD has it, trust me])
-
- # We use jnlib, so tell other modules about it
- AC_DEFINE(HAVE_JNLIB_LOGGING, 1,
-
diff --git a/security/gnupg-devel/files/patch-kbx::Makefile.in b/security/gnupg-devel/files/patch-kbx::Makefile.in
deleted file mode 100644
index 8dbdaa51bef4..000000000000
--- a/security/gnupg-devel/files/patch-kbx::Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- kbx/Makefile.in.orig Wed Jan 29 17:09:39 2003
-+++ kbx/Makefile.in Wed Jan 29 17:10:18 2003
-@@ -156,7 +156,7 @@
- libkeybox_a_SOURCES = $(common_sources)
-
- kbxutil_SOURCES = kbxutil.c $(common_sources)
--kbxutil_LDADD = ../jnlib/libjnlib.a $(KSBA_LIBS) $(LIBGCRYPT_LIBS)
-+kbxutil_LDADD = ../jnlib/libjnlib.a $(KSBA_LIBS) $(LIBGCRYPT_LIBS) $(INTLLIBS)
- subdir = kbx
- mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
- CONFIG_HEADER = $(top_builddir)/config.h
diff --git a/security/gnupg-devel/files/patch-kbx::keybox-blob.c b/security/gnupg-devel/files/patch-kbx::keybox-blob.c
deleted file mode 100644
index 44b70594b82b..000000000000
--- a/security/gnupg-devel/files/patch-kbx::keybox-blob.c
+++ /dev/null
@@ -1,12 +0,0 @@
---- kbx/keybox-blob.c.orig Mon Jul 22 11:26:51 2002
-+++ kbx/keybox-blob.c Wed Jan 29 17:00:14 2003
-@@ -119,8 +119,8 @@
- #include <ksba.h>
- #endif
-
-+#include "../jnlib/types.h"
- #include "keybox-defs.h"
--
-
- /* special values of the signature status */
- #define SF_NONE(a) ( !(a) )
diff --git a/security/gnupg-devel/files/patch-kbx_keybox-blob.c b/security/gnupg-devel/files/patch-kbx_keybox-blob.c
new file mode 100644
index 000000000000..ab27ccb07fb7
--- /dev/null
+++ b/security/gnupg-devel/files/patch-kbx_keybox-blob.c
@@ -0,0 +1,10 @@
+--- kbx/keybox-blob.c.orig Mon May 3 18:37:26 2004
++++ kbx/keybox-blob.c Mon May 3 18:37:51 2004
+@@ -112,6 +112,7 @@
+ #include <assert.h>
+ #include <time.h>
+
++#include "../jnlib/types.h"
+ #include "keybox-defs.h"
+ #include <gcrypt.h>
+
diff --git a/security/gnupg-devel/files/patch-kbx::keybox-dump.c b/security/gnupg-devel/files/patch-kbx_keybox-dump.c
index b165dd48f30c..7c761cf479ba 100644
--- a/security/gnupg-devel/files/patch-kbx::keybox-dump.c
+++ b/security/gnupg-devel/files/patch-kbx_keybox-dump.c
@@ -1,5 +1,5 @@
---- kbx/keybox-dump.c.orig Mon Jul 22 10:33:48 2002
-+++ kbx/keybox-dump.c Wed Jan 29 17:00:08 2003
+--- kbx/keybox-dump.c.orig Mon May 3 18:38:00 2004
++++ kbx/keybox-dump.c Mon May 3 18:38:21 2004
@@ -24,6 +24,7 @@
#include <string.h>
#include <errno.h>
diff --git a/security/gnupg-devel/files/patch-scd::Makefile.in b/security/gnupg-devel/files/patch-scd::Makefile.in
deleted file mode 100644
index 7d0202eedc3e..000000000000
--- a/security/gnupg-devel/files/patch-scd::Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- scd/Makefile.in Wed Dec 4 14:13:18 2002
-+++ scd/Makefile.in.new Wed Jan 29 19:46:49 2003
-@@ -138,7 +138,7 @@
- AM_CPPFLAGS = -I$(top_srcdir)/common $(OPENSC_CFLAGS) $(LIBGCRYPT_CFLAGS) \
- $(KSBA_CFLAGS)
-
--LDFLAGS = @LDFLAGS@
-+LDFLAGS = @LDFLAGS@ $(INTLLIBS)
-
- scdaemon_SOURCES = \
- scdaemon.c scdaemon.h \
diff --git a/security/gnupg-devel/files/patch-sm::Makefile.in b/security/gnupg-devel/files/patch-sm::Makefile.in
deleted file mode 100644
index 0e5aa678b463..000000000000
--- a/security/gnupg-devel/files/patch-sm::Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- sm/Makefile.in.orig Wed Jan 29 17:15:33 2003
-+++ sm/Makefile.in Wed Jan 29 17:15:59 2003
-@@ -165,7 +165,7 @@
-
-
- gpgsm_LDADD = ../jnlib/libjnlib.a ../assuan/libassuan.a ../kbx/libkeybox.a \
-- ../common/libcommon.a $(LIBGCRYPT_LIBS) $(KSBA_LIBS)
-+ ../common/libcommon.a $(LIBGCRYPT_LIBS) $(KSBA_LIBS) $(INTLLIBS)
-
- subdir = sm
- mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs