From owner-cvs-all Fri Oct 25 7:44:24 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A55DB37B401; Fri, 25 Oct 2002 07:44:23 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9565943EF4; Fri, 25 Oct 2002 07:44:11 -0700 (PDT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9PEhMmV097311; Fri, 25 Oct 2002 07:43:22 -0700 (PDT) (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9PEhM0M097310; Fri, 25 Oct 2002 07:43:22 -0700 (PDT) Message-Id: <200210251443.g9PEhM0M097310@repoman.freebsd.org> From: Alexander Leidinger Date: Fri, 25 Oct 2002 07:43:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/ssh Makefile ports/security/ssh/files patch-ac patch-be X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG netchild 2002/10/25 07:43:22 PDT Modified files: security/ssh Makefile security/ssh/files patch-ac patch-be Log: 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 Revision Changes Path 1.122 +1 -3 ports/security/ssh/Makefile 1.22 +22 -12 ports/security/ssh/files/patch-ac 1.8 +1 -1 ports/security/ssh/files/patch-be To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message