diff options
author | shannonjr <shannonjr@pkgsrc.org> | 2006-10-20 15:25:22 +0000 |
---|---|---|
committer | shannonjr <shannonjr@pkgsrc.org> | 2006-10-20 15:25:22 +0000 |
commit | bf4bb588d02d45f9600f86090190b2ea926b1b6d (patch) | |
tree | e8a7bbf170bd984c2257207c4f68400c4d0575b0 /security/gpgme/patches | |
parent | ac42f2bb3d287b2903b35455116d5fc4d12b3ed0 (diff) | |
download | pkgsrc-bf4bb588d02d45f9600f86090190b2ea926b1b6d.tar.gz |
Fix gpgsm option so that it builds and works.
Diffstat (limited to 'security/gpgme/patches')
-rw-r--r-- | security/gpgme/patches/patch-ba | 13 | ||||
-rw-r--r-- | security/gpgme/patches/patch-bb | 9 | ||||
-rw-r--r-- | security/gpgme/patches/patch-bc | 29 |
3 files changed, 51 insertions, 0 deletions
diff --git a/security/gpgme/patches/patch-ba b/security/gpgme/patches/patch-ba new file mode 100644 index 00000000000..483734df1c8 --- /dev/null +++ b/security/gpgme/patches/patch-ba @@ -0,0 +1,13 @@ +$NetBSD: patch-ba,v 1.3 2006/10/20 15:25:22 shannonjr Exp $ + +--- assuan/assuan.h.orig 2005-10-01 14:14:48.000000000 -0600 ++++ assuan/assuan.h +@@ -24,6 +24,8 @@ + #include <stdio.h> + #include <sys/types.h> + #include <unistd.h> ++#include <sys/time.h> ++#include <sys/socket.h> + + + /* To use this file with libraries the following macros are often diff --git a/security/gpgme/patches/patch-bb b/security/gpgme/patches/patch-bb new file mode 100644 index 00000000000..866a138456f --- /dev/null +++ b/security/gpgme/patches/patch-bb @@ -0,0 +1,9 @@ +$NetBSD: patch-bb,v 1.1 2006/10/20 15:25:22 shannonjr Exp $ + +--- assuan/assuan-errors.c.orig 2005-10-01 15:15:12.000000000 -0600 ++++ assuan/assuan-errors.c +@@ -107,4 +107,3 @@ assuan_strerror (AssuanError err) + + return s; + } +- diff --git a/security/gpgme/patches/patch-bc b/security/gpgme/patches/patch-bc new file mode 100644 index 00000000000..58a535f07e9 --- /dev/null +++ b/security/gpgme/patches/patch-bc @@ -0,0 +1,29 @@ +$NetBSD: patch-bc,v 1.1 2006/10/20 15:25:22 shannonjr Exp $ + +--- assuan/Makefile.in.orig 2005-10-01 15:13:44.000000000 -0600 ++++ assuan/Makefile.in +@@ -74,7 +74,7 @@ am_libassuan_la_OBJECTS = assuan-util.lo + assuan-listen.lo assuan-connect.lo assuan-client.lo \ + assuan-pipe-server.lo assuan-socket-server.lo \ + assuan-pipe-connect.lo assuan-socket-connect.lo \ +- assuan-socket.lo funopen.lo assuan-io.lo \ ++ assuan-socket.lo assuan-io.lo \ + assuan-domain-connect.lo assuan-domain-server.lo \ + assuan-logging.lo + libassuan_la_OBJECTS = $(am_libassuan_la_OBJECTS) +@@ -260,7 +260,6 @@ libassuan_la_SOURCES = \ + assuan-pipe-connect.c \ + assuan-socket-connect.c \ + assuan-socket.c \ +- funopen.c \ + assuan-io.c \ + assuan-domain-connect.c \ + assuan-domain-server.c \ +@@ -335,7 +334,6 @@ distclean-compile: + @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/assuan-socket-server.Plo@am__quote@ + @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/assuan-socket.Plo@am__quote@ + @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/assuan-util.Plo@am__quote@ +-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/funopen.Plo@am__quote@ + + .c.o: + @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \ |