Bug 183015

Summary: pkg_delete missing on 10, fix ports/Mk or add a script ?
Product: Ports & Packages Reporter: Julian.Stacey.jhs <jhs>
Component: Individual Port(s)Assignee: Bryan Drewery <bdrewery>
Status: Closed FIXED    
Severity: Affects Only Me CC: re
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Julian.Stacey.jhs 2013-10-16 01:40:00 UTC
        

Using src from the first BETA build of the 10.0-RELEASE release cycle
& after make kernel & world

& taking a surrent port from a few days ago, &
latest (ctm ports-cur.10079.gz) current ports Mk/ I got this:

cd /usr/ports/editors/xvile ; make install
	===>  Installing for xvile-9.8k
	===>  xvile-9.8k conflicts with installed package(s): 
	      vile-9.8k
	      They install files into the same place.
	      Please remove them first with pkg_delete(1).

Fix: 

Presumably either: 
A portmgr@FreeBSD.org to enhance ports/Mk/ { bsd.pkgng.mk bsd.port.mk } to 
  switch on uname -r (currently 10.0-BETA1), & emit text refering to
  use 'pkg delete'
B Or re@ for src-10 to add a script in src/usr.sbin/pkg_delete/ to advise 
  of/ call 'pkg delete'
I think A is best.
Comment 1 Bryan Drewery freebsd_committer freebsd_triage 2013-10-16 01:45:57 UTC
Responsible Changed
From-To: freebsd-ports-bugs->bdrewery

take
Comment 2 Bryan Drewery freebsd_committer freebsd_triage 2013-10-16 01:46:18 UTC
State Changed
From-To: open->closed

Fixed in r330466