Bug 142366

Summary: graphics/digikam-kde4 and graphics/digikam need to conflict with each other
Product: Ports & Packages Reporter: Gary Palmer <freebsd-gnats>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Gary Palmer 2010-01-05 23:30:03 UTC
graphics/digikam and graphics/digikam-kde4 both install as $LOCALBASE/bin/digikam (and probably other files also)

Fix: 

Make the 2 digikam ports conflict with each other
How-To-Repeat: % cd /usr/ports/graphics/
% grep 'bin/digikam$' digikam/pkg-plist digikam-kde4/pkg-plist 
digikam/pkg-plist:bin/digikam
digikam-kde4/pkg-plist:bin/digikam
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-01-05 23:30:11 UTC
Maintainer of graphics/digikam-kde4,

Please note that PR ports/142366 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/142366

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2010-01-05 23:30:15 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Matt 2010-01-06 02:40:05 UTC
The digikam-kde4 port sets the "kdeprefix" flag from USE_KDE4 which by
default will force the port to install into the default KDE4 location
of ${LOCALBASE}/kde4 as shown in ports/Mk/bsd.kde4.mk.  As a result,
the two digikam ports will not conflict with each other unless the
KDE4_PREFIX is manually forced to the same value as ${LOCALBASE}.
This is typical for several KDE4 ports, including the base KDE4
installation.
Comment 4 Martin Wilke freebsd_committer freebsd_triage 2010-02-13 11:14:28 UTC
State Changed
From-To: feedback->closed

solved.