Ticket #18992 (new enhancement)
silc-client: Add variant for irssi plugin
| Reported by: | arthur@… | Owned by: | macports-tickets@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.7.0 |
| Keywords: | irssi | Cc: | blb@… |
| Port: | silc-client |
Description (last modified by blb@…) (diff)
silc-client can be complied as a plugin for irssi. To enable this I altered the port file to add to the configure options:
--disable-asm \
+ --with-silc-plugin=${prefix}/lib/irssi \
+ --without-silc-includes
Ideally this would be a varient and have a dependancy on irssi.
I then needed to bodge the files in /opt/local/lib/irssi/modules to make the module loading work
sudo ln -s libsilc_core.dylib libsilc_core.so sudo ln -s libfe_common_silc.dylib libfe_common_slic.so
I'm sure all of this could be done better, but the functionality is very useful.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


