Opened 14 years ago
Closed 14 years ago
#28205 closed update (fixed)
scite: update to latest version
Reported by: | evanj@… | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ||
Port: | scite |
Description
this probably breaks all kinds of rules, but works for me on Mac OS X 10.5. Ideally this could be useful for others.
Attachments (3)
Change History (8)
Changed 14 years ago by evanj@…
Changed 14 years ago by evanj@…
Attachment: | scite-makefile.diff added |
---|
patch for the makefiles to make the magic work
comment:1 Changed 14 years ago by mf2k (Frank Schima)
Version: | 1.9.2 |
---|
A unified diff of the Portfile is greatly preferred.
Changed 14 years ago by evanj@…
Attachment: | portfile.patch added |
---|
Unified diff against the current portfile
comment:2 Changed 14 years ago by evanj@…
Whoops. Of course that makes sense. Attached the diff between my Portfile and the current portfile.
comment:3 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)
Owner: | changed from macports-tickets@… to ryandesign@… |
---|---|
Status: | new → assigned |
Thanks for the update.
comment:4 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)
It builds but does not activate: Into its destroot it installs a file ${prefix}/share/applications; that of course conflicts with the existing directory ${prefix}/share/applications many ports use. Probably they have forgotten in their Makefile to create this directory before trying to install a file into it. We can fix this in a pre-destroot block.
comment:5 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed in r75612.
I also changed to an unversioned documentation directory, since versioned doc dirs were a bad idea to begin with and we're phasing them out as we're updating ports.
Also, I used sha1 and rmd160 checksums, instead of md5 and sha1. I agree three checksum types is overkill, but if we're going to remove one, it should be the ancient md5 format.
portfile