Bug 6563 - minor problems with KDE ports
Summary: minor problems with KDE ports
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Stefan Eßer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1998-05-09 20:30 UTC by Mikhail T.
Modified: 1999-04-27 12:52 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mikhail T. 1998-05-09 20:30:01 UTC
	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
Comment 1 Steve Price freebsd_committer freebsd_triage 1998-05-10 17:41:11 UTC
Responsible Changed
From-To: freebsd-ports->se

Over to this port's maintainer. 

Comment 2 kkenn 1999-04-25 14:19:02 UTC
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
------------------------------------------------------------------------------
Comment 3 Kris Kennaway freebsd_committer freebsd_triage 1999-04-27 12:51:32 UTC
State Changed
From-To: open->closed

Submitter agreed to close this PR; problems resolved in newer version of KDE.