Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 05 Oct 2009 10:21:01 +0300
From:      Alex Samorukov <samm@os2.kiev.ua>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/139362: [PATCH] mail/exilog: [Remove false apache dependency]
Message-ID:  <E1MuhsT-000Bcp-Cs@deepvision.tsua.net>
Resent-Message-ID: <200910050750.n957o39J011789@freefall.freebsd.org>

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

>Number:         139362
>Category:       ports
>Synopsis:       [PATCH] mail/exilog: [Remove false apache dependency]
>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:   Mon Oct 05 07:50:03 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Alex Samorukov
>Release:        FreeBSD 6.3-RELEASE-p13 i386
>Organization:
>Environment:
System: FreeBSD deepvision.tsua.net 6.3-RELEASE-p13 FreeBSD 6.3-RELEASE-p13 #8: Mon Oct  5 05:26:49 EEST
>Description:
There is no need to set USE_APACHE in this script. It is just plain CGI, 
working perfectly wiht any web server with CGI support (including apache, 
of course). 

Port maintainer (ler@lerctr.org) is cc'd.

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

--- exilog-0.5_4.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/mail/exilog/Makefile /usr/home/samm/tmp/exilog/Makefile
--- /usr/ports/mail/exilog/Makefile	2009-04-22 03:24:03.000000000 +0300
+++ /usr/home/samm/tmp/exilog/Makefile	2009-10-05 10:16:32.000000000 +0300
@@ -17,7 +17,6 @@
 RUN_DEPENDS=	${SITE_PERL}/Net/Netmask.pm:${PORTSDIR}/net-mgmt/p5-Net-Netmask
 
 USE_PERL5=	yes
-USE_APACHE=	1.3
 NO_BUILD=	yes
 WRKSRC=		${WRKDIR}/${PORTNAME}
 
--- exilog-0.5_4.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?E1MuhsT-000Bcp-Cs>