From owner-cvs-all@FreeBSD.ORG Tue Dec 9 21:02:37 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 53D8F1065670; Tue, 9 Dec 2008 21:02:37 +0000 (UTC) (envelope-from itetcu@freebsd.org) Received: from worf.ds9.tecnik93.com (worf.ds9.tecnik93.com [81.196.207.130]) by mx1.freebsd.org (Postfix) with ESMTP id D13168FC14; Tue, 9 Dec 2008 21:02:36 +0000 (UTC) (envelope-from itetcu@freebsd.org) Received: from quark.ds9.tecnik93.com (quark.ds9.tecnik93.com [81.196.207.132]) by worf.ds9.tecnik93.com (Postfix) with ESMTP id D0754FBEC27; Tue, 9 Dec 2008 23:02:35 +0200 (EET) Received: by quark.ds9.tecnik93.com (Postfix, from userid 0) id C619312E419E; Tue, 9 Dec 2008 23:02:35 +0200 (EET) From: QAT@FreeBSD.org To: jpaetzel@FreeBSD.org In-Reply-To: <200812092059.mB9Kx4qS090455@repoman.freebsd.org> References: In-Reply-To: <200812092059.mB9Kx4qS090455@repoman.freebsd.org> X-Mailer: $Tecnik: people/itetcu/ports/QA-Tindy/QAT_postPortBuild.sh, v 1.44 2008/08/24 09:54:12 itetcu Exp $ X-QAT-Tindy_Version: 2.4.3 X-QAT-Jail_Arch: amd64 X-QAT-Jail_Csup_Tag: RELENG_7 X-QAT-Jail_Last_Built: 2008-12-06 05:10:52 X-QAT-Port: irc/epic5 X-QAT-Fail_Reason: mtree X-QAT-Log: http://T64.TecNik93.com/logs/7-STABLE-FTP/epic5-0.9.0.log X-QAT-Build_Reason: Commit Message-Id: <20081209210235.C619312E419E@quark.ds9.tecnik93.com> Date: Tue, 9 Dec 2008 23:02:35 +0200 (EET) Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/irc/epic5 Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Dec 2008 21:02:37 -0000 Hi, The build which triggered this email is done under tinderbox-2.4.3, on 7-STABLE on amd64, with tinderd_flags="-nullfs -plistcheck -onceonly" and ccache support, with the "official" up-to-date Ports Tree, with the following vars set: NOPORTDOCS=yes, NOPORTEXAMPLES=yes, NOPORTDATA=yes, FORCE_PACKAGE=yes. Excerpt from http://T64.TecNik93.com/logs/7-STABLE-FTP/epic5-0.9.0.log : building epic5-0.9.0 in directory /var/tinderbox/7-STABLE-FTP maintained by: jpaetzel@FreeBSD.org building for: 7.1-PRERELEASE amd64 port directory: /usr/ports/irc/epic5 Makefile ident: $FreeBSD: ports/irc/epic5/Makefile,v 1.67 2008/12/09 20:59:04 jpaetzel Exp $ prefixes: LOCALBASE=usr/local X11BASE=usr/local NO* env vars: NOPORTDOCS=yes NOPORTEXAMPLES=yes NOPORTDATA=yes build started at Tue Dec 9 21:01:07 UTC 2008 ................................................... cc test.o -o my_test if ./my_test \( ! -f /usr/local/bin/epic5-0.9.0 \) -o source/epic5 -nt /usr/local/bin/epic5-0.9.0; then ./bsdinstall -c -m 755 source/epic5 /usr/local/bin/epic5-0.9.0; if ./my_test -f /usr/local/bin/epic5.old; then rm -f /usr/local/bin/epic5.old; fi; if ./my_test -f /usr/local/bin/epic5; then mv /usr/local/bin/epic5 /usr/local/bin/epic5.old; fi; rm -f /usr/local/bin/epic5; ln -s epic5-0.9.0 /usr/local/bin/epic5; fi if ./my_test \( \! -f /usr/local/libexec/epic5-wserv4 \) -o source/wserv4 -nt /usr/local/libexec/epic5-wserv4; then ./bsdinstall -c -m 755 source/wserv4 /usr/local/libexec/epic5-wserv4; fi for i in ./script/*; do if ./my_test -f $i; then if ./my_test -x $i; then chmod a-x $i; fi; target=/usr/local/share/epic5/script/`basename $i`; if ./my_test -f $target; then if ./my_test $i -nt $target; then ./bsdinstall -c -m 644 $i $target; fi; elif ./my_test -f $target.gz; then if ./my_test $i -nt $target.gz; then ./bsdinstall -c -m 644 $i $target; gzip -f $target; fi; else ./bsdinstall -c -m 644 $i $target; if ./my_test -f /usr/local/share/epic5/script/gzip-scripts; then gzip -f $target; fi; fi; fi; done ./bsdinstall -c -m 644 ./doc/epic.1 /usr/local/man/man1/epic5.1 ===> Compressing manual pages for epic5-0.9.0 ===> Registering installation for epic5-0.9.0 ===> SECURITY REPORT: This port has installed the following files which may act as network servers and may therefore pose a remote security risk to the system. /usr/local/bin/epic5-0.9.0 If there are vulnerabilities in these programs there may be a security risk to the system. FreeBSD makes no guarantee about the security of ports included in the Ports Collection. Please type 'make deinstall' to deinstall the port if this is a concern. For more information, and contact details about the security status of this software, see the following webpage: http://www.epicsol.org ================================================================ ======================================== ===> Building package for epic5-0.9.0 Creating package /tmp/packages/All/epic5-0.9.0.tbz Registering depends: perl-5.8.8_1 ruby-1.8.6.287,1 tcl-8.4.19,1. Creating bzip'd tar ball in '/tmp/packages/All/epic5-0.9.0.tbz' Deleting epic5-0.9.0 pkg_delete: unable to completely remove directory '/usr/local/share/epic5/script' pkg_delete: unable to completely remove directory '/usr/local/share/epic5' pkg_delete: couldn't entirely delete package (perhaps the packing list is incorrectly specified?) ================================================================ === Checking filesystem state list of extra files and directories in / (not present before this port was installed but present after it was deinstalled) 3722304 4 drwxr-xr-x 3 root wheel 512 Dec 9 21:02 usr/local/share/epic5 3722305 4 drwxr-xr-x 2 root wheel 1536 Dec 9 21:02 usr/local/share/epic5/script 3723297 12 -rw-r--r-- 1 root wheel 4894 Sep 24 21:43 usr/local/share/epic5/script/topicbar ================================================================ build of /usr/ports/irc/epic5 ended at Tue Dec 9 21:02:34 UTC 2008 A description of the testing process can be found here: http://T32.TecNik93.com/FreeBSD/QA-Tindy/ Thanks for your work on making FreeBSD better, -- IOnut - Un^d^dregistered ;) FreeBSD "user" "Intellectual Property" is nowhere near as valuable as "Intellect" FreeBSD committer -> itetcu@FreeBSD.org, PGP Key ID 057E9F8B493A297B