diff options
author | joerg <joerg> | 2007-07-24 14:26:31 +0000 |
---|---|---|
committer | joerg <joerg> | 2007-07-24 14:26:31 +0000 |
commit | 85b63c6e519a02535ca69851f10b78946789b0ef (patch) | |
tree | b1679fe8aa00a93556527bc0ae910aad91e99f4b /security | |
parent | c9f4edefe613dd38595a84e3ba1183e5002118d6 (diff) | |
download | pkgsrc-85b63c6e519a02535ca69851f10b78946789b0ef.tar.gz |
Don't include a reimplementation of strdup, ANSI C is old enough.
Diffstat (limited to 'security')
-rw-r--r-- | security/AiSSLtelnet/distinfo | 3 | ||||
-rw-r--r-- | security/AiSSLtelnet/patches/patch-ai | 13 |
2 files changed, 15 insertions, 1 deletions
diff --git a/security/AiSSLtelnet/distinfo b/security/AiSSLtelnet/distinfo index 7e367aa6871..22e91a4138b 100644 --- a/security/AiSSLtelnet/distinfo +++ b/security/AiSSLtelnet/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.12 2005/12/08 19:08:28 joerg Exp $ +$NetBSD: distinfo,v 1.13 2007/07/24 14:26:31 joerg Exp $ SHA1 (AiSSLtelnet-0.15.tar.gz) = 533662049ac44dbf45bb5b53f37eabf269017a79 RMD160 (AiSSLtelnet-0.15.tar.gz) = 6010734e7a38cf1b26e43b84e12678f99409f170 @@ -11,3 +11,4 @@ SHA1 (patch-ae) = 3b162a664c920ac5897154167871925739745083 SHA1 (patch-af) = 686ce88931e977e14041be096b589942b35c7a98 SHA1 (patch-ag) = ebeb3ce32341d4b4e69c71ab969408ff84a5d309 SHA1 (patch-ah) = a4322b39b6e5d4b78d2431c5379bdcaf75f16b9e +SHA1 (patch-ai) = b683e37072eae4ae324b0c97808058460eeefcf6 diff --git a/security/AiSSLtelnet/patches/patch-ai b/security/AiSSLtelnet/patches/patch-ai new file mode 100644 index 00000000000..7ad0cfced1b --- /dev/null +++ b/security/AiSSLtelnet/patches/patch-ai @@ -0,0 +1,13 @@ +$NetBSD: patch-ai,v 1.1 2007/07/24 14:26:31 joerg Exp $ + +--- lib/libbsd/Makefile.in.orig 2007-07-24 13:54:40.000000000 +0000 ++++ lib/libbsd/Makefile.in +@@ -11,7 +11,7 @@ CC= @CC@ + FLGS= @CFLAGS@ + DEFS= @DEFS@ -DLIBC_SCCS + RANLIB= @RANLIB@ +-OBJS= getenv.o herror.o setenv.o strerror.o getpass.o inet_addr.o strdup.o select.o ++OBJS= getenv.o herror.o setenv.o strerror.o getpass.o inet_addr.o select.o + + CFLAGS= $(FLGS) $(DEFS) -I../.. -I../../include + |