ports/144069: [PATCH] www/ftasv: fix with apache 2.0

brooks at FreeBSD.org brooks at FreeBSD.org
Thu Feb 18 18:20:02 UTC 2010


>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 at 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:



More information about the freebsd-ports-bugs mailing list