From owner-freebsd-apache@FreeBSD.ORG Sun Dec 20 15:55:08 2009 Return-Path: Delivered-To: apache@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 07FC7106566B for ; Sun, 20 Dec 2009 15:55:08 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail6.sea5.speakeasy.net (mail6.sea5.speakeasy.net [69.17.117.8]) by mx1.freebsd.org (Postfix) with ESMTP id D46888FC18 for ; Sun, 20 Dec 2009 15:55:07 +0000 (UTC) Received: (qmail 14547 invoked from network); 20 Dec 2009 15:28:26 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail6.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 20 Dec 2009 15:28:26 -0000 Received: from lowell-desk.lan (lowell-desk.lan [172.30.250.6]) by be-well.ilk.org (Postfix) with ESMTP id 06BBE5082D; Sun, 20 Dec 2009 10:28:19 -0500 (EST) Received: by lowell-desk.lan (Postfix, from userid 1147) id 61D521CC3D; Sun, 20 Dec 2009 10:28:19 -0500 (EST) From: Lowell Gilbert To: Robin Becker References: <4B2A2023.5050607@chamonix.reportlab.co.uk> Date: Sun, 20 Dec 2009 10:28:18 -0500 In-Reply-To: <4B2A2023.5050607@chamonix.reportlab.co.uk> (Robin Becker's message of "Thu, 17 Dec 2009 12:12:19 +0000") Message-ID: <44y6kxvf59.fsf@lowell-desk.lan> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: FreeBSD Mailing List , apache@freebsd.org Subject: Re: binary package dependencies X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Dec 2009 15:55:08 -0000 Robin Becker writes: > I would like to know how to use self compiled ports made with make > install together with the packages which can be downloaded with > pkg_add -r .... > > I'm in the process of upgrading an old freebsd 6.0 server to 8.0 and > have decided to try and use apache22. > > For various reasons I built the apache22 server using ports (mainly to > force usage of a particular BSDB). Then added subversion also using > ports. > > After setting up the new apache to act as an svn source and getting > that working I decided to add viewvc. > > Rather stupidly I used pkg_add -r viewvc which seemed to work. > > However, my apache setup stopped working. After much faffing about I > learned that the pkg_add -r viewvc had also installed another version > of apache (a 2.0 version). All my apachectl commands were directed at > the 2.0 version and my edits to the httpd.conf were bing entirely > ignored. > > Somehow I had naively assumed that apache20 and apache22 were > incompatible and could not simultaneously be installed. Did the binary > package load ignore all conflicts? What's the proper way to approach > these issues. Looking in the apache20 Makefile I see it conflicts with > earlier apache, but how can it conflict with a later one? I think that it should. As I read it, apache22 registers a conflict with apache20, but the reverse is not true. If you had installed them in the other order, it would've refused to install. apache20 is the default, so the official package was built depending on that. I think this should be entered as a bug, but I'm not quite positive... -- Lowell Gilbert, embedded/networking software engineer, Boston area http://be-well.ilk.org/~lowell/ From owner-freebsd-apache@FreeBSD.ORG Mon Dec 21 11:06:15 2009 Return-Path: Delivered-To: apache@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3B8B31065670 for ; Mon, 21 Dec 2009 11:06:15 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 2A6C78FC22 for ; Mon, 21 Dec 2009 11:06:15 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id nBLB6FxR003480 for ; Mon, 21 Dec 2009 11:06:15 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id nBLB6ERq003478 for apache@FreeBSD.org; Mon, 21 Dec 2009 11:06:14 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 21 Dec 2009 11:06:14 GMT Message-Id: <200912211106.nBLB6ERq003478@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: apache@FreeBSD.org Cc: Subject: Current problem reports assigned to apache@FreeBSD.org X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Dec 2009 11:06:15 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/136598 apache [PATCH] www/mod_fastcgi: Fix non-threadsafe function o ports/136432 apache www/mod_auth_kerb does not build with MIT Kerberos (se a ports/134577 apache www/apache22: build faild with mod_auth_digest o ports/130479 apache www/apache20 and www/apache22 configure_args busted o ports/128078 apache www/apache20 -- LDAP support is broken o ports/125183 apache www/apache22 wrong SUEXEC_DOCROOT o ports/124375 apache www/mod_auth_kerb doesn't compile against heimdal o ports/121134 apache www/mod_log_sql2-dtc scoreboard problem o ports/120229 apache www/apache20 does not pick up usernames from NIS [regr o ports/118003 apache www/apache22: with PgSQL option require only libpq.so. p ports/116984 apache [patch] www/apache13-modssl missing perl5.8 as RUN_DEP o ports/108169 apache www/apache20 wrong AP_SAFE_PATH for suEXEC a ports/101566 apache www/apache20 All .svn subdirectories in $(htdocsdir) g a ports/96953 apache www/apache22 port uses its own directories a ports/83644 apache www/apache20 add support for ndbm 15 problems total. From owner-freebsd-apache@FreeBSD.ORG Mon Dec 21 12:13:48 2009 Return-Path: Delivered-To: apache@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2020E1065676 for ; Mon, 21 Dec 2009 12:13:48 +0000 (UTC) (envelope-from robin@reportlab.com) Received: from mail-ew0-f213.google.com (mail-ew0-f213.google.com [209.85.219.213]) by mx1.freebsd.org (Postfix) with ESMTP id B70A48FC17 for ; Mon, 21 Dec 2009 12:13:47 +0000 (UTC) Received: by ewy5 with SMTP id 5so5899751ewy.34 for ; Mon, 21 Dec 2009 04:13:46 -0800 (PST) MIME-Version: 1.0 Received: by 10.213.109.201 with SMTP id k9mr1304149ebp.87.1261395887303; Mon, 21 Dec 2009 03:44:47 -0800 (PST) In-Reply-To: <44y6kxvf59.fsf@lowell-desk.lan> References: <4B2A2023.5050607@chamonix.reportlab.co.uk> <44y6kxvf59.fsf@lowell-desk.lan> Date: Mon, 21 Dec 2009 11:44:47 +0000 Message-ID: From: Robin Becker To: FreeBSD Mailing List , apache@freebsd.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: Subject: Re: binary package dependencies X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Dec 2009 12:13:48 -0000 2009/12/20 Lowell Gilbert : .......... >> Somehow I had naively assumed that apache20 and apache22 were >> incompatible and could not simultaneously be installed. Did the binary >> package load ignore all conflicts? What's the proper way to approach >> these issues. Looking in the apache20 Makefile I see it conflicts with >> earlier apache, but how can it conflict with a later one? > > I think that it should. =C2=A0As I read it, apache22 registers a conflict > with apache20, but the reverse is not true. =C2=A0If you had installed th= em > in the other order, it would've refused to install. =C2=A0apache20 is the > default, so the official package was built depending on that. > > I think this should be entered as a bug, but I'm not quite positive... > clearly A conflict B is supposed to be a symmetric relation, but I guess in this case when I install apache22 it's the entire ports system that needs to record the conflicts. I don't think it's reasonable for an individual port to know that a future conflict may arise. -- Robin Becker From owner-freebsd-apache@FreeBSD.ORG Fri Dec 25 07:44:05 2009 Return-Path: Delivered-To: apache@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 70C9C106568B; Fri, 25 Dec 2009 07:44:05 +0000 (UTC) (envelope-from pgollucci@p6m7g8.com) Received: from exhub015-2.exch015.msoutlookonline.net (exhub015-2.exch015.msoutlookonline.net [207.5.72.94]) by mx1.freebsd.org (Postfix) with ESMTP id 5144E8FC0C; Fri, 25 Dec 2009 07:44:05 +0000 (UTC) Received: from [172.28.1.200] (174.79.184.239) by smtpx15.msoutlookonline.net (207.5.72.103) with Microsoft SMTP Server (TLS) id 8.2.176.0; Thu, 24 Dec 2009 23:44:05 -0800 Message-ID: <4B346D42.7020003@p6m7g8.com> Date: Fri, 25 Dec 2009 02:44:02 -0500 From: "Philip M. Gollucci" Organization: P6 Web Applications User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.1.5) Gecko/20091204 Thunderbird/3.0 MIME-Version: 1.0 To: QAT@FreeBSD.org References: <200912250740.nBP7e8tY046263@repoman.freebsd.org> <20091225074135.825DE5A903D@jester1b.ixsystems.com> In-Reply-To: <20091225074135.825DE5A903D@jester1b.ixsystems.com> Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Cc: cvs-ports@FreeBSD.org, pgollucci@FreeBSD.org, apache@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/www/mod_auth_mysql Makefile X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Dec 2009 07:44:05 -0000 Well, thats definitely different in my tb. On 12/25/2009 2:41 AM, QAT@FreeBSD.org wrote: > The Restless Daemon identified a PLIST error while trying to build: > mod_auth_mysql-3.2 maintained by apache@FreeBSD.org > Makefile ident: $FreeBSD: ports/www/mod_auth_mysql/Makefile,v 1.31 2009/12/25 07:40:08 pgollucci Exp $ > > Excerpt from http://QAT.TecNik93.com/logs/8-STABLE-NPD/mod_auth_mysql-3.2.log : > > chmod 755 /usr/local/libexec/apache/mod_auth_mysql.so > cp /usr/local/etc/apache/httpd.conf.new /usr/local/etc/apache/httpd.conf > rm /usr/local/etc/apache/httpd.conf.new > /bin/mkdir -p /usr/local/share/doc/mod_auth_mysql/ > install -o root -g wheel -m 444 /work/a/ports/www/mod_auth_mysql/work/mod_auth_mysql-3.2/README /usr/local/share/doc/mod_auth_mysql/ > install -o root -g wheel -m 444 /work/a/ports/www/mod_auth_mysql/work/mod_auth_mysql-3.2/USAGE /usr/local/share/doc/mod_auth_mysql/ > ===> Registering installation for mod_auth_mysql-3.2 > ================================================================ > ======================================== > ===> Building package for mod_auth_mysql-3.2 > tar: etc/apache/httpd.conf.bak: Cannot stat: No such file or directory > tar: Error exit delayed from previous errors. > pkg_create: make_dist: tar command failed with code 256 > Creating package /tmp/packages/All/mod_auth_mysql-3.2.tbz > Registering depends: mysql-client-5.0.88 apache-1.3.41_1 perl-5.8.9_3 expat-2.0.1_1. > Creating bzip'd tar ball in '/tmp/packages/All/mod_auth_mysql-3.2.tbz' > *** Error code 1 > > Stop in /a/ports/www/mod_auth_mysql. > Deleting mod_auth_mysql-3.2 > pkg_delete: file '/usr/local/etc/apache/httpd.conf.bak' doesn't exist > pkg_delete: couldn't entirely delete package (perhaps the packing list is > incorrectly specified?) > > === Checking filesystem state > Deleting mysql-client-5.0.88 > Deleting apache-1.3.41_1 > To delete Apache user permanently, use 'pw userdel www' > Deleting expat-2.0.1_1 > Deleting perl-5.8.9_3 > Removing stale symlinks from /usr/bin... > Removing /usr/bin/perl > Removing /usr/bin/perl5 > Done. > Cleaning up /etc/make.conf... Done. > Cleaning up /etc/manpath.config... Done. > > === Checking filesystem state after all packages deleted > ================================================================ > build of /usr/ports/www/mod_auth_mysql ended at Fri Dec 25 07:41:34 UTC 2009 > > PortsMon page for the port: > http://portsmon.freebsd.org/portoverview.py?category=www&portname=mod_auth_mysql > > The build which triggered this BotMail was done under > tinderbox-3.3; dsversion: 3.2.1 on RELENG_8 on amd64, kern.smp.cpus: 8 > 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. > > 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, > > -- > QAT - your friendly neighborhood Daemon, > preparing a heck of an error trapping system: > - "HMC and EOI?" > - "Halt, Melt and Catch fire or Execute Operator Immediately." -- ------------------------------------------------------------------------ 1024D/DB9B8C1C B90B FBC3 A3A1 C71A 8E70 3F8C 75B8 8FFB DB9B 8C1C Philip M. Gollucci (pgollucci@p6m7g8.com) c: 703.336.9354 VP Apache Infrastructure; Member, Apache Software Foundation Committer, FreeBSD Foundation Sr. System Admin, Ridecharge Inc. Consultant, P6M7G8 Inc. Work like you don't need the money, love like you'll never get hurt, and dance like nobody's watching. From owner-freebsd-apache@FreeBSD.ORG Fri Dec 25 08:01:37 2009 Return-Path: Delivered-To: apache@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 60CBD106566B for ; Fri, 25 Dec 2009 08:01:37 +0000 (UTC) (envelope-from QAT@FeeBSD.org) Received: from worf.ds9.tecnik93.com (worf.ds9.tecnik93.com [81.196.207.130]) by mx1.freebsd.org (Postfix) with ESMTP id 13FDB8FC1C for ; Fri, 25 Dec 2009 08:01:36 +0000 (UTC) Received: from jester1b.ixsystems.com (unknown [206.40.55.137]) by worf.ds9.tecnik93.com (Postfix) with ESMTP id 7ABBD22C53BB; Fri, 25 Dec 2009 09:47:50 +0200 (EET) Received: by jester1b.ixsystems.com (Postfix, from userid 0) id 655305A903D; Thu, 24 Dec 2009 23:46:05 -0800 (PST) From: QAT@FreeBSD.org To: Philip M. Gollucci In-Reply-To: <200912250744.nBP7ihZG046612@repoman.freebsd.org> References: <200912250744.nBP7ihZG046612@repoman.freebsd.org> X-Mailer: $Tecnik: people/itetcu/ports/QA-Tindy/QAT_postPortBuild.sh, v 1.57 2009/03/08 00:17:57 itetcu Exp $ X-QAT-Tindy_Version: tinderbox-3.3; dsversion: 3.2.1 X-QAT-Jail_Arch: amd64 X-QAT-Jail_Csup_Tag: RELENG_8 X-QAT-Jail_Last_Built: 2009-12-08 11:28:51 X-QAT-Port: www/mod_auth_mysql X-QAT-Log: http://QAT.TecNik93.com/logs/8-STABLE-NPD/mod_auth_mysql-3.2.log X-QAT-Build_Reason: Commit X-QAT-Fail_Reason: OK Message-Id: <20091225074605.655305A903D@jester1b.ixsystems.com> Date: Thu, 24 Dec 2009 23:46:05 -0800 (PST) Cc: cvs-ports@FreeBSD.org, apache@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Now OK (Re: cvs commit: ports/www/mod_auth_mysql Makefile) X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Dec 2009 08:01:37 -0000 www/mod_auth_mysql, which was previously failing is OK after this commit. Thanks for fixing it! 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, -- QAT - your friendly neighborhood Daemon, preparing a heck of an error trapping system: - "HMC and EOI?" - "Halt, Melt and Catch fire or Execute Operator Immediately." From owner-freebsd-apache@FreeBSD.ORG Fri Dec 25 08:01:37 2009 Return-Path: Delivered-To: apache@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7C23F1065676 for ; Fri, 25 Dec 2009 08:01:37 +0000 (UTC) (envelope-from QAT@FreeBSD.org) Received: from worf.ds9.tecnik93.com (worf.ds9.tecnik93.com [81.196.207.130]) by mx1.freebsd.org (Postfix) with ESMTP id 140778FC1D for ; Fri, 25 Dec 2009 08:01:36 +0000 (UTC) Received: from jester1b.ixsystems.com (unknown [206.40.55.137]) by worf.ds9.tecnik93.com (Postfix) with ESMTP id A8D1222C52C8; Fri, 25 Dec 2009 09:43:21 +0200 (EET) Received: by jester1b.ixsystems.com (Postfix, from userid 0) id 825DE5A903D; Thu, 24 Dec 2009 23:41:35 -0800 (PST) From: QAT@FreeBSD.org To: pgollucci@FreeBSD.org In-Reply-To: <200912250740.nBP7e8tY046263@repoman.freebsd.org> References: <200912250740.nBP7e8tY046263@repoman.freebsd.org> X-Mailer: $Tecnik: people/itetcu/ports/QA-Tindy/QAT_postPortBuild.sh, v 1.57 2009/03/08 00:17:57 itetcu Exp $ X-QAT-Tindy_Version: tinderbox-3.3; dsversion: 3.2.1 X-QAT-Jail_Arch: amd64 X-QAT-Jail_Csup_Tag: RELENG_8 X-QAT-Jail_Last_Built: 2009-12-08 11:28:51 X-QAT-Port: www/mod_auth_mysql X-QAT-Log: http://QAT.TecNik93.com/logs/8-STABLE-NPD/mod_auth_mysql-3.2.log X-QAT-Build_Reason: Commit X-QAT-Fail_Reason: PLIST Message-Id: <20091225074135.825DE5A903D@jester1b.ixsystems.com> Date: Thu, 24 Dec 2009 23:41:35 -0800 (PST) Cc: cvs-ports@FreeBSD.org, apache@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/www/mod_auth_mysql Makefile X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Dec 2009 08:01:37 -0000 The Restless Daemon identified a PLIST error while trying to build: mod_auth_mysql-3.2 maintained by apache@FreeBSD.org Makefile ident: $FreeBSD: ports/www/mod_auth_mysql/Makefile,v 1.31 2009/12/25 07:40:08 pgollucci Exp $ Excerpt from http://QAT.TecNik93.com/logs/8-STABLE-NPD/mod_auth_mysql-3.2.log : chmod 755 /usr/local/libexec/apache/mod_auth_mysql.so cp /usr/local/etc/apache/httpd.conf.new /usr/local/etc/apache/httpd.conf rm /usr/local/etc/apache/httpd.conf.new /bin/mkdir -p /usr/local/share/doc/mod_auth_mysql/ install -o root -g wheel -m 444 /work/a/ports/www/mod_auth_mysql/work/mod_auth_mysql-3.2/README /usr/local/share/doc/mod_auth_mysql/ install -o root -g wheel -m 444 /work/a/ports/www/mod_auth_mysql/work/mod_auth_mysql-3.2/USAGE /usr/local/share/doc/mod_auth_mysql/ ===> Registering installation for mod_auth_mysql-3.2 ================================================================ ======================================== ===> Building package for mod_auth_mysql-3.2 tar: etc/apache/httpd.conf.bak: Cannot stat: No such file or directory tar: Error exit delayed from previous errors. pkg_create: make_dist: tar command failed with code 256 Creating package /tmp/packages/All/mod_auth_mysql-3.2.tbz Registering depends: mysql-client-5.0.88 apache-1.3.41_1 perl-5.8.9_3 expat-2.0.1_1. Creating bzip'd tar ball in '/tmp/packages/All/mod_auth_mysql-3.2.tbz' *** Error code 1 Stop in /a/ports/www/mod_auth_mysql. Deleting mod_auth_mysql-3.2 pkg_delete: file '/usr/local/etc/apache/httpd.conf.bak' doesn't exist pkg_delete: couldn't entirely delete package (perhaps the packing list is incorrectly specified?) === Checking filesystem state Deleting mysql-client-5.0.88 Deleting apache-1.3.41_1 To delete Apache user permanently, use 'pw userdel www' Deleting expat-2.0.1_1 Deleting perl-5.8.9_3 Removing stale symlinks from /usr/bin... Removing /usr/bin/perl Removing /usr/bin/perl5 Done. Cleaning up /etc/make.conf... Done. Cleaning up /etc/manpath.config... Done. === Checking filesystem state after all packages deleted ================================================================ build of /usr/ports/www/mod_auth_mysql ended at Fri Dec 25 07:41:34 UTC 2009 PortsMon page for the port: http://portsmon.freebsd.org/portoverview.py?category=www&portname=mod_auth_mysql The build which triggered this BotMail was done under tinderbox-3.3; dsversion: 3.2.1 on RELENG_8 on amd64, kern.smp.cpus: 8 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. 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, -- QAT - your friendly neighborhood Daemon, preparing a heck of an error trapping system: - "HMC and EOI?" - "Halt, Melt and Catch fire or Execute Operator Immediately."