1. As a result of the problem with configure script: checking for moc... test: syntax error /usr/bin/moc moc is set to be in /usr/bin/moc, while it really is in /usr/X11R6/bin. Is it just me with troublesome `test'? 2. The CONFIGURE_ENV should be CXXFLAGS="${CXXFLAGS}" rather then CXXFLAGS="${CFLAGS} . If the local installation wants to have C++ flags same as C flags -- they can do so in /etc/make.conf . I guess, the whole line belongs to bsd.port.mk -- this is a standard environment variable, that should always be exported to configure... 3. Too bad, KDE does not compile with GNU C++ 2.8.1 -- multiple definitions of things. This, I guess, is not FreeBSD specific. 4. kdelibs install into /usr/local . Do not they belong to /usr/X11R6 ? If not, why is the port under x11 ? Fix: For 1. the quickest (and the dirtiest) is to ln -s `which moc` /usr/bin/ How-To-Repeat: See description
Responsible Changed From-To: freebsd-ports->se Over to this port's maintainer.
These problems you describe should all be resolved in the current version of the port (/usr/ports/x11/kde11 at least), except for the installing under /usr/local - this seems to be a 'feature' of KDE which is not easy to avoid. Let me know if you have further problems with the port.. If you have no objections, I'll close this PR. Kris ------------------------------------------------------------------------------ The Feynman Problem-Solving Algorithm: (1) Write down the problem (2) Think real hard (3) Write down the answer ------------------------------------------------------------------------------
State Changed From-To: open->closed Submitter agreed to close this PR; problems resolved in newer version of KDE.