Opened 13 years ago

Closed 13 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)

Portfile (2.7 KB) - added by evanj@… 13 years ago.
portfile
scite-makefile.diff (2.4 KB) - added by evanj@… 13 years ago.
patch for the makefiles to make the magic work
portfile.patch (1.3 KB) - added by evanj@… 13 years ago.
Unified diff against the current portfile

Download all attachments as: .zip

Change History (8)

Changed 13 years ago by evanj@…

Attachment: Portfile added

portfile

Changed 13 years ago by evanj@…

Attachment: scite-makefile.diff added

patch for the makefiles to make the magic work

comment:1 Changed 13 years ago by mf2k (Frank Schima)

Version: 1.9.2

A unified diff of the Portfile is greatly preferred.

Changed 13 years ago by evanj@…

Attachment: portfile.patch added

Unified diff against the current portfile

comment:2 Changed 13 years ago by evanj@…

Whoops. Of course that makes sense. Attached the diff between my Portfile and the current portfile.

comment:3 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)

Owner: changed from macports-tickets@… to ryandesign@…
Status: newassigned

Thanks for the update.

comment:4 Changed 13 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 13 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: assignedclosed

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.

Note: See TracTickets for help on using tickets.