From owner-cvs-ports@FreeBSD.ORG Thu Mar 17 10:52:04 2011 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F2F86106567E for ; Thu, 17 Mar 2011 10:52:03 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from raven.customer.vol.cz (raven.customer.vol.cz [195.250.144.108]) by mx1.freebsd.org (Postfix) with ESMTP id 833A58FC28 for ; Thu, 17 Mar 2011 10:52:03 +0000 (UTC) Received: from pav.hide.vol.cz (nat-application.b1.lan.prg.vol.cz [195.122.204.152]) (authenticated bits=0) by raven.customer.vol.cz (8.14.3/8.14.3) with ESMTP id p2HApt0S075321 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO); Thu, 17 Mar 2011 11:51:58 +0100 (CET) (envelope-from pav@FreeBSD.org) Message-ID: <4D81E7CA.7080409@FreeBSD.org> Date: Thu, 17 Mar 2011 11:51:54 +0100 From: Pav Lucistnik User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.2.13) Gecko/20101214 Thunderbird/3.1.7 MIME-Version: 1.0 To: "Philip M. Gollucci" References: <201103162128.p2GLSVOR045823@repoman.freebsd.org> <4D8173F8.70706@p6m7g8.com> In-Reply-To: <4D8173F8.70706@p6m7g8.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.68 on 195.250.144.108 X-Milter: Spamilter (Reciever: raven.customer.vol.cz; Sender-ip: 195.122.204.152; Sender-helo: pav.hide.vol.cz; ) Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/devel/otrs Makefile X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Mar 2011 10:52:04 -0000 That's plausible. If we could finally get apache22 being default, this would get fixed magically. On 2011/03/17 03:37, Philip M. Gollucci wrote: > AFAIK, related to the recent MODPERL change by skv? > > On 3/16/2011 5:28 PM, Pav Lucistnik wrote: >> pav 2011-03-16 21:28:31 UTC >> >> FreeBSD ports repository >> >> Modified files: >> devel/otrs Makefile >> Log: >> - Mark BROKEN: conflicting dependencies >> pkg_add: package 'apache-2.2.17_1' conflicts with apache-1.3.42 >> >> Reported by: pointyhat >> >> Revision Changes Path >> 1.38 +2 -0 ports/devel/otrs/Makefile >> >> http://cvsweb.FreeBSD.org/ports/devel/otrs/Makefile.diff?r1=1.37&r2=1.38&f=h >> | --- ports/devel/otrs/Makefile 2011/03/03 20:11:59 1.37 >> | +++ ports/devel/otrs/Makefile 2011/03/16 21:28:31 1.38 >> | @@ -2,7 +2,7 @@ >> | # Date created: 5 July 2006 >> | # Whom: Sergey Skvortsov >> | # >> | -# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/devel/otrs/Makefile,v 1.37 2011/03/03 20:11:59 skv Exp $ >> | +# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/devel/otrs/Makefile,v 1.38 2011/03/16 21:28:31 pav Exp $ >> | # >> | >> | PORTNAME= otrs >> | @@ -39,6 +39,8 @@ BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH} >> | ${SITE_PERL}/XML/FeedPP.pm:${PORTSDIR}/textproc/p5-XML-FeedPP >> | RUN_DEPENDS= ${BUILD_DEPENDS} >> | >> | +BROKEN= conflicting dependencies >> | + >> | OPTIONS= MYSQL "MySQL database support" on \ >> | PGSQL "PostgreSQL database support" off \ >> | MODPERL2 "ModPerl2 support" on \ > > -- Pav Lucistnik