The aMule and ed2k-hash ports install files with the same name, ${PREFIX}/bin/ed2k, but with different functions. It can be a problem as both ports belong to the same area of eDonkey2000 networking so they are likely to be installed at the same time. Fix: Rename the ${PREFIX}/bin/ed2k file in either of the ports, or add CONFLICTS to the ports' Makefiles. How-To-Repeat: Install the two ports, examine +CONTENTS. Try to deinstall the first one installed, see the message about MD5 mismatch.
Responsible Changed From-To: freebsd-ports-bugs->dinoex Over to maintainer (via the GNATS Auto Assign Tool)
dinoex 2008-01-30 08:25:45 UTC FreeBSD ports repository Modified files: net-p2p/amule2 Makefile net-p2p/ed2k Makefile Log: - add CONFLICTS for bin/ed2k PR: 120112 Submitted by: Yar Tikhiy Revision Changes Path 1.21 +1 -1 ports/net-p2p/amule2/Makefile 1.3 +1 -0 ports/net-p2p/ed2k/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 CONFLICTS committed, thanks.