summaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2001-07-22 03:47:11 +0000
committerdinoex <dinoex@FreeBSD.org>2001-07-22 03:47:11 +0000
commita2e6c18de2a9b3070f53484f6c8efdc6025e11df (patch)
tree99624cec4b8a753b0d995ab4204d03ee388af683 /security
parentfc7247006aad5856f99618f84b04307bf4712ed5 (diff)
downloadFreeBSD-ports-a2e6c18de2a9b3070f53484f6c8efdc6025e11df.zip
FreeBSD-ports-a2e6c18de2a9b3070f53484f6c8efdc6025e11df.tar.gz
- Extend patches in submakefiles, to build under 3.5 STABLE
PR: 28921 Submitted by: aito@sets.ne.jp
Diffstat (limited to 'security')
-rw-r--r--security/openssh/files/patch-sftp-Makefile12
-rw-r--r--security/openssh/files/patch-sftp-server-Makefile11
-rw-r--r--security/openssh/files/patch-ssh-keyscan-Makefile11
3 files changed, 25 insertions, 9 deletions
diff --git a/security/openssh/files/patch-sftp-Makefile b/security/openssh/files/patch-sftp-Makefile
index 9e1fd8f..6f79ce0 100644
--- a/security/openssh/files/patch-sftp-Makefile
+++ b/security/openssh/files/patch-sftp-Makefile
@@ -1,6 +1,6 @@
---- sftp/Makefile.orig Mon Apr 16 04:31:52 2001
-+++ sftp/Makefile Sat May 26 15:49:42 2001
-@@ -7,8 +7,8 @@
+--- sftp/Makefile.orig Mon Apr 16 11:31:52 2001
++++ sftp/Makefile Thu Jul 12 18:59:02 2001
+@@ -7,13 +7,13 @@
BINMODE?=555
@@ -11,3 +11,9 @@
SRCS= sftp.c sftp-client.c sftp-int.c sftp-common.c sftp-glob.c scp-common.c
+ .include <bsd.prog.mk>
+
+-LDADD+= -lcrypto
++LDADD+= ${CRYPTOLIBS}
+ DPADD+= ${LIBCRYPTO}
+
diff --git a/security/openssh/files/patch-sftp-server-Makefile b/security/openssh/files/patch-sftp-server-Makefile
index 560dd2d..84d28ad 100644
--- a/security/openssh/files/patch-sftp-server-Makefile
+++ b/security/openssh/files/patch-sftp-server-Makefile
@@ -1,6 +1,6 @@
---- sftp-server/Makefile.orig Sun Mar 4 00:59:36 2001
-+++ sftp-server/Makefile Sat May 26 15:47:57 2001
-@@ -7,8 +7,8 @@
+--- sftp-server/Makefile.orig Sun Mar 4 08:59:36 2001
++++ sftp-server/Makefile Thu Jul 12 19:19:06 2001
+@@ -7,12 +7,12 @@
BINMODE?=555
@@ -11,3 +11,8 @@
SRCS= sftp-server.c sftp-common.c
+ .include <bsd.prog.mk>
+
+-LDADD+= -lcrypto
++LDADD+= ${CRYPTOLIBS}
+ DPADD+= ${LIBCRYPTO}
diff --git a/security/openssh/files/patch-ssh-keyscan-Makefile b/security/openssh/files/patch-ssh-keyscan-Makefile
index 0b50265..f5c4780 100644
--- a/security/openssh/files/patch-ssh-keyscan-Makefile
+++ b/security/openssh/files/patch-ssh-keyscan-Makefile
@@ -1,6 +1,6 @@
---- ssh-keyscan/Makefile.orig Sun Mar 4 00:59:39 2001
-+++ ssh-keyscan/Makefile Sat May 26 16:14:05 2001
-@@ -7,8 +7,8 @@
+--- ssh-keyscan/Makefile.orig Sun Mar 4 08:59:39 2001
++++ ssh-keyscan/Makefile Thu Jul 12 18:57:39 2001
+@@ -7,12 +7,12 @@
BINMODE?=555
@@ -11,3 +11,8 @@
SRCS= ssh-keyscan.c
+ .include <bsd.prog.mk>
+
+-LDADD+= -lcrypto
++LDADD+= ${CRYPTOLIBS}
+ DPADD+= ${LIBCRYPTO}
OpenPOWER on IntegriCloud