From owner-cvs-all@FreeBSD.ORG Mon Jul 30 19:21:46 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 1EA9316A474; Mon, 30 Jul 2007 19:21:46 +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 0EDA213C4B5; Mon, 30 Jul 2007 19:21:45 +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 059C11A4D7C; Mon, 30 Jul 2007 12:21:26 -0700 (PDT) Received: by rot26.obsecurity.org (Postfix, from userid 1001) id 2285FBAA6; Mon, 30 Jul 2007 15:21:44 -0400 (EDT) Date: Mon, 30 Jul 2007 15:21:44 -0400 From: Kris Kennaway To: Dirk Meyer Message-ID: <20070730192144.GA8483@rot26.obsecurity.org> References: <200706261649.l5QGno2x079313@repoman.freebsd.org> <200706261649.l5QGno2x079313@repoman.freebsd.org> <20070729183445.GB90318@rot26.obsecurity.org> <20070729220842.GA91138@rot26.obsecurity.org> <20070730041430.GA95009@rot26.obsecurity.org> <0OWk/kcxcH@dmeyer.dinoex.sub.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <0OWk/kcxcH@dmeyer.dinoex.sub.org> User-Agent: Mutt/1.4.2.3i Cc: cvs-ports@FreeBSD.org, ports-committers@FreeBSD.org, cvs-all@FreeBSD.org, kris@obsecurity.org 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 19:21:46 -0000 On Mon, Jul 30, 2007 at 08:47:03PM +0200, Dirk Meyer wrote: > Kris Kennaway schrieb:, > > > > > 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. > > Sorry, but you misread again! > > The port was broken cause of hostname returned an emnpyt string. > It did't matter if PARALLEL_PACKAGE_BUILD was set or not. Nope, hostname returns a string, it's just not a FQDN: # jexec 1041 hostname jail-64 In fact I don't think it's even possible to construct a jail without a hostname set. > --with-domain=example.com was removed in cleanup, > as this hack made no longer any sense with MANUAL_PACKAGE_BUILD. MANUAL_PACKAGE_BUILD is highly discouraged wherever possible. Please find a way to make your port buildable on pointyhat. > > Mark and others have worked on this recently. If you think there is > > something missing, please provide your constructive suggestions. > > Great, please give a a pointer where the restrictions of > the pointhat build can be read? There are notes on http://pointyhat.freebsd.org. They are in need of updating. Kris