From owner-freebsd-ports@FreeBSD.ORG Thu Jul 18 12:46:42 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 9E4BE462 for ; Thu, 18 Jul 2013 12:46:42 +0000 (UTC) (envelope-from matthew@freebsd.org) Received: from smtp.infracaninophile.co.uk (smtp6.infracaninophile.co.uk [IPv6:2001:8b0:151:1:3cd3:cd67:fafa:3d78]) by mx1.freebsd.org (Postfix) with ESMTP id 3D587BBF for ; Thu, 18 Jul 2013 12:46:42 +0000 (UTC) Received: from rufus.webfusion.com (mail.heartinternet.co.uk [79.170.40.31]) (authenticated bits=0) by smtp.infracaninophile.co.uk (8.14.7/8.14.7) with ESMTP id r6ICkbHM023668 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO) for ; Thu, 18 Jul 2013 13:46:38 +0100 (BST) (envelope-from matthew@freebsd.org) DKIM-Filter: OpenDKIM Filter v2.8.3 smtp.infracaninophile.co.uk r6ICkbHM023668 Authentication-Results: smtp.infracaninophile.co.uk/r6ICkbHM023668; dkim=none reason="no signature"; dkim-adsp=none (unprotected policy) X-Authentication-Warning: lucid-nonsense.infracaninophile.co.uk: Host mail.heartinternet.co.uk [79.170.40.31] claimed to be rufus.webfusion.com Message-ID: <51E7E3AD.5020408@freebsd.org> Date: Thu, 18 Jul 2013 13:46:37 +0100 From: Matthew Seaman User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130715 Thunderbird/17.0.7 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: Re: portmaster WITH_PKGNG and cpan References: <20130718121656.fdfbe527fe0a201dcc2658b3@mimar.rs> In-Reply-To: <20130718121656.fdfbe527fe0a201dcc2658b3@mimar.rs> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Virus-Scanned: clamav-milter 0.97.8 at lucid-nonsense.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, score=-1.6 required=5.0 tests=AWL,BAYES_00, RCVD_IN_DNSWL_NONE,SPF_SOFTFAIL autolearn=no version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on lucid-nonsense.infracaninophile.co.uk 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: Thu, 18 Jul 2013 12:46:42 -0000 On 18/07/2013 11:16, Marko Cupać wrote: > Portmaster WITH_PKGNG is causing me trouble on a server where I need cpan module not present in ports tree: > > bsdpan-RT-Extension-MandatoryOnTransition-0.04 > > portmaster -a -f -d fails. > > Is there a solution for this? The bsdpan code assumes the old pkg_tools layout for registering packages. It could do with pkgng'ifying. This shouldn't stop you being able to install packages directly from CPAN though -- they just won't be registered into pkg's database. Cheers, Matthew