Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Aug 2009 17:43:32 GMT
From:      Alberto Villa <villa.alberto@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/137851: [patch] ports-mgmt/kports-qt4 - missing dependency
Message-ID:  <200908161743.n7GHhWJR048503@www.freebsd.org>
Resent-Message-ID: <200908161750.n7GHo5VW030491@freefall.freebsd.org>

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

>Number:         137851
>Category:       ports
>Synopsis:       [patch] ports-mgmt/kports-qt4 - missing dependency
>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:   Sun Aug 16 17:50:05 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Alberto Villa
>Release:        FreeBSD 8-STABLE
>Organization:
>Environment:
FreeBSD echo.hoth 8.0-BETA2 FreeBSD 8.0-BETA2 #11: Sat Aug 15 17:55:03 CEST 2009     root@echo.hoth:/usr/obj/usr/src/sys/TPR60  i386
>Description:
ports-mgmt/kports-qt4 used to depend on x11/kdebase4-runtime for kdesu and oxygen icons. now that oxygen has been moved to its own port, it has lost the dependency on it
>How-To-Repeat:
in a clean system, install ports-mgmt/kports-qt4 with kde support: you won't get oxygen icons
>Fix:
patch below

Patch attached with submission follows:

diff -ruN /tmp/kports-qt4/Makefile /usr/ports/ports-mgmt/kports-qt4/Makefile
--- /tmp/kports-qt4/Makefile	2009-08-16 19:32:00.600542935 +0200
+++ /usr/ports/ports-mgmt/kports-qt4/Makefile	2009-08-16 19:35:56.334397472 +0200
@@ -34,7 +34,8 @@
 .include <bsd.port.pre.mk>
 
 .if !defined(WITHOUT_KDE)
-RUN_DEPENDS+=   ${LOCALBASE}/kde4/lib/kde4/libexec/kdesu:${PORTSDIR}/x11/kdebase4-runtime
+RUN_DEPENDS+=	${LOCALBASE}/kde4/lib/kde4/libexec/kdesu:${PORTSDIR}/x11/kdebase4-runtime \
+		${LOCALBASE}/kde4/share/icons/oxygen/index.theme:${PORTSDIR}/x11-themes/kde4-icons-oxygen
 .else
 PKGMESSAGE=	pkg-message.nokdebase
 .endif


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



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