summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorsalo <salo@pkgsrc.org>2005-04-03 17:36:27 +0000
committersalo <salo@pkgsrc.org>2005-04-03 17:36:27 +0000
commitc2a12026e7c6dbbcc2dbd001a72a6610123a76cf (patch)
treeb3e5b407328eefc37bb3470e25929d74eb9cc979 /security
parent751acccd560a91fa0e1cc4217a04528b2244559d (diff)
downloadpkgsrc-c2a12026e7c6dbbcc2dbd001a72a6610123a76cf.tar.gz
Pullup ticket 418 - requested by Min Sik Kim
portability fix for gnutls Revisions pulled up: - pkgsrc/security/gnutls/distinfo 1.14 - pkgsrc/security/gnutls/patches/patch-ab 1.1 Module Name: pkgsrc Committed By: minskim Date: Sun Apr 3 04:50:21 UTC 2005 Modified Files: pkgsrc/security/gnutls: distinfo Added Files: pkgsrc/security/gnutls/patches: patch-ab Log Message: Avoid calling makeinfo because the distfile contains pre-built .info files. This makes the package build on platforms without makeinfo. Patch provided by Darrin B. Jewell in PR pkg/29869.
Diffstat (limited to 'security')
-rw-r--r--security/gnutls/distinfo3
-rw-r--r--security/gnutls/patches/patch-ab13
2 files changed, 15 insertions, 1 deletions
diff --git a/security/gnutls/distinfo b/security/gnutls/distinfo
index 745ac40471a..485139c9d01 100644
--- a/security/gnutls/distinfo
+++ b/security/gnutls/distinfo
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.13 2005/02/24 13:10:06 agc Exp $
+$NetBSD: distinfo,v 1.13.2.1 2005/04/03 17:36:27 salo Exp $
SHA1 (gnutls-1.2.0.tar.bz2) = 618d502fc872530b726e791a818af5a95ee39d00
RMD160 (gnutls-1.2.0.tar.bz2) = 1f03385047112721173f116821dc92680d60b687
Size (gnutls-1.2.0.tar.bz2) = 2417909 bytes
SHA1 (patch-aa) = 3b4adf0b6acde5a56c0a7f3003a0a1e90bfbd672
+SHA1 (patch-ab) = a3327de3052375acd569ee8541c90e2555e73f2d
diff --git a/security/gnutls/patches/patch-ab b/security/gnutls/patches/patch-ab
new file mode 100644
index 00000000000..c88c1fb8b83
--- /dev/null
+++ b/security/gnutls/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1.2.2 2005/04/03 17:36:27 salo Exp $
+
+--- doc/Makefile.in.orig Thu Jan 27 07:16:50 2005
++++ doc/Makefile.in
+@@ -369,7 +369,7 @@ gnutls.dvi: gnutls.texi $(srcdir)/versio
+ gnutls.pdf: gnutls.texi $(srcdir)/version.texi $(gnutls_TEXINFOS)
+ gnutls.html: gnutls.texi $(srcdir)/version.texi $(gnutls_TEXINFOS)
+ $(srcdir)/version.texi: $(srcdir)/stamp-vti
+-$(srcdir)/stamp-vti: gnutls.texi $(top_srcdir)/configure
++$(srcdir)/stamp-vti: gnutls.texi
+ @(dir=.; test -f ./gnutls.texi || dir=$(srcdir); \
+ set `$(SHELL) $(srcdir)/mdate-sh $$dir/gnutls.texi`; \
+ echo "@set UPDATED $$1 $$2 $$3"; \