summaryrefslogtreecommitdiff
path: root/net/SSLtelnet/files/patch-aj
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-08-16 05:36:44 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-08-16 05:36:44 +0000
commit134baa7fc1396b05bfc2019f94acec2f6cf78e3b (patch)
tree4a43eca70a6d4767e84e6c548e6d4ead6e5c7f94 /net/SSLtelnet/files/patch-aj
parentThe distfile is now fetchable again, so rescue this port from death row. (diff)
As previously announced, remove these broken/insecure/obsolete ports.
Notes
Notes: svn path=/head/; revision=116348
Diffstat (limited to '')
-rw-r--r--net/SSLtelnet/files/patch-aj13
1 files changed, 0 insertions, 13 deletions
diff --git a/net/SSLtelnet/files/patch-aj b/net/SSLtelnet/files/patch-aj
deleted file mode 100644
index f559ddc6abcd..000000000000
--- a/net/SSLtelnet/files/patch-aj
+++ /dev/null
@@ -1,13 +0,0 @@
---- lib/libtelnet/Makefile.orig Sat Aug 2 01:31:37 1997
-+++ lib/libtelnet/Makefile Sun Feb 20 17:31:46 2000
-@@ -12,8 +12,8 @@
- #CFLAGS= -DENCRYPT -DAUTHENTICATE -DSRA -DUSE_SSL -DDES_ENCRYPTION \
- #-I../libbsd/include -I../libpk
-
--CFLAGS= -DAUTHENTICATE -DUSE_SSL \
---I../libbsd/include -I$(SSLTOP)/include -I../libpk -g
-+CFLAGS+= -DAUTHENTICATE -DUSE_SSL -I$(OPENSSLINC)/openssl -I../libbsd/include \
-+ -I$(OPENSSLINC)
-
- lib${LIB}.a: ${OBJS}
- echo building standard ${LIB} library