Bug 88740 - [patch] devel/linux_devtools: introduce fixed pkg-plist
Summary: [patch] devel/linux_devtools: introduce fixed pkg-plist
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: freebsd-emulation (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-09 17:20 UTC by Boris B.Samorodov
Modified: 2005-11-11 20:05 UTC (History)
0 users

See Also:


Attachments
linux_devtools.patch.bz2.uu (30.76 KB, text/plain)
2005-11-09 17:20 UTC, Boris B.Samorodov
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Boris B.Samorodov 2005-11-09 17:20:08 UTC
	Package building at pointyhat breaks due to incorrect pkg-plist.
	Currently we have a dynamic plist file. When deletting pkg_delete
	is trying to delete all directories to which files have been
	installed. But directories are shared and other ports have their
	files at those directories. Hence they can't be deletted.

	The solution is to remove only files from shared directories
	and leave those directories to be managed by ports, which
	have created ones.

Fix: The patch introduces a new file -- pkg-plist. A fixed one instead
	of current dynamic one.

	Don't be afraid of the size, the patch is simple enough. ;-)

	The patch should be applied to the port itself:
	# cd /usr/ports/devel
	# patch -p0 _the_patch_
How-To-Repeat: 	http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.7.2005102823/linux_devtools-8.0_4.log
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2005-11-09 17:21:20 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-emulation

Over to maintainer
Comment 2 Alexander Leidinger freebsd_committer freebsd_triage 2005-11-11 20:04:50 UTC
State Changed
From-To: open->closed

Committet. Thank you.