[MacPorts] #19669: Italian ispell dictionary port
#19669: Italian ispell dictionary port ---------------------------------+------------------------------------------ Reporter: bardellie@… | Owner: macports-tickets@… Type: submission | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.7.1 Keywords: ispell | Port: ---------------------------------+------------------------------------------ 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. -- Ticket URL: <http://trac.macports.org/ticket/19669> MacPorts <http://www.macports.org/> Ports system for Mac OS
#19669: Italian ispell dictionary port ---------------------------------+------------------------------------------ Reporter: bardellie@… | Owner: macports-tickets@… Type: submission | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.7.1 Keywords: ispell | Port: ispell-dict-it ---------------------------------+------------------------------------------ Changes (by blb@…): * port: => ispell-dict-it Comment: 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 [http://guide.macports.org/#development the guide on Portfile development] for descriptions of what these phases are doing. -- Ticket URL: <http://trac.macports.org/ticket/19669#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS
#19669: Italian ispell dictionary port ---------------------------------+------------------------------------------ Reporter: bardellie@… | Owner: macports-tickets@… Type: submission | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.7.1 Keywords: ispell | Port: ispell-dict-it ---------------------------------+------------------------------------------ Comment(by bardellie@…): Replying to [comment:1 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. -- Ticket URL: <http://trac.macports.org/ticket/19669#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS
#19669: Italian ispell dictionary port ----------------------------------+----------------------------------------- Reporter: bardellie@… | Owner: macports-tickets@… Type: submission | Status: closed Priority: Normal | Milestone: Component: ports | Version: 1.7.1 Resolution: fixed | Keywords: ispell Port: ispell-dict-it | ----------------------------------+----------------------------------------- Changes (by blb@…): * status: new => closed * resolution: => fixed Comment: Added in r51108, thanks. -- Ticket URL: <http://trac.macports.org/ticket/19669#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts