pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/pkgsrc-2005Q1]: pkgsrc/security/gnutls Pullup ticket 418 - requested ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/485d405ea39f
branches: pkgsrc-2005Q1
changeset: 490912:485d405ea39f
user: salo <salo%pkgsrc.org@localhost>
date: Sun Apr 03 17:36:27 2005 +0000
description:
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:
security/gnutls/distinfo | 3 ++-
security/gnutls/patches/patch-ab | 13 +++++++++++++
2 files changed, 15 insertions(+), 1 deletions(-)
diffs (29 lines):
diff -r 80cb1b6e7b49 -r 485d405ea39f security/gnutls/distinfo
--- a/security/gnutls/distinfo Sun Apr 03 03:40:04 2005 +0000
+++ b/security/gnutls/distinfo Sun Apr 03 17:36:27 2005 +0000
@@ -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 -r 80cb1b6e7b49 -r 485d405ea39f security/gnutls/patches/patch-ab
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/gnutls/patches/patch-ab Sun Apr 03 17:36:27 2005 +0000
@@ -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"; \
Home |
Main Index |
Thread Index |
Old Index