From owner-cvs-all@FreeBSD.ORG Sat Jul 5 04:57:52 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 E39D01065671; Sat, 5 Jul 2008 04:57:52 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from it.buh.tecnik93.com (it.buh.tecnik93.com [81.196.204.98]) by mx1.freebsd.org (Postfix) with ESMTP id 550B08FC1B; Sat, 5 Jul 2008 04:57:52 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from it.buh.tecnik93.com (localhost [127.0.0.1]) by it.buh.tecnik93.com (Postfix) with ESMTP id 626592C50CD0; Sat, 5 Jul 2008 07:57:51 +0300 (EEST) Date: Sat, 5 Jul 2008 07:57:50 +0300 From: "QA Tindy" To: Edwin Groothuis Message-ID: <20080705075750.690527cf@it.buh.tecnik93.com> In-Reply-To: <200807050115.m651FhG8014886@repoman.freebsd.org> References: <200807050115.m651FhG8014886@repoman.freebsd.org> X-Mailer: Claws Mail 3.5.0 (GTK+ 2.12.10; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: cvs-ports@FreeBSD.org, Mark Linimon , cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/japanese/mh Makefile ports/japanese/mh/files patch-uip_msh.c patch-uip_prompter.c patch-uip_trmsbr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Jul 2008 04:57:53 -0000 On Sat, 5 Jul 2008 01:15:43 +0000 (UTC) Edwin Groothuis wrote: > edwin 2008-07-05 01:15:43 UTC > > FreeBSD ports repository > > Modified files: > japanese/mh Makefile > Added files: > japanese/mh/files patch-uip_msh.c patch-uip_prompter.c > patch-uip_trmsbr.c > Log: > [Patch] japanese/mh: port to termios > > The japanese/mh port is one of the last ports that still > depends on COMPAT_43TTY, because it uses the sgtty programming > interface. We'd better port it to the POSIX termios interface. The > source code already contains code for SysV termio, which makes it > easier to port. > PR: ports/124466 > Submitted by: Ed Schouten > Approved by: maintainer timeout > > Revision Changes Path > 1.31 +4 -0 ports/japanese/mh/Makefile > 1.1 +17 -0 ports/japanese/mh/files/patch-uip_msh.c (new) > 1.1 +100 -0 ports/japanese/mh/files/patch-uip_prompter.c > (new) 1.1 +51 -0 ports/japanese/mh/files/patch-uip_trmsbr.c > (new) > Hi, You receive this email if you are either the maintainer of the port or if you recently committed to it. If the error is already fixed please ignore this email; if you submit a PR to fix it CC me and I'll commit it ASAP. The builds are 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 (for commit-triggered builds the files are fetched via CVSWeb), with the following vars set: NOPORTDOCS=yes, NOPORTEXAMPLES=yes, NOPORTDATA=yes, FORCE_PACKAGE=yes. The error which triggered this email is bellow followed by the link to the full log and explanations about the testing process. building ja-mh-6.8.4.j3.05_1 in directory /var/tinderbox/7-STABLE-FTP maintained by: motoyuki@freebsd.org building for: 7.0-STABLE amd64 port directory: /usr/ports/japanese/mh Makefile ident: $FreeBSD: ports/japanese/mh/Makefile,v 1.31 2008/07/05 01:15:43 edwin Exp $ prefixes: LOCALBASE=usr/local X11BASE=usr/local NO* env vars: NOPORTDOCS=yes NOPORTEXAMPLES=yes NOPORTDATA=yes build started at Sat Jul 5 03:04:40 UTC 2008 ...... ======================================== ===> Building package for ja-mh-6.8.4.j3.05_1 Creating package /tmp/packages/All/ja-mh-6.8.4.j3.05_1.tbz Registering depends: ja-less+iso-382.262. Registering conflicts: nmh-[0-9]*. Creating bzip'd tar ball in '/tmp/packages/All/ja-mh-6.8.4.j3.05_1.tbz' Deleting ja-mh-6.8.4.j3.05_1 ================================================================ === Checking filesystem state list of extra files and directories in / (not present before this port was installed but present after it was deinstalled) 15548046 4 drwxr-xr-x 2 root wheel 512 Jul 5 03:05 usr/local/share/doc/ja-mh ================================================================ build of /usr/ports/japanese/mh ended at Sat Jul 5 03:05:04 UTC 2008 http://t64.tecnik93.com/errors/7-STABLE-FTP/ja-mh-6.8.4.j3.05_1.log These emails are generated in one of the following cases: - an automated build was scheduled because the port was touched in CVS - the periodic QA build has reached it. - the port was scheduled because it is a dependency of a port from the cases above. There is no fixed interval for this; if other ports depend on it you will receive this emails more often since testing those other ports is made impossible by this port being broken. Efforts are made to restrict the number of outgoing emails to one/port/week for QA or dependency builds (but not for commit-triggered builds; if you commit 3 times in 5 minutes to the same port and the first 2 versions fail you'll receive 2 emails). When you fix install/plist errors please bear in mind that each of the 3 NO* vars controls the installation of different type of files, so constructs like: .ifndef NOPORTDOCS @${MKDIR} ${DATADIR} ... .endif or %%PORTDOCS%%%%EXAMPLESDIR%%/some_example_file are WRONG. Please use the right pairs like: %%PORTDOCS%%%%DOCSDIR%% %%PORTEXAMPLES%%%%EXAMPLESDIR%% %%PORTDATA%%%%DATADIR%% 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