cvs commit: ports/german/unix-connect Makefile

Kris Kennaway kris at obsecurity.org
Mon Jul 30 04:14:31 UTC 2007


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


More information about the cvs-ports mailing list