Bug 126494

Summary: Fix dependecy list, resolve dependency conflict
Product: Ports & Packages Reporter: Dima Panov <fluffy>
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   
Attachments:
Description Flags
kdelibs4.diff none

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!