Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Jan 2005 22:39:47 GMT
From:      Steve Wills <steve@stevenwills.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/76380: Update to phpgroupware run depend to work with php4 with either apache 1.x or apache 2.x
Message-ID:  <200501172239.j0HMdkHZ044470@www.freebsd.org>
Resent-Message-ID: <200501172240.j0HMeLRw064346@freefall.freebsd.org>

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

>Number:         76380
>Category:       ports
>Synopsis:       Update to phpgroupware run depend to work with php4 with either apache 1.x or apache 2.x
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 17 22:40:20 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Steve Wills
>Release:        4.10
>Organization:
>Environment:
FreeBSD tigger.example.com 4.10-RELEASE-p2 FreeBSD 4.10-RELEASE-p2 #5: Thu Sep  9 21:16:22 EDT 2004     root@tigger.example.com:/common/FreeBSD/obj/common/FreeBSD/src/sys/TIGGER  i386
>Description:
currently the deskutils/phpgroupware port only works with mod_php built for apache 1.x, the attached patch allows it to use the ports infrastructure to use php4 with either apache 1.x or apache 2.x
>How-To-Repeat:
install deskutils/phpgroupware with php4.x and apache 1.x
>Fix:
--- Makefile.orig       Mon Jan 17 17:30:13 2005
+++ Makefile    Mon Jan 17 17:30:32 2005
@@ -14,7 +14,7 @@
 MAINTAINER=    olgeni@FreeBSD.org
 COMMENT=       A web based GroupWare system
 
-RUN_DEPENDS=   ${LOCALBASE}/libexec/apache2/libphp4.so:${PORTSDIR}/www/mod_php4
+WANT_PHP_MOD=  yes
 
 NO_BUILD=      yes
 WRKSRC=                ${WRKDIR}/phpgroupware

>Release-Note:
>Audit-Trail:
>Unformatted:



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