Thu Jun 18 10:19:47 2009 UTC ()
Don't build in the doc/examples subdir, as suggested by Joern Clausen
in PRs pkg/39612 and pkg/41610.
The examples are not installed anyway, and this way build problems
on Solaris are avoided.


(drochner)
diff -r1.56 -r1.57 pkgsrc/security/gnutls/distinfo
diff -r1.10 -r1.11 pkgsrc/security/gnutls/patches/patch-ab

cvs diff -r1.56 -r1.57 pkgsrc/security/gnutls/distinfo (expand / switch to unified diff)

--- pkgsrc/security/gnutls/distinfo 2009/06/17 17:54:46 1.56
+++ pkgsrc/security/gnutls/distinfo 2009/06/18 10:19:47 1.57
@@ -1,10 +1,10 @@ @@ -1,10 +1,10 @@
1$NetBSD: distinfo,v 1.56 2009/06/17 17:54:46 drochner Exp $ 1$NetBSD: distinfo,v 1.57 2009/06/18 10:19:47 drochner Exp $
2 2
3SHA1 (gnutls-2.8.0.tar.bz2) = 7c102253bb4e817f393b9979a62c647010312eac 3SHA1 (gnutls-2.8.0.tar.bz2) = 7c102253bb4e817f393b9979a62c647010312eac
4RMD160 (gnutls-2.8.0.tar.bz2) = ad9d356ab55567ffc65c7fa4f48d8594a1cd5981 4RMD160 (gnutls-2.8.0.tar.bz2) = ad9d356ab55567ffc65c7fa4f48d8594a1cd5981
5Size (gnutls-2.8.0.tar.bz2) = 6177498 bytes 5Size (gnutls-2.8.0.tar.bz2) = 6177498 bytes
6SHA1 (patch-ab) = 17605f0d3b1895c1c63c8dabc21bdebf95eb7785 6SHA1 (patch-ab) = 4b6801f6c8f00b8da8e78f7277450c6f53366fb4
7SHA1 (patch-ae) = f505476ce0477dc547e8698d205d6ba26fe85f48 7SHA1 (patch-ae) = f505476ce0477dc547e8698d205d6ba26fe85f48
8SHA1 (patch-af) = bd4701640dfef5bfdce87d620befd93098b0dff3 8SHA1 (patch-af) = bd4701640dfef5bfdce87d620befd93098b0dff3
9SHA1 (patch-ai) = 2c5c181ec6de9622cac66c2d5fe2cc8f3f89fbe8 9SHA1 (patch-ai) = 2c5c181ec6de9622cac66c2d5fe2cc8f3f89fbe8
10SHA1 (patch-aj) = 55187c2a07d67f789678b1a404c6b119b311fc82 10SHA1 (patch-aj) = 55187c2a07d67f789678b1a404c6b119b311fc82

cvs diff -r1.10 -r1.11 pkgsrc/security/gnutls/patches/Attic/patch-ab (expand / switch to unified diff)

--- pkgsrc/security/gnutls/patches/Attic/patch-ab 2008/10/18 11:55:11 1.10
+++ pkgsrc/security/gnutls/patches/Attic/patch-ab 2009/06/18 10:19:46 1.11
@@ -1,13 +1,22 @@ @@ -1,13 +1,22 @@
1$NetBSD: patch-ab,v 1.10 2008/10/18 11:55:11 adam Exp $ 1$NetBSD: patch-ab,v 1.11 2009/06/18 10:19:46 drochner Exp $
2 2
3--- doc/Makefile.in.orig 2008-10-06 09:14:35.000000000 +0200 3--- doc/Makefile.in.orig 2009-06-10 16:22:21.000000000 +0200
4+++ doc/Makefile.in 4+++ doc/Makefile.in
5@@ -746,7 +746,7 @@ gnutls.dvi: gnutls.texi $(srcdir)/versio 5@@ -746,7 +746,7 @@ top_srcdir = @top_srcdir@
 6 EXTRA_DIST = TODO README.gaa certtool.cfg gnutls.ps gnutls.pdf \
 7 gnutls.html extract-guile-c-doc.scm doxygen/Doxyfile.in \
 8 doxygen/Doxyfile.orig texinfo.css $(guile_texi)
 9-SUBDIRS = examples cyclo scripts manpages credentials $(am__append_1)
 10+SUBDIRS = cyclo scripts manpages credentials $(am__append_1)
 11 info_TEXINFOS = gnutls.texi
 12
 13 # Generated texinfos.
 14@@ -957,7 +957,7 @@ gnutls.dvi: gnutls.texi $(srcdir)/versio
6 gnutls.pdf: gnutls.texi $(srcdir)/version.texi $(gnutls_TEXINFOS) 15 gnutls.pdf: gnutls.texi $(srcdir)/version.texi $(gnutls_TEXINFOS)
7 gnutls.html: gnutls.texi $(srcdir)/version.texi $(gnutls_TEXINFOS) 16 gnutls.html: gnutls.texi $(srcdir)/version.texi $(gnutls_TEXINFOS)
8 $(srcdir)/version.texi: $(srcdir)/stamp-vti 17 $(srcdir)/version.texi: $(srcdir)/stamp-vti
9-$(srcdir)/stamp-vti: gnutls.texi $(top_srcdir)/configure 18-$(srcdir)/stamp-vti: gnutls.texi $(top_srcdir)/configure
10+$(srcdir)/stamp-vti: gnutls.texi 19+$(srcdir)/stamp-vti: gnutls.texi
11 @(dir=.; test -f ./gnutls.texi || dir=$(srcdir); \ 20 @(dir=.; test -f ./gnutls.texi || dir=$(srcdir); \
12 set `$(SHELL) $(top_srcdir)/build-aux/mdate-sh $$dir/gnutls.texi`; \ 21 set `$(SHELL) $(top_srcdir)/build-aux/mdate-sh $$dir/gnutls.texi`; \
13 echo "@set UPDATED $$1 $$2 $$3"; \ 22 echo "@set UPDATED $$1 $$2 $$3"; \