#18284 closed defect (fixed)
ikiwiki-3.01 not support external plugins
Reported by: | weakish@… | Owned by: | tommyd@… |
---|---|---|---|
Priority: | Low | Milestone: | |
Component: | ports | Version: | 1.7.0 |
Keywords: | Cc: | tommyd@… | |
Port: | ikiwiki |
Description
Some external (non perl) plugins, like rst and proxy.py, are included in the upstream tarball and should be installed into $installDir/lib/ikiwiki/plugins. But they are not available in macports.
Also, the ikiwiki port doesn't depends on RPC::XML. Thus the ikiwiki port cannot use external plugins even when installing external plugins manually.
Change History (3)
comment:1 Changed 16 years ago by tommyd@…
Owner: | changed from macports-tickets@… to tommyd@… |
---|---|
Status: | new → assigned |
comment:2 Changed 16 years ago by tommyd@…
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Revision r46369 resolved the issue, it includes an extended patch to Makefile.PL which now properly copies the external plugins into DESTDIR. I've also informed the upstream author about the issue.