From owner-cvs-all Sun Apr 22 11:42:38 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 08D6D37B42C; Sun, 22 Apr 2001 11:42:36 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3MIgZt99746; Sun, 22 Apr 2001 11:42:35 -0700 (PDT) (envelope-from sobomax) Message-Id: <200104221842.f3MIgZt99746@freefall.freebsd.org> From: Maxim Sobolev Date: Sun, 22 Apr 2001 11:42:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/openssl Makefile ports/security/openssl/files patch-ab X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2001/04/22 11:42:35 PDT Modified files: security/openssl Makefile security/openssl/files patch-ab Log: 1. In addition to OSVERSION test, check for existence of /usr/lib/libssl.a and don't mark BROKEN if it doesn't exist. 2. Provide a workaround for inability of recent gcc to link shared library when -Wl,-whole-archive ld(1) option is used. This should make possible to build the port on recent -stable or -current. Revision Changes Path 1.51 +2 -2 ports/security/openssl/Makefile 1.11 +8 -5 ports/security/openssl/files/patch-ab To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message