From owner-cvs-all@FreeBSD.ORG Thu Mar 17 19:21:37 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 40EA7106564A for ; Thu, 17 Mar 2011 19:21:37 +0000 (UTC) (envelope-from ohauer@gmx.de) Received: from mailout-de.gmx.net (mailout-de.gmx.net [213.165.64.23]) by mx1.freebsd.org (Postfix) with SMTP id 69D1A8FC1B for ; Thu, 17 Mar 2011 19:21:35 +0000 (UTC) Received: (qmail invoked by alias); 17 Mar 2011 18:54:53 -0000 Received: from ip-2-205-232-171.web.vodafone.de (EHLO [2.205.232.171]) [2.205.232.171] by mail.gmx.net (mp067) with SMTP; 17 Mar 2011 19:54:53 +0100 X-Authenticated: #1956535 X-Provags-ID: V01U2FsdGVkX18P0bcEwN4PIdSi8qBsTC+N7q+X0w6ny6zQmsdplT VG2lWcdyIidupT Message-ID: <4D8258FF.2090103@gmx.de> Date: Thu, 17 Mar 2011 19:54:55 +0100 From: olli hauer User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.15) Gecko/20110303 Thunderbird/3.1.9 MIME-Version: 1.0 To: "Philip M. Gollucci" References: <201103162128.p2GLSVOR045823@repoman.freebsd.org> <4D8173F8.70706@p6m7g8.com> <4D81E7CA.7080409@FreeBSD.org> <4D8215CB.10604@p6m7g8.com> In-Reply-To: <4D8215CB.10604@p6m7g8.com> X-Enigmail-Version: 1.1.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 Cc: ohauer@freebsd.org, cvs-ports@FreeBSD.org, Pav Lucistnik , 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: Thu, 17 Mar 2011 19:21:37 -0000 On 2011-03-17 15:08, Philip M. Gollucci wrote: > On 03/17/11 10:51, Pav Lucistnik wrote: >> That's plausible. >> >> If we could finally get apache22 being default, this would get fixed >> magically. > > No argument there. I think ohauer@ is ready for take 2 ? or if not > quite close. At the moment, he's driving b/c I'm swamped. (CC'ed) Hi Philip, yes, I've done some more private exp-runs with ~1400 ports which are affected if the default apache version is changed to 22 and all except two ports (otrs + fr-facturier) went smooth. @pav can you send me the URL to the last run of otrs, so I can fix the port or send an PR? -- Regards, olli > >> >> 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 \ >>> >>> >> >> > >