From T.D.Bishop@kent.ac.uk  Mon Dec 18 11:49:29 2006
Return-Path: <T.D.Bishop@kent.ac.uk>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 62FB116A4D2
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 18 Dec 2006 11:49:29 +0000 (UTC)
	(envelope-from T.D.Bishop@kent.ac.uk)
Received: from mx6.kent.ac.uk (mx6.kent.ac.uk [129.12.21.37])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 5407E43C9F
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 18 Dec 2006 11:47:50 +0000 (GMT)
	(envelope-from T.D.Bishop@kent.ac.uk)
Received: from apophis.ukc.ac.uk ([129.12.4.11])
	by mx6.kent.ac.uk with esmtps (TLSv1:AES256-SHA:256)
	(Exim 4.62)
	(envelope-from <T.D.Bishop@kent.ac.uk>)
	id 1GwGMj-0004mH-Ln
	for FreeBSD-gnats-submit@freebsd.org; Mon, 18 Dec 2006 11:09:05 +0000
Received: from pendennis.ukc.ac.uk ([129.12.3.232] helo=pendennis.kent.ac.uk)
	by apophis.ukc.ac.uk with esmtps (TLSv1:AES256-SHA:256)
	(Exim 4.60)
	(envelope-from <tdb@kent.ac.uk>)
	id 1GwGMj-00051N-Gw
	for FreeBSD-gnats-submit@freebsd.org; Mon, 18 Dec 2006 11:09:05 +0000
Received: from tdb by pendennis.kent.ac.uk with local (Exim 4.63 (FreeBSD))
	(envelope-from <tdb@kent.ac.uk>)
	id 1GwGMi-000PAo-RP
	for FreeBSD-gnats-submit@freebsd.org; Mon, 18 Dec 2006 11:09:05 +0000
Message-Id: <E1GwGMi-000PAo-RP@pendennis.kent.ac.uk>
Date: Mon, 18 Dec 2006 11:09:04 +0000
From: Tim Bishop <tdb@FreeBSD.org>
Sender: "T.D.Bishop" <T.D.Bishop@kent.ac.uk>
Reply-To: Tim Bishop <tdb@FreeBSD.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: devel/kdesdk3: Fix build when alternate LOCALBASE used
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         106863
>Category:       ports
>Synopsis:       devel/kdesdk3: Fix build when alternate LOCALBASE used
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    kde
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Dec 18 11:50:16 GMT 2006
>Closed-Date:    Tue Dec 19 21:29:00 GMT 2006
>Last-Modified:  Tue Dec 19 21:29:00 GMT 2006
>Originator:     Tim Bishop
>Release:        FreeBSD 6.2-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD pendennis.kent.ac.uk 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #3: Wed Nov 29 16:26:58 GMT 2006 tdb@pendennis.kent.ac.uk:/u2/obj/usr/src/sys/PENDENNIS i386

>Description:
	When an alternate LOCALBASE is used the configure script
	fails to detect the Subversion libraries. It has explicitly
	nailed paths to check which happen to include the default
	LOCALBASE, so this only happens when an alternate LOCALBASE
	is set.

>How-To-Repeat:
>Fix:
	Give paths for the Subversion libraries to the configure
	script.

--- kdesdk3.diff begins here ---
Index: kdesdk3/Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/kdesdk3/Makefile,v
retrieving revision 1.57
diff -u -r1.57 Makefile
--- kdesdk3/Makefile	12 Sep 2006 23:26:15 -0000	1.57
+++ kdesdk3/Makefile	18 Dec 2006 00:23:48 -0000
@@ -35,7 +35,9 @@
 CONFIGURE_ARGS+=--with-db-include-dir=${LOCALBASE}/include/db4 \
 		--with-db-lib-dir=${LOCALBASE}/lib --with-db-name=db4 \
 		--with-apr-config=${LOCALBASE}/bin/apr-1-config \
-		--with-apu-config=${LOCALBASE}/bin/apu-1-config
+		--with-apu-config=${LOCALBASE}/bin/apu-1-config \
+		--with-svn-include=${LOCALBASE}/include \
+		--with-svn-lib=${LOCALBASE}/lib
 
 MAN1=		cervisia.1 cvsblame.1 cvscheck.1 cvsversion.1 includemocs.1 kde-build.1 kdesvn-build.1 noncvslist.1
 
--- kdesdk3.diff ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->kde 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Mon Dec 18 11:50:47 UTC 2006 
Responsible-Changed-Why:  
Over to maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=106863 
State-Changed-From-To: open->closed 
State-Changed-By: lofi 
State-Changed-When: Tue Dec 19 21:28:44 UTC 2006 
State-Changed-Why:  
Committed, thanks! 

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