Source: vtk Version: 5.6.1-2 Hi,
The package doesn't longer build on kfreebsd, there seems to be a issue with the Java language compliance level. Java's "enum" needs at least level 1.5. cd Build && cmake .. -- The C compiler identification is GNU -- The CXX compiler identification is GNU -- Check for working C compiler: /usr/bin/gcc -- Check for working C compiler: /usr/bin/gcc -- works [...] -- Java version 1.5.0 configured successfully! [...] 1. ERROR in /build/buildd-vtk_5.6.1-2-kfreebsd-amd64-cCPTMt/vtk-5.6.1/Build/java/vtk/CellType.java (at line 8) public enum CellType { ^^^^ Syntax error on token "enum", interface expected [...] The full build logs for kfreebsd-amd64 and kfreebsd-i386 can be found here: https://buildd.debian.org/fetch.cgi?pkg=vtk&arch=kfreebsd-amd64&ver=5.6.1-2&stamp=1298088790&file=log&as=raw https://buildd.debian.org/fetch.cgi?pkg=vtk&arch=kfreebsd-i386&ver=5.6.1-2&stamp=1298088215&file=log&as=raw Thanks Dominique