Bug 120112 - net-p2p/aMule2 and net-p2p/ed2k ports conflict
Summary: net-p2p/aMule2 and net-p2p/ed2k ports 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: Dirk Meyer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-29 08:00 UTC by Yar Tikhiy
Modified: 2008-01-30 16:31 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Yar Tikhiy 2008-01-29 08:00:05 UTC
	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.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-01-29 10:06:39 UTC
Responsible Changed
From-To: freebsd-ports-bugs->dinoex

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-01-30 08:25:52 UTC
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"
Comment 3 Dirk Meyer freebsd_committer freebsd_triage 2008-01-30 16:31:31 UTC
State Changed
From-To: open->closed

CONFLICTS committed, thanks.