diff options
author | drochner <drochner@pkgsrc.org> | 2009-06-18 10:19:46 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2009-06-18 10:19:46 +0000 |
commit | f47361f6adbabc4bf49379b6855d079a5a140627 (patch) | |
tree | b6dc9cb07d06c249cb30d3e0726653e85b4dd7ef /security/gnutls | |
parent | a6f4c31101b3d9a4d390503e2263fd7fb262ace1 (diff) | |
download | pkgsrc-f47361f6adbabc4bf49379b6855d079a5a140627.tar.gz |
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.
Diffstat (limited to 'security/gnutls')
-rw-r--r-- | security/gnutls/distinfo | 4 | ||||
-rw-r--r-- | security/gnutls/patches/patch-ab | 15 |
2 files changed, 14 insertions, 5 deletions
diff --git a/security/gnutls/distinfo b/security/gnutls/distinfo index 9da8ee70ea6..bdf52ef2ee1 100644 --- a/security/gnutls/distinfo +++ b/security/gnutls/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.56 2009/06/17 17:54:46 drochner Exp $ +$NetBSD: distinfo,v 1.57 2009/06/18 10:19:47 drochner Exp $ SHA1 (gnutls-2.8.0.tar.bz2) = 7c102253bb4e817f393b9979a62c647010312eac RMD160 (gnutls-2.8.0.tar.bz2) = ad9d356ab55567ffc65c7fa4f48d8594a1cd5981 Size (gnutls-2.8.0.tar.bz2) = 6177498 bytes -SHA1 (patch-ab) = 17605f0d3b1895c1c63c8dabc21bdebf95eb7785 +SHA1 (patch-ab) = 4b6801f6c8f00b8da8e78f7277450c6f53366fb4 SHA1 (patch-ae) = f505476ce0477dc547e8698d205d6ba26fe85f48 SHA1 (patch-af) = bd4701640dfef5bfdce87d620befd93098b0dff3 SHA1 (patch-ai) = 2c5c181ec6de9622cac66c2d5fe2cc8f3f89fbe8 diff --git a/security/gnutls/patches/patch-ab b/security/gnutls/patches/patch-ab index 3d00db3c7b9..a5a76489d78 100644 --- a/security/gnutls/patches/patch-ab +++ b/security/gnutls/patches/patch-ab @@ -1,8 +1,17 @@ -$NetBSD: patch-ab,v 1.10 2008/10/18 11:55:11 adam Exp $ +$NetBSD: patch-ab,v 1.11 2009/06/18 10:19:46 drochner Exp $ ---- doc/Makefile.in.orig 2008-10-06 09:14:35.000000000 +0200 +--- doc/Makefile.in.orig 2009-06-10 16:22:21.000000000 +0200 +++ doc/Makefile.in -@@ -746,7 +746,7 @@ gnutls.dvi: gnutls.texi $(srcdir)/versio +@@ -746,7 +746,7 @@ top_srcdir = @top_srcdir@ + EXTRA_DIST = TODO README.gaa certtool.cfg gnutls.ps gnutls.pdf \ + gnutls.html extract-guile-c-doc.scm doxygen/Doxyfile.in \ + doxygen/Doxyfile.orig texinfo.css $(guile_texi) +-SUBDIRS = examples cyclo scripts manpages credentials $(am__append_1) ++SUBDIRS = cyclo scripts manpages credentials $(am__append_1) + info_TEXINFOS = gnutls.texi + + # Generated texinfos. +@@ -957,7 +957,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 |