From owner-freebsd-perl@FreeBSD.ORG Wed Jul 15 05:30:52 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 67A1C10656A3; Wed, 15 Jul 2009 05:30:52 +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 35BCB8FC15; Wed, 15 Jul 2009 05:30:52 +0000 (UTC) (envelope-from cm@therek.net) Received: from [10.3.81.80] (gate01.polsat.net.pl [193.164.142.33]) (authenticated bits=0) by lux.therek.net (8.14.3/8.14.3) with ESMTP id n6F5Umnj020390 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO); Wed, 15 Jul 2009 07:30:50 +0200 (CEST) Message-ID: <4A5D6982.2020308@therek.net> Date: Wed, 15 Jul 2009 07:30:42 +0200 From: Cezary Morga User-Agent: Thunderbird 2.0.0.22 (Windows/20090605) MIME-Version: 1.0 To: "Philip M. Gollucci" References: <20090626154720.157638FCB7@release.ixsystems.com> <4A565D3F.8020903@therek.net> <4A5D1A19.1040506@p6m7g8.com> In-Reply-To: <4A5D1A19.1040506@p6m7g8.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: perl@freebsd.org, QAT@freebsd.org Subject: Re: [Custom LOCALBASE/PREFIX] net-mgmt/p5-SNMP - fails: makefile 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: Wed, 15 Jul 2009 05:30:52 -0000 Philip M. Gollucci pisze: > Cezary Morga wrote: >> QAT@freebsd.org pisze: >>> The Restless Daemon identified a makefile error while trying to build: >>> p5-SNMP-4.2.7.1 maintained by perl@FreeBSD.org >>> Makefile ident: $FreeBSD: ports/net-mgmt/p5-SNMP/Makefile,v 1.27 >>> 2008/09/26 14:43:11 clsung 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. > > I'm not sure how you built this at on QAT or yourself. > > it depends on net-mgmt/net-smnp4 which is expired > and broken. > > It does not work with bnsmp or net-mgmt/net-snmp I built this on 7-STABLE and as far as I know QAT runs on 7-STABLE as well, while the port is marked BROKEN on 8-CURRENT only, thus I haven't noticed it. .if ${OSVERSION} >= 800059 BROKEN= does not build .endif Nonetheless, I've given it a closer look and it turns out--to my own surprise, I must say--that net-mgmt/p5-SNMP actually comes bundled with net-mgmt/net-snmp and should be updates along with it, but it wasn't. I'll prepare an update and fill a PR afterwards. Given that both come from the same source I expect it to build against net-snmp without a hitch. -- Cezary Morga