svn commit: r469168 - head/math/octave

Montgomery-Smith, Stephen stephen at missouri.edu
Sat May 5 22:23:56 UTC 2018


On 05/05/2018 05:03 PM, Christoph Moench-Tegeder wrote:
> ## Montgomery-Smith, Stephen (stephen at missouri.edu):
> 
>> In this case, I have some suggestions on how to fix this, but I need
>> some email exchanges with someone using FreeBSD 11 so that I can figure
>> out if I am correct.
> 
> Funny thing is, I just solved it (as in "works for me") on 11.1.
> Two things:
>  - I added "help" and "help-tools" to USE_QT4 (qcollectiongenerator
>    is from qt4-help-tools and I'm not that sure about qt4-help
>    anymore)
>  - configure need some patching: it calls qcollectiongenerator with
>    "-qt4" (for working with the qtchooser), but the correct argument
>    to qtchooser would be "-qt4=qt4" - that needs to be fixed for
>    QCOLLECTIONGENERATORFLAGS and QHELPGENERATORFLAGS.
> 
> I didn't get around to cleaning up the patch (there's a lot of line
> number changes in files/patch-configure) - attached should apply to
> the ports tree. Perhaps this is close enough for checking your hunch?
> 
> Regards,
> Christoph
> 


That was my hunch.  Let me work on this, because FreeBSD-10 has an old
version of makeinfo.  This was why I didn't pick up on this error.  So I
need to make sure configure uses /usr/local/bin/makeinfo.

There are also a number of other places where -qt=qt4 is needed.  Being
not knowledgeable about QT, I simply erased that flag.  So I need to
make that fix in lots of places.

Thanks, Stephen


More information about the svn-ports-head mailing list