#12685 closed enhancement (fixed)
bzip2 big revision (manpages, soft links...)
Reported by: | nox@… | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ||
Port: |
Description
Changes:
- Restored correct soft links instead of hard ones.
- Replaced ".so" manpages with soft links (see #6087 for more information)
- Fixed
so
patch for the other supported architectures. - Added standard doc installation.
- Added test support.
Attachments (2)
Change History (7)
Changed 17 years ago by nox@…
Attachment: | bzip2-1.0.4_2.diff added |
---|
comment:1 Changed 17 years ago by nox@…
Changed 17 years ago by nox@…
Attachment: | patch-Makefile-dylib.diff.diff added |
---|
comment:2 Changed 17 years ago by nox@…
I've attached a patch against the dylib patch.
Changes:
- Soft links are now correctly copied in
${destroot}
(with the-R
cp flag). - the dylib file is now installed with
0755
permissions, as are other port libs. - Removed the
chmod
against the lib archive, this file is already readable by everyone.
comment:3 Changed 17 years ago by nox@…
Cc: | ryandesign@… nox@… removed |
---|
Maybe you've forgotten this one too, Ryan ;)
comment:4 Changed 17 years ago by nox@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed softlinks and manpages in r36758.
comment:5 Changed 16 years ago by (none)
Milestone: | Port Enhancements |
---|
Milestone Port Enhancements deleted
Note: See
TracTickets for help on using
tickets.
As this is a big diff, i prefer to discuss it here before commiting it if you have anything to say about it.