Summary: | net/silc-irssi-plugin crashes upon joining any channel | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Nathaniel Filardo <nwf> | ||||
Component: | Individual Port(s) | Assignee: | Wesley Shields <wxs> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Nathaniel Filardo
2009-10-29 09:30:02 UTC
Responsible Changed From-To: freebsd-ports-bugs->wxs Over to maintainer. I'm aware of this problem but have not had success figuring out why. I do know that if you downgrade irssi to 0.8.12_2 that the plugin will work. I'll go ahead and mark this port as BROKEN until I can get a fix for it. -- WXS State Changed From-To: open->analyzed I need to review this update but for now I'm marking hte port as broken. wxs 2010-08-19 21:51:28 UTC FreeBSD ports repository Modified files: net/silc-client Makefile Added files: net/silc-client/files extra-patch-apps__irssi__src__fe-common__silc__Makefile.in extra-patch-apps__irssi__src__perl__silc__Makefile.PL.in extra-patch-apps__irssi__src__silc__core__Makefile.in extra-patch-apps__irssi__src__silc__core__client_ops.c extra-patch-apps__irssi__src__silc__core__silc-core.c extra-patch-apps__irssi__src__silc__core__silc-expandos.c Log: Make net/silc-irssi-plugin work with the newer versions of irssi. The fixes were taken from Debian bug report #522080 and #577501. The work to fix this was done by Murad Khan (mraoul.freebsd@gmail.com) and sent to me privately. PR: ports/140073 Submitted by: Nathaniel Filardo <nwf@cs.jhu.edu> Revision Changes Path 1.63 +12 -2 ports/net/silc-client/Makefile 1.1 +48 -0 ports/net/silc-client/files/extra-patch-apps__irssi__src__fe-common__silc__Makefile.in (new) 1.1 +10 -0 ports/net/silc-client/files/extra-patch-apps__irssi__src__perl__silc__Makefile.PL.in (new) 1.1 +48 -0 ports/net/silc-client/files/extra-patch-apps__irssi__src__silc__core__Makefile.in (new) 1.1 +27 -0 ports/net/silc-client/files/extra-patch-apps__irssi__src__silc__core__client_ops.c (new) 1.1 +10 -0 ports/net/silc-client/files/extra-patch-apps__irssi__src__silc__core__silc-core.c (new) 1.1 +10 -0 ports/net/silc-client/files/extra-patch-apps__irssi__src__silc__core__silc-expandos.c (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" State Changed From-To: analyzed->closed Committed. Thanks! |