From owner-cvs-all@FreeBSD.ORG Mon Feb 28 19:52:46 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 B20EC1065672; Mon, 28 Feb 2011 19:52:46 +0000 (UTC) (envelope-from pgollucci@p6m7g8.com) Received: from EXHUB015-3.exch015.msoutlookonline.net (exhub015-3.exch015.msoutlookonline.net [207.5.72.95]) by mx1.freebsd.org (Postfix) with ESMTP id 944278FC24; Mon, 28 Feb 2011 19:52:46 +0000 (UTC) Received: from philip.hq.rws (174.79.184.239) by smtpx15.msoutlookonline.net (207.5.72.103) with Microsoft SMTP Server (TLS) id 8.2.254.0; Mon, 28 Feb 2011 11:52:46 -0800 Message-ID: <4D6BFD0A.20007@p6m7g8.com> Date: Mon, 28 Feb 2011 19:52:42 +0000 From: "Philip M. Gollucci" Organization: P6M7G8 Inc. User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.1.16) Gecko/20101213 Thunderbird/3.0.11 MIME-Version: 1.0 To: Sergey Skvortsov References: <201102261644.p1QGiWPn018712@repoman.freebsd.org> <4D6B026E.1030608@p6m7g8.com> <4D6BE0C5.3080706@FreeBSD.org> In-Reply-To: <4D6BE0C5.3080706@FreeBSD.org> X-Enigmail-Version: 1.0.1 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig6DE8DEEC7AB06C611F3D1BB4" 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 19:52:46 -0000 --------------enig6DE8DEEC7AB06C611F3D1BB4 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On 02/28/11 17:52, Sergey Skvortsov wrote: > 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. >=20 > I suppose that Apache 1.3 is obsolete. >=20 > Also, OTRS itself contains no docs / configs/ examples how to run under= > mod_perl-1.0 but only for mod_perl-2. >=20 > Anyone who want to use OTRS under Apache 1.3 should use mod_cgi. I can't tell if you agreed or disagreed. Anyway, with apache@ hat, I have reasons for saying this -- http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dports/147009 and http://wiki.freebsd.org/Apache USE_MP=3Dyes (will use APACHE_PORT for logic) >=20 >=20 >=20 >> 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=20 >>> Log: >>> Add option MODPERL2 (enabled by default). >>> =20 >>> Revision Changes Path >>> 1.35 +9 -1 ports/devel/otrs/Makefile >>> >>> http://cvsweb.FreeBSD.org/ports/devel/otrs/Makefile.diff?r1=3D1.34&r2= =3D1.35&f=3Dh >>> | --- 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/Makefi= le,v 1.34 2011/01/19 10:44:00 skv Exp $ >>> | +# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/devel/otrs/Makefi= le,v 1.35 2011/02/26 16:44:32 skv Exp $ >>> | # >>> | =20 >>> | PORTNAME=3D otrs >>> | PORTVERSION=3D 3.0.5 >>> | +PORTREVISION=3D 1 >>> | CATEGORIES=3D devel >>> | MASTER_SITES=3D http://ftp.otrs.org/pub/otrs/ \ >>> | ftp://ftp.samurai.com/pub/otrs/ \ >>> | @@ -41,6 +42,7 @@ RUN_DEPENDS=3D ${BUILD_DEPENDS} >>> | =20 >>> | OPTIONS=3D 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=3D scripts/suse* scripts/redha >>> | var/httpd/htdocs/js/thirdparty/ckeditor-3.4.2/_source \ >>> | var/httpd/htdocs/skins/Agent/*/img/source >>> | =20 >>> | -USE_APACHE=3D 1.3+ >>> | USE_PERL5=3D yes >>> | =20 >>> | .include >>> | @@ -88,6 +89,13 @@ RUN_DEPENDS+=3D ${SITE_PERL}/${PERL_ARCH}/ >>> | USE_PGSQL=3D yes >>> | .endif >>> | =20 >>> | +.ifdef WITH_MODPERL2 >>> | +USE_APACHE=3D 2.2+ >>> | +RUN_DEPENDS+=3D mod_perl>=3D2.0:${PORTSDIR}/www/mod_perl2 >>> | +.else >>> | +USE_APACHE=3D 1.3+ >>> | +.endif >>> | + >>> | .ifdef WITH_REPORTS_MODULES >>> | RUN_DEPENDS+=3D ${SITE_PERL}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphi= cs/p5-GD \ >>> | ${SITE_PERL}/GD/Graph.pm:${PORTSDIR}/graphics/p5-GD-Graph \ >=20 --=20 ------------------------------------------------------------------------ 1024D/DB9B8C1C B90B FBC3 A3A1 C71A 8E70 3F8C 75B8 8FFB DB9B 8C1C Philip M. Gollucci (pgollucci@p6m7g8.com) c: 703.336.9354 VP Apache Infrastructure; Member, Apache Software Foundation Committer, FreeBSD Foundation Consultant, P6M7G8 Inc. Sr. System Admin, Ridecharge Inc. Work like you don't need the money, love like you'll never get hurt, and dance like nobody's watching. --------------enig6DE8DEEC7AB06C611F3D1BB4 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.16 (FreeBSD) iD8DBQFNa/0MdbiP+9ubjBwRAlsKAJ9ZrFBeSGQNDBux4nrnhvSzsAGRzgCgimE3 AFwCh/JpGgrI/Qy6ss79nTI= =iv18 -----END PGP SIGNATURE----- --------------enig6DE8DEEC7AB06C611F3D1BB4--