From 09e4bf104834459cfc7cae3b338ce2347f9fddfa Mon Sep 17 00:00:00 2001 From: Alexander Leidinger Date: Fri, 25 Oct 2002 14:43:22 +0000 Subject: Quoting the submitter: ---snip--- - Revert the partially enabled building and usage of the libgmp version shipping with ssh introduced with the upgrade to 1.2.33. For -current depend on math/libgmp-freebsd and use the libgmp in the base system for -stable like this port did before. This fixes compilation on -current and turns of the annoying errors when the configure of the ssh-enclosed libgmp tests the optimisations using the wrong assembler- syntax on 4-stable. The later causes configure to hang on 3-stable. - Don't define 'REALLY_WANT_SSH=1' in the Makefile else the FORBIDDEN for FreeBSD systems shipping with OpenSSH in the base-distribution and not defining 'REALLY_WANT_SSH' is useless. This was also broken with the last commit. Tested on 5.0-current, 4-stable and 3-stable. ---snip--- Submitted by: marius@alchemy.franken.de --- security/ssh/files/patch-be | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'security/ssh/files/patch-be') diff --git a/security/ssh/files/patch-be b/security/ssh/files/patch-be index 875f6bcfbd25..4a13d5dccb48 100644 --- a/security/ssh/files/patch-be +++ b/security/ssh/files/patch-be @@ -358,7 +358,7 @@ AC_MSG_RESULT($PIDDIR) -AC_CONFIG_SUBDIRS(gmp-2.0.2-ssh-2) -+AC_CONFIG_SUBDIRS(gmp-2.0.2-ssh-2) ++#AC_CONFIG_SUBDIRS(gmp-2.0.2-ssh-2) AC_ARG_PROGRAM -- cgit v1.2.3