Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Feb 2010 11:41:10 -0600 (CST)
From:      brooks@FreeBSD.org
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        sylvio@FreeBSD.org
Subject:   ports/144069: [PATCH] www/ftasv: fix with apache 2.0
Message-ID:  <201002181741.o1IHfA6v004389@sigbus.grn.one-eyed-alien.net>
Resent-Message-ID: <201002181820.o1IIK2jZ019220@freefall.freebsd.org>

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

>Number:         144069
>Category:       ports
>Synopsis:       [PATCH] www/ftasv: fix with apache 2.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Feb 18 18:20:01 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Brooks Davis
>Release:        FreeBSD 9.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD sigbus.grn.one-eyed-alien.net 9.0-CURRENT FreeBSD 9.0-CURRENT #13 r204019: Wed Feb 17 17:45:15 CST
>Description:
Works fine with apache 2.0, but the port bogusly forces apache 2.2.
This patch corrects the USE_APACHE variable.

Port maintainer (sylvio@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- ftasv-0.9.2.patch begins here ---
Index: Makefile
===================================================================
RCS file: /usr/cvs/ports/www/ftasv/Makefile,v
retrieving revision 1.2
diff -u -p -u -r1.2 Makefile
--- Makefile	9 Dec 2009 23:34:22 -0000	1.2
+++ Makefile	18 Feb 2010 17:38:05 -0000
@@ -16,7 +16,7 @@ COMMENT=	Is a commandline scoreboard vie
 BUILD_DEPENDS=	${LOCALBASE}/bin/apr-1-config:${PORTSDIR}/devel/apr
 
 GNU_CONFIGURE=	yes
-USE_APACHE=	2.2+
+USE_APACHE=	2.0+
 
 PLIST_FILES=	sbin/ftasv
 SUB_FILES=	pkg-message
--- ftasv-0.9.2.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?201002181741.o1IHfA6v004389>