Subject: Re: pkgsrc NetBSD 2.0/x86_64 bulk build results 2005-03-28
To: Mark Davies <mark@mcs.vuw.ac.nz>
From: Frederick Bruckman <fredb@immanent.net>
List: pkgsrc-bulk
Date: 03/29/2005 10:56:12
On Wed, 30 Mar 2005, Mark Davies wrote:

> On Tuesday 29 March 2005 23:28, Thomas Klausner wrote:
>
>>  checking for Qt... configure: error: Qt (>= Qt 3.1.0) (library qt-mt) not
>> found. Please check your For more details about this problem, look at the
>> end of config.log. Make sure that you have compiled Qt with thread support!
>
> This is fixed by the following patch to celestia/Makefile.common:
>
> --- Makefile.common     20 Mar 2005 12:36:25 -0000      1.14
> +++ Makefile.common     29 Mar 2005 14:37:27 -0000
> @@ -22,7 +22,7 @@
>
> GCC_REQD=              3.0
>
> -CXXFLAGS+=     -DPKG_SYSCONFDIR=\"${PKG_SYSCONFDIR}\"
> +CXXFLAGS+=     -DPKG_SYSCONFDIR="\"${PKG_SYSCONFDIR}\""
>
> .include "../../mk/bsd.prefs.mk"

I don't understand what that has to do with "Qt".

> BUT that is precisely the reverse of the patch that fredb made to that file 10
> days ago so I'm not sure what breakage Fred was seeing to make that change.

The breakage was, it would build, but it would not actually run,
because the embedded path it was looking for started with "/etc",
*with* *the* *quotes*.


Frederick