From owner-cvs-all@FreeBSD.ORG Mon Feb 28 18:17:43 2011 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9702F106566C; Mon, 28 Feb 2011 18:17:43 +0000 (UTC) (envelope-from skv@protey.ru) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id D50108FC18; Mon, 28 Feb 2011 18:17:42 +0000 (UTC) Received: by fxm19 with SMTP id 19so4476804fxm.13 for ; Mon, 28 Feb 2011 10:17:41 -0800 (PST) Received: by 10.223.71.195 with SMTP id i3mr6902665faj.149.1298915537711; Mon, 28 Feb 2011 09:52:17 -0800 (PST) Received: from [192.168.0.5] (95-28-78-82.broadband.corbina.ru [95.28.78.82]) by mx.google.com with ESMTPS id o12sm1696904fav.6.2011.02.28.09.52.14 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 28 Feb 2011 09:52:15 -0800 (PST) Sender: Sergey Skvortsov Message-ID: <4D6BE0C5.3080706@FreeBSD.org> Date: Mon, 28 Feb 2011 20:52:05 +0300 From: Sergey Skvortsov User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101207 Lightning/1.0b2 Thunderbird/3.1.7 MIME-Version: 1.0 To: "Philip M. Gollucci" References: <201102261644.p1QGiWPn018712@repoman.freebsd.org> <4D6B026E.1030608@p6m7g8.com> In-Reply-To: <4D6B026E.1030608@p6m7g8.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/devel/otrs Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Feb 2011 18:17:43 -0000 On 28.02.2011 5:03, Philip M. Gollucci wrote: > No, you should only have a MODPERL option the version of modperl used > depends on APACHE_PORT. I suppose that Apache 1.3 is obsolete. Also, OTRS itself contains no docs / configs/ examples how to run under mod_perl-1.0 but only for mod_perl-2. Anyone who want to use OTRS under Apache 1.3 should use mod_cgi. > On 2/26/2011 11:44 AM, Sergey Skvortsov wrote: >> skv 2011-02-26 16:44:32 UTC >> >> FreeBSD ports repository >> >> Modified files: >> devel/otrs Makefile >> Log: >> Add option MODPERL2 (enabled by default). >> >> Revision Changes Path >> 1.35 +9 -1 ports/devel/otrs/Makefile >> >> http://cvsweb.FreeBSD.org/ports/devel/otrs/Makefile.diff?r1=1.34&r2=1.35&f=h >> | --- ports/devel/otrs/Makefile 2011/01/19 10:44:00 1.34 >> | +++ ports/devel/otrs/Makefile 2011/02/26 16:44:32 1.35 >> | @@ -2,11 +2,12 @@ >> | # Date created: 5 July 2006 >> | # Whom: Sergey Skvortsov >> | # >> | -# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/devel/otrs/Makefile,v 1.34 2011/01/19 10:44:00 skv Exp $ >> | +# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/devel/otrs/Makefile,v 1.35 2011/02/26 16:44:32 skv Exp $ >> | # >> | >> | PORTNAME= otrs >> | PORTVERSION= 3.0.5 >> | +PORTREVISION= 1 >> | CATEGORIES= devel >> | MASTER_SITES= http://ftp.otrs.org/pub/otrs/ \ >> | ftp://ftp.samurai.com/pub/otrs/ \ >> | @@ -41,6 +42,7 @@ RUN_DEPENDS= ${BUILD_DEPENDS} >> | >> | OPTIONS= MYSQL "MySQL database support" on \ >> | PGSQL "PostgreSQL database support" off \ >> | + MODPERL2 "ModPerl2 support" on \ >> | REPORTS_MODULES "Reports support" on \ >> | SMTP "Send email via SMTP" on \ >> | POP3 "Fetch email via POP3" on \ >> | @@ -73,7 +75,6 @@ CLEAN_FILES= scripts/suse* scripts/redha >> | var/httpd/htdocs/js/thirdparty/ckeditor-3.4.2/_source \ >> | var/httpd/htdocs/skins/Agent/*/img/source >> | >> | -USE_APACHE= 1.3+ >> | USE_PERL5= yes >> | >> | .include >> | @@ -88,6 +89,13 @@ RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/ >> | USE_PGSQL= yes >> | .endif >> | >> | +.ifdef WITH_MODPERL2 >> | +USE_APACHE= 2.2+ >> | +RUN_DEPENDS+= mod_perl>=2.0:${PORTSDIR}/www/mod_perl2 >> | +.else >> | +USE_APACHE= 1.3+ >> | +.endif >> | + >> | .ifdef WITH_REPORTS_MODULES >> | RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD \ >> | ${SITE_PERL}/GD/Graph.pm:${PORTSDIR}/graphics/p5-GD-Graph \ -- Sergey Skvortsov mailto: skv@FreeBSD.org