Bug 12584 - directories made during 'make install' are not in the package
Summary: directories made during 'make install' are not in the package
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: stb
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-07-10 05:40 UTC by adrian
Modified: 1999-12-29 08:36 UTC (History)
0 users

See Also:


Attachments
file.diff (1.99 KB, patch)
1999-07-10 05:40 UTC, adrian
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description adrian 1999-07-10 05:40:01 UTC
	Several directories are made during the 'make install' target of the port
	that are not also made when installing the package.

Fix: Apply the following patch which adds the necessary commands to the
	package packing list.  (Note, this could probably be done in a
	cleaner manner, but this works.)
How-To-Repeat: 
	Make the package, remove it.  Remove /usr/local/etc/imap*, /var/pwcheck
	and /var/spool/imap.  Then install the package.  Notice the absence of
	these directories.
Comment 1 cpiazza freebsd_committer freebsd_triage 1999-07-11 03:33:15 UTC
Responsible Changed
From-To: freebsd-ports->stb

Over to maintainer 

Comment 2 stefan.bethke 1999-07-11 17:27:58 UTC
Adrian,

you're mostly right, the port's a mess. It'll take me some more weeks to
have the opportunity to clean it up and update to the current version). I
just moved from Hamburg to London, and hopefully, I'll have a usable
FreeBSD machine here in a couple of days,

One point about your patch: @dirrm will only remove the directory itself,
not it's contents, so @dirrm'ing /var/spool/imap and pwcheck will only
produce warnings on removing the package. On the other hand, I definitely
expect my mailspool to stay around even if I choose to remove the package.


Cheers,
Stefan

--
Stefan Bethke
Muehlendamm 12            Phone: +49-40-256848, +44-778-891 3832
D-22087 Hamburg           <stefan.bethke@hanse.de>
Hamburg, Germany          <stb@freebsd.org>
Comment 3 Steve Price freebsd_committer freebsd_triage 1999-12-29 08:35:43 UTC
State Changed
From-To: open->closed

Committed, thanks!