Bug 126494 - Fix dependecy list, resolve dependency conflict
Summary: Fix dependecy list, resolve dependency conflict
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-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-13 09:30 UTC by Dima Panov
Modified: 2008-08-13 10:10 UTC (History)
0 users

See Also:


Attachments
kdelibs4.diff (1.20 KB, patch)
2008-08-13 09:30 UTC, Dima Panov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dima Panov 2008-08-13 09:30:01 UTC

x11/kdelibs4 has wrong dependency - net/avahi will be read as net/avahi-app for core library.
Also, with net/avahi-libdns installed, hardwrited dependency for mDNSReponder lead to conflicts, but KDE 4.1 can use avahi-loibdns instead

How-To-Repeat: 

install net/avahi and try to compile kdelibs4
Comment 1 dfilter service freebsd_committer freebsd_triage 2008-08-13 10:01:47 UTC
miwi        2008-08-13 09:01:35 UTC

  FreeBSD ports repository

  Modified files:
    x11/kdelibs4         Makefile 
  Log:
  -  Fix dependecy list, resolve dependency conflict
  
    net/avahi will be read as net/avahi-app for core library. Also,
    with net/avahi-libdns installed, hardwrited dependency for mDNSReponder
    lead to conflicts, but KDE 4.1 can use avahi-loibdns instead.
  
  PR:             126494
  Submitted by:   Dima Panov <fluffy@fluffy.khv.ru>
  
  Revision  Changes    Path
  1.228     +8 -2      ports/x11/kdelibs4/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2008-08-13 10:02:18 UTC
State Changed
From-To: open->closed

Committed. Thanks!