Bug 183015 - pkg_delete missing on 10, fix ports/Mk or add a script ?
Summary: pkg_delete missing on 10, fix ports/Mk or add a script ?
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: Bryan Drewery
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-16 01:40 UTC by Julian.Stacey.jhs
Modified: 2013-10-16 01:46 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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