From owner-freebsd-qa@FreeBSD.ORG Mon Mar 8 21:07:12 2010 Return-Path: Delivered-To: freebsd-qa@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C1F77106566B for ; Mon, 8 Mar 2010 21:07:12 +0000 (UTC) (envelope-from chukharev@mail.ru) Received: from mx71.mail.ru (mx71.mail.ru [94.100.176.85]) by mx1.freebsd.org (Postfix) with ESMTP id 813C68FC13 for ; Mon, 8 Mar 2010 21:07:12 +0000 (UTC) Received: from [91.155.189.108] (port=60274 helo=vova-vaio) by mx71.mail.ru with asmtp id 1NokAQ-0008zV-00 for freebsd-qa@freebsd.org; Tue, 09 Mar 2010 00:07:10 +0300 Content-Type: text/plain; charset=koi8-r; format=flowed; delsp=yes To: "freebsd-qa@freebsd.org" Date: Mon, 08 Mar 2010 23:07:10 +0200 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: chukharev@mail.ru Message-ID: User-Agent: Opera Mail/10.10 (FreeBSD) X-Spam: Not detected X-Mras: Ok Subject: devel/autotools ; port test X-BeenThere: freebsd-qa@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD Quality Assurance List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Mar 2010 21:07:12 -0000 The 'port test' command (ports-mgmt/porttools) tests a port for a number of possible errors by running portlint, building, packaging, installing, and de-installing with a check for left files. This is done with defined PREFIX and PKG_DBDIR variables. 'port test' command is recommended by the Porter's Handbook. Note that the port installs the usual way. $ cd devel/autotools ; port test +++++++++++++++ ===> Validating port with portlint WARN: Makefile: [33]: possible direct use of command "automake" found. Use ${AUTOMAKE} instead and set according USE_AUTOTOOLS= macro WARN: Makefile: [18]: possible direct use of command "libtool22" found. Use ${LIBTOOL} instead and set according USE_AUTOTOOLS= macro WARN: Makefile: [29]: possible direct use of command "autoconf" found. Use ${AUTOCONF} instead and set according USE_AUTOTOOLS= macro FATAL: Makefile: extra item "MAINTAINER" placed in the PORTNAME section. FATAL: Makefile: extra item "COMMENT" placed in the PORTNAME section. FATAL: Makefile: extra item "RUN_DEPENDS" placed in the MAINTAINER section. FATAL: Makefile: COMMENT has to be there. WARN: Makefile: no port directory /usr/ports/devel/autoconf${VER found, even though it is listed in RUN_DEPENDS. WARN: Makefile: no port directory /usr/ports/devel/automake${VER found, even though it is listed in RUN_DEPENDS. 4 fatal errors and 5 warnings found. Error validating port