From owner-cvs-all@FreeBSD.ORG Mon Jul 30 04:14:31 2007 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 512AD16A417; Mon, 30 Jul 2007 04:14:31 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id 41D7F13C468; Mon, 30 Jul 2007 04:14:31 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from rot26.obsecurity.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 1A1F21A4D7C; Sun, 29 Jul 2007 21:14:15 -0700 (PDT) Received: by rot26.obsecurity.org (Postfix, from userid 1001) id 83B00BA4A; Mon, 30 Jul 2007 00:14:30 -0400 (EDT) Date: Mon, 30 Jul 2007 00:14:30 -0400 From: Kris Kennaway To: Dirk Meyer Message-ID: <20070730041430.GA95009@rot26.obsecurity.org> References: <200706261649.l5QGno2x079313@repoman.freebsd.org> <200706261649.l5QGno2x079313@repoman.freebsd.org> <20070729183445.GB90318@rot26.obsecurity.org> <20070729220842.GA91138@rot26.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.3i Cc: cvs-ports@FreeBSD.org, ports-committers@FreeBSD.org, cvs-all@FreeBSD.org, Kris Kennaway Subject: Re: cvs commit: ports/german/unix-connect Makefile 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: Mon, 30 Jul 2007 04:14:31 -0000 On Mon, Jul 30, 2007 at 05:46:22AM +0200, Dirk Meyer wrote: > > > On Sun, Jul 29, 2007 at 11:00:31PM +0200, Dirk Meyer wrote: > > > Hallo Kris Kennaway, > > > > > > > What was wrong with using example.com? > > > nothing, it worked since 2006-09. > > > > > > But the new cluster has an empty hostname which break build. > > > > Probably due to PARALLEL_PACKAGE_BUILD being removed from the build > > environments a bit prematurely (it's spelled PACKAGE_BUILDING > > these days but a couple of ports including yours were still using the > > old name). > > This is a different issue. > Please do not mix them. No it's not: +# $FreeBSD: ports/german/unix-connect/Makefile,v 1.14 2006/09/05 05:08:32 dinoex Exp $ +.if defined(PARALLEL_PACKAGE_BUILD) +CONFIGURE_ARGS+=--with-domain=example.com +.endif That used to work, then it was broken accidentally by me, then instead of asking about why it stopped working you made some incorrect changes in subsequent commits. It will work again if you put that back and change it to test PACKAGE_BUILDING. > > Once again we have a situation where if you'd bothered to actually > > talk to me about the problems you were seeing with package builds > > instead of assuming you know everything that's going on, we would have > > figured this out immediately :( > > Sorry but as your replies shows, > you art not giving a cent to my questions. What questions? You've not asked any, and in fact that is the whole problem: you don't ask questions when something doesn't work the way you expect it to. > It is pointless to discuss anything with you. > > The issues was solved on IRC weeks ago. Not really, the port is still MANUAL_PACKAGE_BUILD instead of being correctly fixed by setting the --with-domain as it used to be before being accidentally broken. > If you have spare time, how about keeping the documentation of > the poitythat environment up to date? Mark and others have worked on this recently. If you think there is something missing, please provide your constructive suggestions. Kris