From owner-freebsd-ports@FreeBSD.ORG Tue Feb 25 17:33:45 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CBCF8A7A for ; Tue, 25 Feb 2014 17:33:45 +0000 (UTC) Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9DB3A12A2 for ; Tue, 25 Feb 2014 17:33:45 +0000 (UTC) Received: from compute5.internal (compute5.nyi.mail.srv.osa [10.202.2.45]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id 48E3621217 for ; Tue, 25 Feb 2014 12:33:24 -0500 (EST) Received: from web3 ([10.202.2.213]) by compute5.internal (MEProxy); Tue, 25 Feb 2014 12:33:24 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=message-id:from:to:mime-version :content-transfer-encoding:content-type:in-reply-to:references :subject:date; s=smtpout; bh=GRwxVVP6z0CuFab203pdmOpvMow=; b=i3x HyLc5e4tAGtgvsNkuhg+a2gLb9ZgO5YIxuTXopllA9uvq0Qa8YgHwWnqMnimOqvh iqtjtSO5LSJ1T3L+GJv7zO4BiKHPALY5hRvSirR1gARUfecl6r/KzT1jebB2gF6N YWUGkTR58E6SxWD3oe/dG+LIz2v8XFnl0OB5EYvE= Received: by web3.nyi.mail.srv.osa (Postfix, from userid 99) id 2C52E107C1E; Tue, 25 Feb 2014 12:33:24 -0500 (EST) Message-Id: <1393349604.10971.87669321.296BCA08@webmail.messagingengine.com> X-Sasl-Enc: 7gGogQOyozNi9jU740MNliBpsJpZaLZqDtgxZwVYCxmi 1393349604 From: Mark Felder To: freebsd-ports@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain X-Mailer: MessagingEngine.com Webmail Interface - ajax-4527a23f In-Reply-To: <530C5793.2070208@heuristicsystems.com.au> References: <530C5793.2070208@heuristicsystems.com.au> Subject: Re: Support for pkg_* Date: Tue, 25 Feb 2014 11:33:24 -0600 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Feb 2014 17:33:45 -0000 On Tue, Feb 25, 2014, at 2:42, Dewayne Geraghty wrote: > Has support for the pkg_* suite of tools gone away? After performing an > svn update of my ports tree last night; both openssl and monit failed to > build packages, due to missing man pages > Port committers are advised to test ports against both pkgng and pkg_tools until pkg_tools is fully retired. Unfortunately this gets overlooked as many in the project strictly use and test against pkgng. Please file PRs when you see this.