head	1.4;
access;
symbols
	RELEASE_7_0_0:1.3
	RELEASE_6_3_0:1.3
	PRE_XORG_7:1.3
	RELEASE_4_EOL:1.3
	RELEASE_6_2_0:1.3
	RELEASE_6_1_0:1.3
	RELEASE_5_5_0:1.3
	RELEASE_6_0_0:1.3
	RELEASE_5_4_0:1.3
	RELEASE_4_11_0:1.3
	RELEASE_5_3_0:1.3
	RELEASE_4_10_0:1.3
	RELEASE_5_2_1:1.3
	RELEASE_5_2_0:1.3
	RELEASE_4_9_0:1.3
	RELEASE_5_1_0:1.3
	RELEASE_4_8_0:1.3
	RELEASE_5_0_0:1.3
	RELEASE_4_7_0:1.3
	RELEASE_4_6_2:1.2
	RELEASE_4_6_1:1.2
	RELEASE_4_6_0:1.2
	RELEASE_5_0_DP1:1.2;
locks; strict;
comment	@# @;


1.4
date	2008.03.05.04.25.42;	author tmclaugh;	state dead;
branches;
next	1.3;

1.3
date	2002.06.22.12.31.18;	author dinoex;	state Exp;
branches;
next	1.2;

1.2
date	2002.03.17.19.36.40;	author dinoex;	state Exp;
branches;
next	1.1;

1.1
date	2002.03.12.17.54.07;	author dinoex;	state Exp;
branches;
next	;


desc
@@


1.4
log
@- expire port: Long out of date with multiple security issues.
  (Don't worry, openssh-portable is still there.)
@
text
@--- ssh/Makefile.orig	Thu Jun 20 21:56:07 2002
+++ ssh/Makefile	Fri Jun 21 22:59:47 2002
@@@@ -7,8 +7,9 @@@@
 
 #BINMODE?=4555
 
-BINDIR=	/usr/bin
-MAN=	ssh.1 ssh_config.5
+BINDIR=	/bin
+MAN1=	ssh.1
+MAN5=	ssh_config.5
 LINKS=	${BINDIR}/ssh ${BINDIR}/slogin
 MLINKS=	ssh.1 slogin.1
 
@@@@ -16,6 +17,7 @@@@
 	sshconnect.c sshconnect1.c sshconnect2.c
 
 .include <bsd.own.mk> # for AFS
+.include "../Makefile.inc"
 
 .if (${KERBEROS5:L} == "yes")
 CFLAGS+= -DKRB5 -I${DESTDIR}/usr/include/kerberosV
@@@@ -24,8 +26,8 @@@@
 .endif # KERBEROS5
 
 .if (${KERBEROS:L} == "yes")
-CFLAGS+= -DKRB4 -I${DESTDIR}/usr/include/kerberosIV
-LDADD+=	 -lkrb
+CFLAGS+= -DKRB4 -I/usr/include/kerberosIV
+LDADD+=	 -lkrb -lcom_err
 DPADD+=	 ${LIBKRB}
 .if (${AFS:L} == "yes")
 CFLAGS+= -DAFS
@@@@ -36,5 +38,5 @@@@
 
 .include <bsd.prog.mk>
 
-LDADD+=	-lcrypto -lz -ldes
-DPADD+=	${LIBCRYPTO} ${LIBZ} ${LIBDES}
+LDADD+= ${CRYPTOLIBS} -lcrypt -lutil -lz
+DPADD+= ${LIBCRYPTO} ${LIBUTIL} ${LIBZ}
@


1.3
log
@Update to openssh-3.3
- New program ssh-keysign
- New manpages for ssh_config and sshd_config
- Merge Pathes to new files
- Fix GCC problem with unsupported __func__ in older Releases
@
text
@@


1.2
log
@Merge patches from -stable with USE_PAM and HAVE_LOGIN_CAP
Bump PORTREVISION

PR:		35904
@
text
@d1 3
a3 3
--- ssh/Makefile.orig	Tue Mar  5 01:49:51 2002
+++ ssh/Makefile	Sun Mar 17 14:58:13 2002
@@@@ -7,8 +7,8 @@@@
d5 1
a5 1
 BINMODE?=4555
d8 1
a8 1
-MAN=	ssh.1
d11 1
d15 1
a15 1
@@@@ -16,6 +16,7 @@@@
d23 1
a23 1
@@@@ -24,8 +25,8 @@@@
d34 1
a34 1
@@@@ -36,5 +37,5 @@@@
d39 1
a39 1
-DPADD+=	${LIBCRYPTO} ${LIBZ}
@


1.1
log
@Rename Patches to make navigation much more easier.
@
text
@d1 2
a2 2
--- ssh/Makefile.orig	Tue Sep 11 00:44:47 2001
+++ ssh/Makefile	Wed Oct  3 13:54:47 2001
d37 1
a37 1
-LDADD+=	-lcrypto -lz
@

