From owner-freebsd-perl@FreeBSD.ORG Sat Jul 11 14:01:06 2009 Return-Path: Delivered-To: perl@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 350B31065673; Sat, 11 Jul 2009 14:01:06 +0000 (UTC) (envelope-from cm@therek.net) Received: from lux.therek.net (lux.therek.net [64.85.172.243]) by mx1.freebsd.org (Postfix) with ESMTP id F361B8FC1E; Sat, 11 Jul 2009 14:01:05 +0000 (UTC) (envelope-from cm@therek.net) Received: from frameshift.waw.therek.net (dixie.therek.net [82.210.167.89]) (authenticated bits=0) by lux.therek.net (8.14.3/8.14.3) with ESMTP id n6BE12Kw008464 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO); Sat, 11 Jul 2009 16:01:04 +0200 (CEST) Message-ID: <4A589B1D.3030609@therek.net> Date: Sat, 11 Jul 2009 16:01:01 +0200 From: Cezary Morga User-Agent: Thunderbird 2.0.0.22 (X11/20090701) MIME-Version: 1.0 To: QAT@freebsd.org References: <20090710214522.83F168FC33@release.ixsystems.com> In-Reply-To: <20090710214522.83F168FC33@release.ixsystems.com> Content-Type: multipart/mixed; boundary="------------030505080306020101040007" Cc: perl@freebsd.org Subject: Re: [Custom LOCALBASE/PREFIX] audio/p5-MusicBrainz-Client - fails: compiler_error X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Jul 2009 14:01:06 -0000 This is a multi-part message in MIME format. --------------030505080306020101040007 Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit QAT@freebsd.org pisze: > The Restless Daemon identified a compiler error while trying to build: > p5-MusicBrainz-Client-0.11 maintained by perl@FreeBSD.org > Makefile ident: $FreeBSD: ports/audio/p5-MusicBrainz-Client/Makefile,v 1.11 2008/04/17 14:24:09 araujo Exp $ > > THIS A BUILD WITH _CUSTOM_ PREFIX AND LOCALBASE, _standard_ env in rest. > Patches for testing and committing welcomed as a reply to this email. Patch in attachment. Maybe I should fill PRs for each of such a fix? -- Cezary Morga "We are here on Earth to do good to others. What the others are here for, I don't know." (W. H. Auden) --------------030505080306020101040007 Content-Type: text/plain; name="patch-p5-MusicBrainz-Client.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="patch-p5-MusicBrainz-Client.diff" diff -u p5-MusicBrainz-Client.orig/Makefile p5-MusicBrainz-Client/Makefile --- p5-MusicBrainz-Client.orig/Makefile 2008-04-17 14:24:09.000000000 +0000 +++ p5-MusicBrainz-Client/Makefile 2009-07-11 13:55:32.138884732 +0000 @@ -26,4 +26,7 @@ MusicBrainz::Client::Simple::Artist.3 \ MusicBrainz::Client::Simple::Track.3 +pre-configure: + @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' ${WRKSRC}/Makefile.PL + .include --------------030505080306020101040007--