Re: [kde-freebsd] devel/qt4-makeqpf -- references OSVERSION before initialized

2012-06-02 Thread Raphael Kubo da Costa
Matthew Seaman writes: > Dear kde, > > devel/qt4-makeqpf port is throwing 'Malformed conditional' errors > because you're referencing ${OSVERSION} before it is initialised. > > Here's a fix: > > lucid-nonsense:...ports/devel/qt4-makeqpf:# diff -u Makefile{~,} > --- Makefile~ 2012-06-02 09:29:49.5

[kde-freebsd] devel/qt4-makeqpf -- references OSVERSION before initialized

2012-06-02 Thread Matthew Seaman
Dear kde, devel/qt4-makeqpf port is throwing 'Malformed conditional' errors because you're referencing ${OSVERSION} before it is initialised. Here's a fix: lucid-nonsense:...ports/devel/qt4-makeqpf:# diff -u Makefile{~,} --- Makefile~ 2012-06-02 09:29:49.500903933 +0100 +++ Makefile2012-0