ports/113750: update science/kst to 1.4.0

Max Brazhnikov makc at issp.ac.ru
Sun Sep 30 20:40:11 UTC 2007


The following reply was made to PR ports/113750; it has been noted by GNATS.

From: Max Brazhnikov <makc at issp.ac.ru>
To: Kay Lehmann <kay_lehmann at web.de>
Cc: Stefan Walter <stefan at freebsd.org>,
        GNATS <FreeBSD-gnats-submit at freebsd.org>
Subject: Re: ports/113750: update science/kst to 1.4.0
Date: Mon, 1 Oct 2007 00:37:12 +0400

 On Sunday 30 September 2007, Kay Lehmann wrote:
 > So after testing the different options, I think we should commit it, but
 > we need to mark it broken with cdf-support enabled. I did not get it to
 > work right now and it needs some more work to do. But updating the port
 > would be nice, since the new version is not that new any more. Attached
 > is a patch against the official Makefile, which includes the
 > Broken-statement.
 >
 > Greetings,
 > Kay
 
 Both of kst 1.4.0 and 1.3.1 have an issue with cdf.
 During configure stage (with CDF defined):
 checking cdf.h usability... yes
 checking cdf.h presence... yes
 checking for cdf.h... yes
 checking for CDFlib in -lcdf... no
 
 from config.log:
 configure:34846: cc -o 
 conftest   -O2 -fno-strict-aliasing -pipe  -D_THREAD_SAFE -pthread -DQT_THREAD_SUPPORT   -I/usr/local/include -I/usr/local/include  -I/usr/local/include -D_GETOPT_H -D_THREAD_SAFE    -L/usr/local/lib   -D_THREAD_SAFE -pthread  -L/usr/local/lib 
 conftest.c -lcdf  -Wl,-export-dynamic -L/usr/local/lib -L/usr/local/lib -ljpeg  -L/usr/local/lib 
 >&5
 /usr/local/lib/libcdf.so: undefined reference to `fmod'
 /usr/local/lib/libcdf.so: undefined reference to `pow'
 
 After adding -lm to LDFLAGS test passed successfully, but I haven't tried to 
 compile kst.



More information about the freebsd-ports-bugs mailing list