Bug 63167 - [MAINTAINER] sysutils/e2fsprogs: minor fix-ups
Summary: [MAINTAINER] sysutils/e2fsprogs: minor fix-ups
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-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-21 12:50 UTC by Matthias Andree
Modified: 2004-02-21 16:29 UTC (History)
1 user (show)

See Also:


Attachments
e2fsprogs-1.35.w20040131_1.patch (3.02 KB, patch)
2004-02-21 12:50 UTC, Matthias Andree
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Matthias Andree 2004-02-21 12:50:22 UTC
SUPERSEDES: PR #63166

adds new file pkg-deinstall, remember to cvs add

- fix IEEE violation/SIGFPE abort on alpha that failed the f_crashdisk test
  (patch by Greg Lewis)
- fix compile failure on FreeBSD 5 when older port version is installed
  (problem reported by Tim Robbins; FreeBSD 4 was unaffected)
- ignore m_large_file test on alpha and sparc64, apparently the test
  only stumbles over a different default block size and the failure 
  isn't serious (problem reported by Greg Lewis)
- cosmetic: swap $(CC) and gmake check in post-build so check comes last
- bump PORTREVISION: the patches change the code on some systems

Additional changes since PR #63166:
- pkg-message.in:
  * use install when ln fails, /sbin and /usr/local
    need not be the same file system
  * tell the user he needs to repeat the steps after port upgrade
- revise pkg-message generation and move it to pre-install,
  no need to cat(1) the file, sed(1) can read files by itself.
- add pkg-deinstall: remind the user to remove e2fsck and fsck_ext2fs from
  /sbin if he's deinstalling for good, rather than upgrading.

Generated with FreeBSD Port Tools 0.50
Comment 1 Yen-Ming Lee freebsd_committer freebsd_triage 2004-02-21 16:29:36 UTC
State Changed
From-To: open->closed

Committed, thanks.