From root@lease014.jupiterhosting.com  Tue Aug  5 04:36:39 2003
Return-Path: <root@lease014.jupiterhosting.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id ADF1137B401; Tue,  5 Aug 2003 04:36:39 -0700 (PDT)
Received: from mail.a-worlds.com (lease014.jupiterhosting.com [64.255.175.225])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 3D32E43FBD; Tue,  5 Aug 2003 04:36:39 -0700 (PDT)
	(envelope-from root@lease014.jupiterhosting.com)
Received: from lease014.jupiterhosting.com (localhost.jupiterhosting.com [127.0.0.1])
	by mail.a-worlds.com (8.12.9/8.12.9) with ESMTP id h75BfQjh031063;
	Tue, 5 Aug 2003 04:41:26 -0700 (PDT)
	(envelope-from root@lease014.jupiterhosting.com)
Received: (from root@localhost)
	by lease014.jupiterhosting.com (8.12.9/8.12.9/Submit) id h75BfQnG031062;
	Tue, 5 Aug 2003 04:41:26 -0700 (PDT)
	(envelope-from root)
Message-Id: <200308051141.h75BfQnG031062@lease014.jupiterhosting.com>
Date: Tue, 5 Aug 2003 04:41:26 -0700 (PDT)
From: ergonenc@artemis.efes.net
Reply-To: ergonenc@artemis.efes.net
To: FreeBSD-gnats-submit@freebsd.org
Cc: ports@freebsd.org
Subject: [PATCH] lang/php4 to support apache13-modssl
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         55273
>Category:       ports
>Synopsis:       [PATCH] lang/php4 to support apache13-modssl
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Aug 05 04:40:15 PDT 2003
>Closed-Date:    Wed Aug 06 19:05:43 CEST 2003
>Last-Modified:  Wed Aug 06 19:05:43 CEST 2003
>Originator:     Erdener Gonenc
>Release:        FreeBSD 4.8-RELEASE i386
>Organization:
>Environment:
System: FreeBSD test.aw.inc 4.8-RELEASE FreeBSD 4.8-RELEASE #0: Sat Aug 2 01:38:40 EEST 2003 root@test.aw.inc:/usr/obj/usr/src/sys/IPNAT i386

>Description:
Added suppport for apache13-modssl using WITH_SSL variable. No behavioral change if that is not specified.

>How-To-Repeat:

>Fix:

--- php4.diff begins here ---
diff -ruN php4.old/Makefile php4.new/Makefile
--- php4.old/Makefile	Mon Aug  4 09:24:27 2003
+++ php4.new/Makefile	Mon Aug  4 09:26:26 2003
@@ -157,7 +157,11 @@
 CONFIGURE_ARGS+=--with-apxs2=${APXS}
 SAPI_FILE=	libexec/apache2/libphp4.so
 .else
+.if defined(WITH_SSL)
+APACHE_PORT?=	${PORTSDIR}/www/apache13-modsll
+.else
 APACHE_PORT?=	${PORTSDIR}/www/apache13
+.endif
 CONFIGURE_ARGS+=--with-apxs=${APXS}
 SAPI_FILE=	libexec/apache/libphp4.so
 .endif
--- php4.diff ends here ---


>Release-Note:
>Audit-Trail:

From: Clement Laforet <sheepkiller@cultdeadsheep.org>
To: ergonenc@artemis.efes.net
Cc: FreeBSD-gnats-submit@FreeBSD.org, ports@FreeBSD.org
Subject: Re: ports/55273: [PATCH] lang/php4 to support apache13-modssl
Date: Tue, 5 Aug 2003 14:12:46 +0200

 > +.if defined(WITH_SSL)
 > +APACHE_PORT?=	${PORTSDIR}/www/apache13-modsll
                                         ^^^^^^^^^^^^^^^ <- I think it won't work very well :)
State-Changed-From-To: open->closed 
State-Changed-By: dinoex 
State-Changed-When: Wed Aug 6 19:04:52 CEST 2003 
State-Changed-Why:  
superseeded by: ports/55281 
http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/55281 

http://www.freebsd.org/cgi/query-pr.cgi?pr=55273 
>Unformatted:
