in the main kde4 build makefile, the presence of kdenetwork4 is detected via : .if !defined(WITHOUT_KDENETWORK) RUN_DEPENDS+= ${KDE4_PREFIX}/bin/kppp:${PORTSDIR}/net/kdenetwork4 .endif but in -current, kppp is no longer built. thus, if you run on a -current machine, two times "make install" in the main kde4 ports directory, the second run will also build kdenetwork4, but then fail at the install stage. Fix: maybe use another file than kppp (kopete, for example ?)
Responsible Changed From-To: freebsd-ports-bugs->kde Fix synopsis and assign.
makc 2009-05-15 18:04:20 UTC FreeBSD ports repository Modified files: x11/kde4 Makefile Log: Reorganize dependencies: check for package versions instead for files installed. PR: inspired by ports/134500 Submitted by: Thierry Herbelot <thierry.herbelot at free.Fr> Revision Changes Path 1.105 +13 -13 ports/x11/kde4/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"
State Changed From-To: open->closed Fixed. Thanks!