pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/AiSSLtelnet Comment out setenv.c for NetBSD. ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a015cd4e5b1f
branches:  trunk
changeset: 461767:a015cd4e5b1f
user:      jmc <jmc%pkgsrc.org@localhost>
date:      Sun Sep 21 08:53:35 2003 +0000

description:
Comment out setenv.c for NetBSD. System library has working copies and
unsetenv conflicts anyways.

diffstat:

 security/AiSSLtelnet/Makefile         |   3 ++-
 security/AiSSLtelnet/distinfo         |   3 ++-
 security/AiSSLtelnet/patches/patch-aa |  17 +++++++++++++++++
 3 files changed, 21 insertions(+), 2 deletions(-)

diffs (44 lines):

diff -r 7504463d97ea -r a015cd4e5b1f security/AiSSLtelnet/Makefile
--- a/security/AiSSLtelnet/Makefile     Sun Sep 21 08:35:51 2003 +0000
+++ b/security/AiSSLtelnet/Makefile     Sun Sep 21 08:53:35 2003 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2003/07/17 22:52:49 grant Exp $
+# $NetBSD: Makefile,v 1.4 2003/09/21 08:53:35 jmc Exp $
 #
 
 DISTNAME=      AiSSLtelnet-0.15
+PKGREVISION=   1
 WRKSRC=         ${WRKDIR}/AiSSLtelnet
 CATEGORIES=    security
 MASTER_SITES=  http://mars.elcom.nitech.ac.jp/security/
diff -r 7504463d97ea -r a015cd4e5b1f security/AiSSLtelnet/distinfo
--- a/security/AiSSLtelnet/distinfo     Sun Sep 21 08:35:51 2003 +0000
+++ b/security/AiSSLtelnet/distinfo     Sun Sep 21 08:53:35 2003 +0000
@@ -1,4 +1,5 @@
-$NetBSD: distinfo,v 1.4 2001/08/17 05:04:29 jun Exp $
+$NetBSD: distinfo,v 1.5 2003/09/21 08:53:36 jmc Exp $
 
 SHA1 (AiSSLtelnet-0.15.tar.gz) = 533662049ac44dbf45bb5b53f37eabf269017a79
 Size (AiSSLtelnet-0.15.tar.gz) = 669686 bytes
+SHA1 (patch-aa) = 8bcf289daf06a2a58af7cd1eb8dee264ab79f75b
diff -r 7504463d97ea -r a015cd4e5b1f security/AiSSLtelnet/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/AiSSLtelnet/patches/patch-aa     Sun Sep 21 08:53:35 2003 +0000
@@ -0,0 +1,17 @@
+$NetBSD: patch-aa,v 1.3 2003/09/21 08:53:37 jmc Exp $
+
+--- lib/libbsd/setenv.c.orig   2003-09-21 03:45:39.000000000 +0000
++++ lib/libbsd/setenv.c        2003-09-21 03:46:02.000000000 +0000
+@@ -37,6 +37,7 @@
+ 
+ /*    $Id: patch-aa,v 1.3 2003/09/21 08:53:37 jmc Exp $        */
+ 
++#ifndef __NetBSD__
+ #ifndef lint
+ static char vcid[] = "$Id: patch-aa,v 1.3 2003/09/21 08:53:37 jmc Exp $";
+ #endif /* lint */
+@@ -126,3 +127,4 @@
+                       if (!(*P = *(P + 1)))
+                               break;
+ }
++#endif /* __NetBSD__ */



Home | Main Index | Thread Index | Old Index