pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/gnutls fix build for systems without sys/ioct...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e742b18bc9d0
branches:  trunk
changeset: 394868:e742b18bc9d0
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Wed Jun 17 17:54:46 2009 +0000

description:
fix build for systems without sys/ioctl.h (as Solaris 10),
addresses the first half of PR pkg/41610 by Joern Clausen

diffstat:

 security/gnutls/distinfo         |   3 ++-
 security/gnutls/patches/patch-aj |  12 ++++++++++++
 2 files changed, 14 insertions(+), 1 deletions(-)

diffs (30 lines):

diff -r 92d04718d738 -r e742b18bc9d0 security/gnutls/distinfo
--- a/security/gnutls/distinfo  Wed Jun 17 17:08:29 2009 +0000
+++ b/security/gnutls/distinfo  Wed Jun 17 17:54:46 2009 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.55 2009/06/09 18:56:37 wiz Exp $
+$NetBSD: distinfo,v 1.56 2009/06/17 17:54:46 drochner Exp $
 
 SHA1 (gnutls-2.8.0.tar.bz2) = 7c102253bb4e817f393b9979a62c647010312eac
 RMD160 (gnutls-2.8.0.tar.bz2) = ad9d356ab55567ffc65c7fa4f48d8594a1cd5981
@@ -7,3 +7,4 @@
 SHA1 (patch-ae) = f505476ce0477dc547e8698d205d6ba26fe85f48
 SHA1 (patch-af) = bd4701640dfef5bfdce87d620befd93098b0dff3
 SHA1 (patch-ai) = 2c5c181ec6de9622cac66c2d5fe2cc8f3f89fbe8
+SHA1 (patch-aj) = 55187c2a07d67f789678b1a404c6b119b311fc82
diff -r 92d04718d738 -r e742b18bc9d0 security/gnutls/patches/patch-aj
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/gnutls/patches/patch-aj  Wed Jun 17 17:54:46 2009 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-aj,v 1.1 2009/06/17 17:54:46 drochner Exp $
+
+--- gl/tests/Makefile.in.orig  2009-06-17 19:44:48.000000000 +0200
++++ gl/tests/Makefile.in
+@@ -949,6 +949,7 @@ test_select_LDADD = $(LDADD) @LIBSOCKET@
+ test_select_fd_LDADD = $(LDADD) @LIBSOCKET@
+ test_select_stdin_LDADD = $(LDADD) @LIBSOCKET@
+ test_sockets_LDADD = $(LDADD) @LIBSOCKET@
++LINK_WARNING_H = $(top_srcdir)/build-aux/link-warning.h
+ all: $(BUILT_SOURCES)
+       $(MAKE) $(AM_MAKEFLAGS) all-recursive
+ 



Home | Main Index | Thread Index | Old Index