From owner-freebsd-ports Tue Dec 9 03:28:13 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id DAA24655 for ports-outgoing; Tue, 9 Dec 1997 03:28:13 -0800 (PST) (envelope-from owner-freebsd-ports) Received: from kiri.toba-cmt.ac.jp (kiri.toba-cmt.ac.jp [202.26.248.91]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id DAA24647 for ; Tue, 9 Dec 1997 03:28:06 -0800 (PST) (envelope-from kiri@kiri.toba-cmt.ac.jp) Received: from localhost (localhost [127.0.0.1]) by kiri.toba-cmt.ac.jp (8.8.8/8.8.7) with ESMTP id UAA00855 for ; Tue, 9 Dec 1997 20:25:11 +0900 (JST) To: ports@FreeBSD.ORG Subject: Re: Can't compile kdelibs-2.1b In-Reply-To: Your message of "Tue, 2 Dec 1997 22:55:59 -0800 (PST)" References: X-Mailer: Mew version 1.92.4 on Emacs 19.28 / Mule 2.3 (SUETSUMUHANA) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <19971209202501M.kiri@kiri.toba-cmt.ac.jp> Date: Tue, 09 Dec 1997 20:25:01 +0900 From: Kazuhiko Kiriyama(System administrator) X-Dispatcher: imput version 971024 Lines: 62 Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hello people. Everything got well! And every kde* functions made successfully by kde* ports. Thanks for kde* porters. But several kde potrs had to be change in order to "sh problem" that Tom has pointed out as follows. In Message-ID: Tom wrote : > On Wed, 3 Dec 1997, Kazuhiko Kiriyama wrote: > > > In Message-ID: > > Tom wrote : > > > > > I've seen configure choke looking for stuff before (in 2.2.5-stable). I > > > think it is /bin/sh bug, actually. > > > > Oh is that true? So people who works on 2.2.5-stable would be shut away > > from kde! > > No, it is simple problem in /bin/sh. If your /bin/sh is bash, it will > probably work fine. > > > > You will probably find something like the following in configure: > > : > > > "/usr/bin", "/bin", and "/home/tom/bin:/usr/local/bin". The last entry > > > causes "test" to freak, and so configure defaults to some default > > > directory. > > > > I see. For the time bing, people who want to use kde will be > > installed from packages? > > Either run configure with bash, or patch the configure script to do > something a little different. > > I find that changing: > > for ac_path in $PATH:/usr/local/bin:/otherstuff; do > > to: > > SEARCH=$PATH:/usr/local/bin:/otherstuff > for ac_path in $SEARCH; do > > is an effective work around to this particular problem. These changes were made to patches that patch to configure scripts. Effective ports are x11/kdelibs, x11/kdebase, misc/kdeutils, games/kdegames, net/kdenetwork In additin to these changes, there must be add x11/kdebase to BUILD_DEPENDS with "graphics/Mesa". I've done on 2.2.5-stable and XFree86-3.3.1. Are these problems have to be send-pr ? ------------------------------------------------------------------------ KIRIYAMA Kazuhiko Toba National College of Maritime Technology Department of Electronic Mechanical Engineering