Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 May 1998 15:20:43 -0400 (EDT)
From:      Mikhail Teterin <mi@aldan.algebra.com>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/6563: KDE port -- nitpicking
Message-ID:  <199805091920.PAA16661@rtfm.ziplink.net>

next in thread | raw e-mail | index | archive | help

>Number:         6563
>Category:       ports
>Synopsis:       minor problems with KDE ports
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat May  9 12:30:01 PDT 1998
>Last-Modified:
>Originator:     Mikhail Teterin
>Organization:
Virtual Estates, Inc.
>Release:        FreeBSD 3.0-CURRENT i386
>Environment:

	Trying to build Beta-4

>Description:

	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 ?

>How-To-Repeat:

	See description

>Fix:
	
	For 1. the quickest (and the dirtiest) is to
		ln -s `which moc` /usr/bin/

	
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199805091920.PAA16661>