pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/sslwrap link against socket libs on Solaris.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b23cad8d6d7b
branches:  trunk
changeset: 467921:b23cad8d6d7b
user:      grant <grant%pkgsrc.org@localhost>
date:      Sun Feb 08 13:44:12 2004 +0000

description:
link against socket libs on Solaris.

diffstat:

 security/sslwrap/Makefile         |  6 +++++-
 security/sslwrap/distinfo         |  4 ++--
 security/sslwrap/patches/patch-aa |  8 ++++----
 3 files changed, 11 insertions(+), 7 deletions(-)

diffs (52 lines):

diff -r de3155d49dfe -r b23cad8d6d7b security/sslwrap/Makefile
--- a/security/sslwrap/Makefile Sun Feb 08 13:36:20 2004 +0000
+++ b/security/sslwrap/Makefile Sun Feb 08 13:44:12 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2003/11/14 00:42:18 jschauma Exp $
+# $NetBSD: Makefile,v 1.13 2004/02/08 13:44:12 grant Exp $
 #
 
 DISTNAME=      ${PKGNAME_NOREV:S/-//}
@@ -13,6 +13,10 @@
 
 USE_BUILDLINK2=        YES
 
+OPSYSVARS+=    LDADD
+LDADD.SunOS=   -lnsl -lsocket
+MAKE_ENV+=     LDADD="${LDADD}"
+
 .include "../../security/openssl/buildlink2.mk"
 
 .if !exists(${BUILDLINK_PREFIX.openssl}/include/openssl/e_os.h)
diff -r de3155d49dfe -r b23cad8d6d7b security/sslwrap/distinfo
--- a/security/sslwrap/distinfo Sun Feb 08 13:36:20 2004 +0000
+++ b/security/sslwrap/distinfo Sun Feb 08 13:44:12 2004 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.4 2003/11/14 00:42:18 jschauma Exp $
+$NetBSD: distinfo,v 1.5 2004/02/08 13:44:12 grant Exp $
 
 SHA1 (sslwrap206.tar.gz) = fc8a4a4134d2668705f9fc4ac92a45a847c3edf9
 Size (sslwrap206.tar.gz) = 21170 bytes
-SHA1 (patch-aa) = d036726db779562eea96c4909c6f2c790610928a
+SHA1 (patch-aa) = 1a90645c6a3a43829181d44205fd07e87f4b9f6a
 SHA1 (patch-ab) = 7f28cb5eca2a004408cb20aa365edad0d4f7d45a
 SHA1 (patch-ac) = 7ffb5a45843d8d4d99867967547663ef7656bd32
diff -r de3155d49dfe -r b23cad8d6d7b security/sslwrap/patches/patch-aa
--- a/security/sslwrap/patches/patch-aa Sun Feb 08 13:36:20 2004 +0000
+++ b/security/sslwrap/patches/patch-aa Sun Feb 08 13:44:12 2004 +0000
@@ -1,11 +1,11 @@
-$NetBSD: patch-aa,v 1.4 2003/11/14 00:42:18 jschauma Exp $
+$NetBSD: patch-aa,v 1.5 2004/02/08 13:44:12 grant Exp $
 
---- Makefile.orig      2000-11-11 22:01:25.000000000 +0000
-+++ Makefile   2003-09-17 23:03:22.000000000 +0000
+--- Makefile.orig      2000-11-12 09:01:25.000000000 +1100
++++ Makefile
 @@ -1,28 +1,15 @@
 +PROG= sslwrap
 +SRCS= s_server.c s_socket.c s_cb.c
-+LDADD=        -lssl -lcrypto
++LDADD+=       -lssl -lcrypto
 +MAN=
 +
 +.if defined(PREFIX)



Home | Main Index | Thread Index | Old Index