From owner-freebsd-ports Sat May 9 12:33:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA17505 for freebsd-ports-outgoing; Sat, 9 May 1998 12:33:09 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA17497 for ; Sat, 9 May 1998 12:33:08 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA18195; Sat, 9 May 1998 12:30:01 -0700 (PDT) Received: from aldan.ziplink.net (mi@kot.ne.mediaone.net [24.128.29.55]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA16571 for ; Sat, 9 May 1998 12:26:00 -0700 (PDT) (envelope-from mi@rtfm.ziplink.net) Received: from rtfm.ziplink.net (rtfm [199.232.255.52]) by aldan.ziplink.net (8.8.8/8.8.7) with ESMTP id TAA15850 for ; Sat, 9 May 1998 19:25:57 GMT (envelope-from mi@rtfm.ziplink.net) Received: (from mi@localhost) by rtfm.ziplink.net (8.8.8/8.8.5) id PAA16661; Sat, 9 May 1998 15:20:43 -0400 (EDT) Message-Id: <199805091920.PAA16661@rtfm.ziplink.net> Date: Sat, 9 May 1998 15:20:43 -0400 (EDT) From: Mikhail Teterin Reply-To: mi@aldan.algebra.com To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/6563: KDE port -- nitpicking Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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