Bug 99396 - x11/kdebase3 looks for misc/kde-xdg-env in the wrong place
Summary: x11/kdebase3 looks for misc/kde-xdg-env in the wrong place
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-kde (group)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-24 01:50 UTC by Rémy Oudompheng
Modified: 2006-06-25 16:01 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Rémy Oudompheng 2006-06-24 01:50:15 UTC
The Makefile for x11/kdebase3 checks for misc/kde-xdg-env presence by looking in ${LOCALBASE}/env, but it should match misc/kde-xdg-env installation path, which is  given by ${KDE_PREFIX}.

This prevents installation if KDE_PREFIX is different from LOCALBASE.

Fix: 

Change LOCALBASE to KDE_PREFIX in kdebase3's RUN_DEPENDS
How-To-Repeat: Set KDE_PREFIX to something different from LOCALBASE, install misc/kde-xdg-env then try to install x11/kdebase3
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-06-24 01:50:22 UTC
Responsible Changed
From-To: freebsd-ports-bugs->kde

Over to maintainer
Comment 2 Michael Nottebrock freebsd_committer freebsd_triage 2006-06-25 16:01:32 UTC
State Changed
From-To: open->closed

Fixed, thanks for reporting!