Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Aug 2003 07:31:04 -0700 (PDT)
From:      ergonenc@artemis.efes.net
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        ports@FreeBSD.org
Subject:   ports/55281: [PATCH] lang/php4 to support apache13-modssl - Typo fix, supersedes PR ports/55273
Message-ID:  <200308051431.h75EV4ev031733@lease014.jupiterhosting.com>
Resent-Message-ID: <200308051430.h75EUFAx018917@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         55281
>Category:       ports
>Synopsis:       [PATCH] lang/php4 to support apache13-modssl - Typo fix, supersedes PR ports/55273
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Aug 05 07:30:15 PDT 2003
>Closed-Date:
>Last-Modified:
>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-modssl
+.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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200308051431.h75EV4ev031733>