Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 07 Jul 2007 17:05:48 +0300
From:      Alex Samorukov <samm@os2.kiev.ua>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        sailorfred@yahoo.com
Subject:   ports/114386: [PATCH] www/dotproject: [fix installation with apache >1.3]
Message-ID:  <E1I7Auy-000OMC-E9@ukrlex.net>
Resent-Message-ID: <200707071430.l67EU41A019911@freefall.freebsd.org>

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

>Number:         114386
>Category:       ports
>Synopsis:       [PATCH] www/dotproject: [fix installation with apache >1.3]
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jul 07 14:30:04 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Alex Samorukov
>Release:        FreeBSD 6.1-RELEASE-p13 i386
>Organization:
>Environment:
System: FreeBSD ukrlex.net 6.1-RELEASE-p13 FreeBSD 6.1-RELEASE-p13 #6: Tue Feb 13 18:36:56 EET 2007
>Description:
This patch allow to use dotproject with any apache version

Port maintainer (sailorfred@yahoo.com) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
Install apache2. Then try to install dotproject. Installation will fail.

>Fix:

--- dotproject-2.0.4_1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/www/dotproject/Makefile /usr/home/samorukov/tmp/dotproject/Makefile
--- /usr/ports/www/dotproject/Makefile	Sat May 19 23:24:37 2007
+++ /usr/home/samorukov/tmp/dotproject/Makefile	Sat Jul  7 17:01:33 2007
@@ -23,7 +23,7 @@
 DEFAULT_PHP_VER=4
 WANT_PHP_WEB=	yes
 IGNORE_WITH_PHP=5
-USE_APACHE=	1.3
+USE_APACHE=	yes
 
 SUB_LIST+=	DOTPROJECTDIR=${DOTPROJECTDIR}
 SUB_FILES=	pkg-message
--- dotproject-2.0.4_1.patch ends here ---

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1I7Auy-000OMC-E9>