From nobody@www.freebsd.org  Thu Jun  6 19:53:45 2002
Return-Path: <nobody@www.freebsd.org>
Received: from nwww.freebsd.org (www.FreeBSD.org [216.136.204.117])
	by hub.freebsd.org (Postfix) with ESMTP id 394AB37B407
	for <freebsd-gnats-submit@FreeBSD.org>; Thu,  6 Jun 2002 19:53:44 -0700 (PDT)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by nwww.freebsd.org (8.12.2/8.12.2) with ESMTP id g572rihG092089
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 6 Jun 2002 19:53:44 -0700 (PDT)
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.12.2/8.12.2/Submit) id g572riJO092088;
	Thu, 6 Jun 2002 19:53:44 -0700 (PDT)
Message-Id: <200206070253.g572riJO092088@www.freebsd.org>
Date: Thu, 6 Jun 2002 19:53:44 -0700 (PDT)
From: Shannon -jj Behrens <jjinux@yahoo.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [PATCH] kapptemplate fails on FreeBSD
X-Send-Pr-Version: www-1.0

>Number:         38965
>Category:       ports
>Synopsis:       [PATCH] kapptemplate fails on FreeBSD
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    kde
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun 06 20:00:02 PDT 2002
>Closed-Date:    Wed Feb 04 17:50:48 PST 2004
>Last-Modified:  Wed Feb 04 17:50:48 PST 2004
>Originator:     Shannon -jj Behrens
>Release:        4.5-STABLE
>Organization:
NTT MCL, INC.
>Environment:
FreeBSD tcp.nttmcl.com 4.5-STABLE FreeBSD 4.5-STABLE #0: Wed Apr 24 11:26:52 PDT 2002     jj@tcp.nttmcl.com:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
Concerning kdesdk: 

 In kapptemplate.common: 

 302c302 
< FILES=`cd $DIRECTORY; find . ! -name "*~" -maxdepth 1 -type f -print | sed 's,^\./,,'`; 
--- 
> FILES=`cd $DIRECTORY; find . ! -name "*~" -maxdepth 1 -type f -print | sed 's,^\./,,' | sort`; 
 
This is a bug that was recently caused by another bug fix. "ls" implicitly sorts, whereas "find" doesn't (at least from what I can see). Notice, I did not use the "-s" flag for "sort" because the man page suggests that it is not portable. 

 Next: 

 On my FreeBSD system "make" is not symlinked to "gmake". The FreeBSD version of "make" cannot be used to build KDE software--"gmake" must be used instead. Would it be possible to always refer to "gmake" (I don't know if that symlink exists on Linux systems) or perhaps set "$MAKE", the same way that "$MKDIR" is being set? 

 
>How-To-Repeat:
Try to use kapptemplate.	
>Fix:
Patch included above.
>Release-Note:
>Audit-Trail:

From: Peter Pentchev <roam@ringlet.net>
To: Shannon -jj Behrens <jjinux@yahoo.com>
Cc: bug-followup@FreeBSD.org
Subject: Re: misc/38965: [PATCH] kapptemplate fails on FreeBSD
Date: Fri, 7 Jun 2002 10:02:30 +0300

 --boAH8PqvUi1v1f55
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 Content-Transfer-Encoding: quoted-printable
 
 On Thu, Jun 06, 2002 at 07:53:44PM -0700, Shannon -jj Behrens wrote:
 >=20
 > >Number:         38965
 > >Category:       misc
 > >Synopsis:       [PATCH] kapptemplate fails on FreeBSD
 > >Originator:     Shannon -jj Behrens
 > >Release:        4.5-STABLE
 > >Organization:
 > NTT MCL, INC.
 > >Environment:
 > FreeBSD tcp.nttmcl.com 4.5-STABLE FreeBSD 4.5-STABLE #0: Wed Apr 24 11:26=
 :52 PDT 2002     jj@tcp.nttmcl.com:/usr/obj/usr/src/sys/GENERIC  i386
 > >Description:
 [snip]
 >  Next:=20
 >=20
 >  On my FreeBSD system "make" is not symlinked to "gmake". The FreeBSD
 >  version of "make" cannot be used to build KDE software--"gmake" must
 >  be used instead. Would it be possible to always refer to "gmake" (I
 >  don't know if that symlink exists on Linux systems) or perhaps set
 >  "$MAKE", the same way that "$MKDIR" is being set?=20
 
 Ermm.. I thought that was what happened when a port specified
 USE_GMAKE=3Dyes, as all the KDE ports seem to do?
 
 G'luck,
 Peter
 
 --=20
 Peter Pentchev	roam@ringlet.net	roam@FreeBSD.org
 PGP key:	http://people.FreeBSD.org/~roam/roam.key.asc
 Key fingerprint	FDBA FD79 C26F 3C51 C95E  DF9E ED18 B68D 1619 4553
 because I didn't think of a good beginning of it.
 
 --boAH8PqvUi1v1f55
 Content-Type: application/pgp-signature
 Content-Disposition: inline
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.0.7 (FreeBSD)
 
 iD8DBQE9AFqF7Ri2jRYZRVMRAgqSAJ9D41vNuzU3kC1p4SVLsmM7p761qACfaYTi
 FmV1lmIQSdEDffZ9tlI/+mE=
 =MW4l
 -----END PGP SIGNATURE-----
 
 --boAH8PqvUi1v1f55--
Responsible-Changed-From-To: freebsd-bugs->kde 
Responsible-Changed-By: roam 
Responsible-Changed-When: Mon Jun 10 01:50:52 PDT 2002 
Responsible-Changed-Why:  
Over to the KDE maintainers. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=38965 
State-Changed-From-To: open->analyzed 
State-Changed-By: lioux 
State-Changed-When: Mon Feb 17 12:06:50 PST 2003 
State-Changed-Why:  
Known issue being worked on by KDE developers 

http://www.freebsd.org/cgi/query-pr.cgi?pr=38965 
State-Changed-From-To: analyzed->patched 
State-Changed-By: arved 
State-Changed-When: Tue Jul 29 08:59:01 PDT 2003 
State-Changed-Why:  
Committed to KDE CVS HEAD three days ago by Dirk Mueller. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=38965 
State-Changed-From-To: patched->closed 
State-Changed-By: lofi 
State-Changed-When: Wed Feb 4 17:49:52 PST 2004 
State-Changed-Why:  
Fixed in KDE 3.2.0. Thanks for reporting! 


http://www.freebsd.org/cgi/query-pr.cgi?pr=38965 
>Unformatted:
