diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-09-05 18:22:17 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-09-05 18:22:17 +0000 |
commit | 345084608f4f0d0c2b1c702117df5ef6adfaf368 (patch) | |
tree | 31582fa2ba7dbb2b15e682fe3f2d7a44c13aff0e /net/SSLtelnet/files/patch-aa | |
parent | update base version to 0.76. (diff) |
Don't use libbsd & libutil on package.
Agreed by: maintainer
Notes
Notes:
svn path=/head/; revision=13016
Diffstat (limited to 'net/SSLtelnet/files/patch-aa')
-rw-r--r-- | net/SSLtelnet/files/patch-aa | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/net/SSLtelnet/files/patch-aa b/net/SSLtelnet/files/patch-aa index fa240b6c7953..4fbd79db18d4 100644 --- a/net/SSLtelnet/files/patch-aa +++ b/net/SSLtelnet/files/patch-aa @@ -1,5 +1,5 @@ ---- ../../SSLtelnet-0.11/Makefile Sat Aug 2 16:08:25 1997 -+++ ./Makefile Sun Mar 29 18:28:44 1998 +--- Makefile.orig Sat Aug 2 15:08:25 1997 ++++ Makefile Wed Sep 2 12:53:13 1998 @@ -47,7 +47,7 @@ # the location where SSLeay is installed ... @@ -55,3 +55,14 @@ cd $(INSTALLTOP)/certs; \ ssleay req -new -x509 -nodes -days 365 -out telnetd.pem -keyout telnetd.pem; \ ln -s telnetd.pem `ssleay x509 -noout -hash < telnetd.pem`.0 ;\ +--- lib/Makefile.orig Wed Sep 2 13:11:39 1998 ++++ lib/Makefile Wed Sep 2 13:11:49 1998 +@@ -1,7 +1,7 @@ + #SUBDIRS= gmp-1.2 kerberosIV/krb libbsd libdes/des libpk libtelnet libutil + SUBDIRS= gmp-1.3.2 libbsd libpk libtelnet libutil + +-SUBDIRS= libbsd libtelnet libutil ++SUBDIRS= libtelnet + + all: + @for i in $(SUBDIRS); \ |