Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Dec 2006 11:09:04 +0000
From:      Tim Bishop <tdb@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/106863: devel/kdesdk3: Fix build when alternate LOCALBASE used
Message-ID:  <E1GwGMi-000PAo-RP@pendennis.kent.ac.uk>
Resent-Message-ID: <200612181150.kBIBoGdV096755@freefall.freebsd.org>

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

>Number:         106863
>Category:       ports
>Synopsis:       devel/kdesdk3: Fix build when alternate LOCALBASE used
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Dec 18 11:50:16 GMT 2006
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1GwGMi-000PAo-RP>