From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 30 17:00:36 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E4C8D16A4B3 for ; Tue, 30 Sep 2003 17:00:36 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F7DC44003 for ; Tue, 30 Sep 2003 17:00:35 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h9100ZFY074177 for ; Tue, 30 Sep 2003 17:00:35 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h9100Z90074176; Tue, 30 Sep 2003 17:00:35 -0700 (PDT) (envelope-from gnats) Resent-Date: Tue, 30 Sep 2003 17:00:35 -0700 (PDT) Resent-Message-Id: <200310010000.h9100Z90074176@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Alex Dupre Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5418216A4B3; Tue, 30 Sep 2003 16:52:10 -0700 (PDT) Received: from relay.gufi.org (civetta.gufi.org [212.110.23.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id ADAC843FF9; Tue, 30 Sep 2003 16:52:08 -0700 (PDT) (envelope-from alex@vaio.alexdupre.com) Received: from vaio.alexdupre.com (host245-49.pool8288.interbusiness.it [82.88.49.245]) by relay.gufi.org (Postfix) with ESMTP id 3A46E20F8C; Wed, 1 Oct 2003 01:52:07 +0200 (CEST) Received: from vaio.alexdupre.com (localhost [127.0.0.1]) by vaio.alexdupre.com (8.12.9/8.12.9) with ESMTP id h8UNq6bB051999; Wed, 1 Oct 2003 01:52:06 +0200 (CEST) (envelope-from alex@vaio.alexdupre.com) Received: (from alex@localhost) by vaio.alexdupre.com (8.12.9/8.12.9/Submit) id h8UNq2Bt051998; Wed, 1 Oct 2003 01:52:02 +0200 (CEST) Message-Id: <200309302352.h8UNq2Bt051998@vaio.alexdupre.com> Date: Wed, 1 Oct 2003 01:52:02 +0200 (CEST) From: Alex Dupre To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: nork@FreeBSD.org Subject: ports/57437: [Maintainer Update] Port: lang/php4 and php5 (OpenSSL fix) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Alex Dupre List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2003 00:00:37 -0000 >Number: 57437 >Category: ports >Synopsis: [Maintainer Update] Port: lang/php4 and php5 (OpenSSL fix) >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Sep 30 17:00:34 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Alex Dupre >Release: FreeBSD 4.9-ALEXDUPRE i386 >Organization: >Environment: System: FreeBSD 4.9-ALEXDUPRE i386 >Description: Fix for the OpenSSL extension (revert the use of USE_OPENSSL). >How-To-Repeat: >Fix: --- php4.diff begins here --- --- Makefile.orig Wed Oct 1 01:48:44 2003 +++ Makefile Wed Oct 1 01:48:54 2003 @@ -440,7 +440,12 @@ .endif .if defined(WITH_OPENSSL) || defined(WITH_OPENSSL_DEP) -USE_OPENSSL= yes +.if exists(${LOCALBASE}/lib/libcrypto.so.3) +OPENSSLBASE= ${LOCALBASE} +LIB_DEPENDS+= crypto.3:${PORTSDIR}/security/openssl +.else +OPENSSLBASE= /usr +.endif CONFIGURE_ARGS+=--with-openssl-dir=${OPENSSLBASE} .endif --- php4.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: