Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Feb 2007 11:36:53 GMT
From:      "moose@opera.com"<moose@opera.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/108714: missing RUN_DEPENDS for www/kdewebdev3
Message-ID:  <200702031136.l13Barq2076869@www.freebsd.org>
Resent-Message-ID: <200702031140.l13BeI2p014409@freefall.freebsd.org>

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

>Number:         108714
>Category:       ports
>Synopsis:       missing RUN_DEPENDS for www/kdewebdev3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 03 11:40:18 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     moose@opera.com
>Release:        FreeBSD 6.2-STABLE
>Organization:
Opera Software
>Environment:
FreeBSD evangelista 6.2-STABLE FreeBSD 6.2-STABLE #0: Sat Feb  3 10:25:40 CET 2007     moose@evangelista:/usr/obj/usr/src/sys/EVANGELISTA  amd64
>Description:
The www/kdewebdev3 port Makefile specifies that devel/kdesdk is required to build, but not to run www/kdewebdev3. 

Upon verification, I have found that devel/kdesdk3 is indeed required to run. Quanta, part of www/kdewebdev3, fails to run if devel/kdesdk3 is deinstalled after the build of www/kdewebdev3 with default options is completed.

I think "cvsservice:${PORTSDIR}/devel/kdesdk3" should be added to RUN_DEPENDS in the www/kdewebdev3 Makefile. 

-----

On a remotely related note, removing "cvsservice:${PORTSDIR}/devel/kdesdk3" from BUILD_DEPENDS allows one to build and install www/kdewebdev3, and run quanta afterwards. The Cervisia option will not be working, but the application can be run.
>How-To-Repeat:
0. ensure www/kdesdk3 is not installed
1. build www/kdewebdev3 with default options
2. deinstall devel/kdesdk3
3. run quanta
>Fix:
--- Makefile.orig	Sat Feb  3 12:24:11 2007
+++ Makefile	Sat Feb  3 12:24:55 2007
@@ -18,7 +18,8 @@
 
 BUILD_DEPENDS=	cvsservice:${PORTSDIR}/devel/kdesdk3 \
 		xgettext:${PORTSDIR}/devel/gettext
-RUN_DEPENDS=	tidy:${PORTSDIR}/www/tidy
+RUN_DEPENDS=	cvsservice:${PORTSDIR}/devel/kdesdk3 \
+		tidy:${PORTSDIR}/www/tidy
 
 USE_KDELIBS_VER=3
 PREFIX=		${KDE_PREFIX}

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200702031136.l13Barq2076869>