New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #19669 (closed submission: fixed)

Opened 4 years ago

Last modified 4 years ago

Italian ispell dictionary port

Reported by: bardellie@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.7.1
Keywords: ispell Cc:
Port: ispell-dict-it

Description

I've written this portfile. It is for installing an Italian dictionary for ispell. The portfile is still buggy (this is my first port), and it doesn't show up in installed ports.

Attachments

Portfile (649 bytes) - added by bardellie@… 4 years ago.
Portfile
Portfile.diff (483 bytes) - added by bardellie@… 4 years ago.

Change History

Changed 4 years ago by bardellie@…

Portfile

comment:1 follow-up: ↓ 2 Changed 4 years ago by blb@…

  • Port set to ispell-dict-it

What you should do is get rid of the build section (if 'make all' doesn't work but just 'make' does, define build.target to nothing); then remove the install & activate sections and instead use the following:

worksrcdir      ispell-it

destroot         { xinstall ${worksrcpath}/italian.hash ${destroot}${prefix}/lib/ }

See the guide on Portfile development for descriptions of what these phases are doing.

Changed 4 years ago by bardellie@…

comment:2 in reply to: ↑ 1 Changed 4 years ago by bardellie@…

Replying to blb@…:

What you should do is get rid of the build section (if 'make all' doesn't work but just 'make' does, define build.target to nothing); then remove the install & activate sections and instead use the following:

worksrcdir      ispell-it

destroot         { xinstall ${worksrcpath}/italian.hash ${destroot}${prefix}/lib/ }

Thank you for your help. Now everything works fine. I uploaded the patch file, just in case.

comment:3 Changed 4 years ago by blb@…

  • Status changed from new to closed
  • Resolution set to fixed

Added in r51108, thanks.

Note: See TracTickets for help on using tickets.