From owner-freebsd-ports@FreeBSD.ORG Tue Dec 4 21:10:40 2012 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EB83FBA for ; Tue, 4 Dec 2012 21:10:40 +0000 (UTC) (envelope-from lippemail@gmail.com) Received: from mail-vb0-f45.google.com (mail-vb0-f45.google.com [209.85.212.45]) by mx1.freebsd.org (Postfix) with ESMTP id 908418FC12 for ; Tue, 4 Dec 2012 21:10:40 +0000 (UTC) Received: by mail-vb0-f45.google.com with SMTP id p1so4069723vbi.18 for ; Tue, 04 Dec 2012 13:10:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=jsI6rN/3FNOwN4LEtZ1SUqhX7RAD9Kjm2XbFeVFhWNI=; b=e7f2mNiIYSGp/B1tqzg61SoVZW5NZ6/hcAdHpORhB9Rd7GMfTJyvTQI7lk/L5ITAkc tUF42QsdfZs/OuZYwz/x65yHtv+GEr3LO+B8/Zz78NTMjow9NXT5Ov1+Mbs6iK0yZ1DX anqRDOo2hHXtT22TZaiX6LjFQIwqJit6Q36rHBNrWR/ZlVXO6cfzVeiLadAfOX8H2JzP 6Axmf1kdmPIP9hlcOvYM32UoDihoTwEWuk5Z4l8JgTAe9mVhGNT/FA99AoMTD6Haio3z Y83IdWzr9rl4EfZkznu37bmUhOHAk++0XZmLrmMImyyxbebXVzjyDgDO63rn1zjA01+H NROA== MIME-Version: 1.0 Received: by 10.52.174.109 with SMTP id br13mr11030534vdc.23.1354655439905; Tue, 04 Dec 2012 13:10:39 -0800 (PST) Sender: lippemail@gmail.com Received: by 10.58.207.18 with HTTP; Tue, 4 Dec 2012 13:10:39 -0800 (PST) In-Reply-To: <50BE3524.1020208@cello.com> References: <50BE3524.1020208@cello.com> Date: Tue, 4 Dec 2012 19:10:39 -0200 X-Google-Sender-Auth: 5AYi5TVSJRfPPiVkmRsOHW_aQBI Message-ID: Subject: Re: freebsd-ports: CGI-Application-Plugin-DBH From: Felippe de Meirelles Motta To: Kurt Lidl Content-Type: text/plain; charset=ISO-8859-1 Cc: ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Dec 2012 21:10:41 -0000 Kurt, This port (p5-CGI) is very old and I not sure because it was repocopied to www/p5-CGI-modules. However I reviewed CGI-Application-Plugin-DBH port dependencies and maybe we can update it according to Makefile[1], which p5-CGI[-Modules] is not needed anymore. Could you test this patch[2] and give me a feedback ? [1] - http://cpansearch.perl.org/src/MARKSTOS/CGI-Application-Plugin-DBH-4.00/Makefile.PL [2] - http://people.freebsd.org/~lippe/logs/work/ports_www_p5-CGI-Application-Plugin-DBH.patch Thanks! lippe@ On Tue, Dec 4, 2012 at 3:38 PM, Kurt Lidl wrote: > Greetings! > > I use this port in my application software. > (Along with a bunch of other stuff for perl5.) > > In preparation for FreeBSD-9.1, I installed the > 9.1-RC3 snapshot, and attempted to rebuild all > the supporting modules for my application software. > > I ran into difficulty with this port, or more > specifically, this port, its dependencies > and its interaction with the new 'pkg' command. > > I have a script that attempts to install all the > ports for the various perl modules that are needed > by my application, and this is the only port that > failed to install. > > The dependencies for CGI-Application-Plugin-DBH > list "p5-CGI-modules", which conflicts with the > regular old "p5-CGI" module, at least as reported > by the new 'pkg' command. > > As far as I can see, the "p5-CGI-modules" port > is a subset of the "p5-CGI" module, so if p5-CGI > is already installed, then CGI-Application-Plugin-DBH > is good to go. > > Could the dependencies for CGI-Application-Plugin-DBH > be changed to be either "p5-CGI-modules" or > "p5-CGI"? > > The particular error that gets punted out by > p5-CGI-Modules is this: > > ===> Compressing manual pages for p5-CGI-modules-2.76^M > ===> Registering installation for p5-CGI-modules-2.76 as automatic^M > Installing p5-CGI-modules-2.76...pkg: p5-CGI-modules-2.76 conflicts with > p5-CGI. > pm-3.63,1 (installs files into the same place). Problematic file: > /usr/local/li > b/perl5/5.16.2/man/man3/CGI::Carp.3.gz^M > *** [fake-pkg] Error code 70^M > ^M > Stop in /usr/ports/www/p5-CGI-modules.^M > > Thanks. > > -Kurt -- Att., Felippe de Meirelles Motta