Bug 124547 - editors/nvi-devel conflicts with editors/2bsd-vi
Summary: editors/nvi-devel conflicts with editors/2bsd-vi
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: Wesley Shields
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-13 09:50 UTC by robert wilson
Modified: 2008-06-17 14:30 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 robert wilson 2008-06-13 09:50:01 UTC
both editors/nvi-devel and editors/2bsd-vi install binaries to ${PREFIX}/bin/ex and ${PREFIX}/bin/vi, but neither port sets CONFLICTS in it's Makefile.

Fix: 

set CONFLICTS in both ports Makefiles, or rename the binaries so they don't conflict.
Comment 1 Wesley Shields freebsd_committer freebsd_triage 2008-06-14 03:07:43 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wxs

I'll take it.
Comment 2 Wesley Shields freebsd_committer freebsd_triage 2008-06-14 03:50:20 UTC
State Changed
From-To: open->feedback

Awaiting maintainer approval for editors/2bsd-vi
Comment 3 Wesley Shields freebsd_committer freebsd_triage 2008-06-14 03:50:57 UTC
Maintainer of editors/2bsd-vi,

Please note that PR ports/124547 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/124547

-- WXS
Comment 4 David Thiel freebsd_committer freebsd_triage 2008-06-14 20:46:26 UTC
Shouldn't the nvi port be installing to ${PREFIX}/bin/nvi and nex instead?
Comment 5 dfilter service freebsd_committer freebsd_triage 2008-06-17 14:20:41 UTC
wxs         2008-06-17 13:20:34 UTC

  FreeBSD ports repository

  Modified files:
    .                    UPDATING 
    editors/nvi-devel    Makefile pkg-plist 
  Log:
  Change to installing binaries with 'n' prefix as to not conflict with
  editors/2bsd-vi.  It does, however, now conflict with editors/nvi-m17n.
  
  Remove dead MASTER_SITES.
  
  Remove unnecessary RELENG_4 hack.
  
  PR:             ports/124547
  Submitted by:   Robert Wilson <hotaru@safe-mail.net>
  
  Revision  Changes    Path
  1.646     +9 -1      ports/UPDATING
  1.19      +11 -16    ports/editors/nvi-devel/Makefile
  1.3       +3 -3      ports/editors/nvi-devel/pkg-plist
_______________________________________________
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 6 Wesley Shields freebsd_committer freebsd_triage 2008-06-17 14:20:50 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!