Bug 99755 - pkg-plist of editors/emacs-devel breaks for consecutive `make install' runs
Summary: pkg-plist of editors/emacs-devel breaks for consecutive `make install' runs
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: Andrey Slusar
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-04 00:10 UTC by Giorgos Keramidas
Modified: 2006-07-05 00:55 UTC (History)
1 user (show)

See Also:


Attachments
emacs-devel.patch (1.69 KB, patch)
2006-07-04 00:10 UTC, Giorgos Keramidas
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Giorgos Keramidas freebsd_committer freebsd_triage 2006-07-04 00:10:15 UTC
The `make install' target of editors/emacs-devel reuses the `emacs'
binary from ${WRKSRC}/src/emacs, but this means that the internal
version of the generated Emacs binary is bumped every time the user runs
`make install' in ports/editors/emacs-devel.

The attached patch cleans the ${WRKSRC}/src/emacs* binaries before
running `make install' and rebuilds them with an internal Emacs version
number of 22.0.50.1.  Then the build of Emacs runs make-docfile twice,
thus installing `etc/DOC', `etc/DOC-22.0.50.1' and `22.0.50.2'.

By rebuilding the src/emacs* binaries right before we install, we make
sure that these are the only DOC* files and adding them to the pkg-plist
fixes the recent problems reported to me by Mark Linimon.

How-To-Repeat: 
    * Run `make install' in ports/editors/emacs-devel.
    
    * Run it once again.
    
    * Run `make deinstall' and when the warnings about non-empty dirs
      are printed, look at `/usr/local/share/emacs/22.0.50/etc' for
      files named `DOC*':

        $ find /usr/local/share/emacs/22.0.50/etc -name DOC\*
	/usr/local/share/emacs/22.0.50/etc/DOC-22.0.50.3
	/usr/local/share/emacs/22.0.50/etc/DOC-22.0.50.4
	[...]

    * Every time you re-run `make install' without removing the `work'
      directory of the port a new stale file is left behind with the
      documentation strings of an internal Emacs version that have not
      been recorded to the pkg-plist.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-07-04 00:10:23 UTC
Class Changed
From-To: maintainer-update->change-request

Fix category (submitter is not maintainer)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2006-07-04 00:10:30 UTC
Responsible Changed
From-To: freebsd-ports-bugs->keramida

Submitter has GNATS access
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2006-07-04 00:10:36 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback
Comment 4 Mark Linimon freebsd_committer freebsd_triage 2006-07-04 00:17:26 UTC
Responsible Changed
From-To: keramida->freebsd-ports-bugs

Submitter is not ports committer.
Comment 5 Andrey Slusar freebsd_committer freebsd_triage 2006-07-04 11:36:58 UTC
Responsible Changed
From-To: freebsd-ports-bugs->anray

I'll take it.
Comment 6 Andrey Slusar freebsd_committer freebsd_triage 2006-07-04 11:46:17 UTC
State Changed
From-To: feedback->open

Submitter is maintainer. 


Comment 7 Andrey Slusar freebsd_committer freebsd_triage 2006-07-04 11:46:17 UTC
Class Changed
From-To: change-request->maintainer-update

Submitter is maintainer.
Comment 8 Andrey Slusar freebsd_committer freebsd_triage 2006-07-05 00:55:49 UTC
State Changed
From-To: open->closed

Committed. Thanks!