pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/gnutls Avoid calling makeinfo because the dis...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c5401f68fafb
branches:  trunk
changeset: 492009:c5401f68fafb
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sun Apr 03 04:50:21 2005 +0000

description:
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 9a07cd97eeef -r c5401f68fafb security/gnutls/distinfo
--- a/security/gnutls/distinfo  Sun Apr 03 03:37:51 2005 +0000
+++ b/security/gnutls/distinfo  Sun Apr 03 04:50:21 2005 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.13 2005/02/24 13:10:06 agc Exp $
+$NetBSD: distinfo,v 1.14 2005/04/03 04:50:21 minskim 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 9a07cd97eeef -r c5401f68fafb security/gnutls/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/gnutls/patches/patch-ab  Sun Apr 03 04:50:21 2005 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1 2005/04/03 04:50:21 minskim 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