From owner-freebsd-qa@FreeBSD.ORG Tue Mar 9 20:42:01 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 F1945106566C for ; Tue, 9 Mar 2010 20:42:01 +0000 (UTC) (envelope-from chukharev@mail.ru) Received: from mx33.mail.ru (mx33.mail.ru [94.100.176.47]) by mx1.freebsd.org (Postfix) with ESMTP id AF3748FC17 for ; Tue, 9 Mar 2010 20:42:01 +0000 (UTC) Received: from [91.155.189.108] (port=62845 helo=vova-vaio) by mx33.mail.ru with asmtp id 1Np6Fc-0009Jg-00 for freebsd-qa@freebsd.org; Tue, 09 Mar 2010 23:42:00 +0300 Content-Type: text/plain; charset=koi8-r; format=flowed; delsp=yes To: "freebsd-qa@freebsd.org" Date: Tue, 09 Mar 2010 22:42:01 +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: graphics/libfpx ; 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: Tue, 09 Mar 2010 20:42:02 -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 graphics/libfpx ; port test +++++++++++++++ ===> Validating port with portlint WARN: /usr/ports/graphics/libfpx/pkg-plist: There are only 4 items in the plist. Consider using PLIST_FILES instead of pkg-plist when installing less than 6 items. FATAL: Makefile: the last line of Makefile has to be .include FATAL: Makefile: extra item "PATCHFILES" placed in the PORTNAME section. FATAL: Makefile: extra item "PATCH_SITES" placed in the PORTNAME section. 3 fatal errors and 1 warning found. Error validating port