aboutsummaryrefslogtreecommitdiffstats
path: root/irc/irssi-xmpp
Commit message (Collapse)AuthorAgeFilesLines
* irc/irssi-xmpp: update to 0.54swills2019-01-163-61/+4
| | | | | | PR: 232987 Submitted by: Michael Danilov <mike.d.ft402@gmail.com> Approved by: maintainer timeout (jadawin, >2 months)
* Bump PORTREVISION for changed CFLAGSemaste2018-09-191-1/+1
| | | | | | | | | | | I adjusted CFLAGS in several ports to allow linking with lld on i386 but missed the corresponding PORTREVISION bump. Related commits: r480023 r480045 r480047 r480048 r480049 r480061 r480062 r480068 Reported by: antoine Approved by: antoine
* irc/irssi-xmpp: add -fPIC on i386, to allow linking with lldemaste2018-09-191-0/+1
| | | | | | | | By default lld does not allow non-PIC code where PIC is required. Other architectures already apply -fPIC; do so for i386 as well. Approved by: portmgr (lld blanket) Sponsored by: The FreeBSD Foundation
* Bump PORTREVISION for ports that depend on irc/irssi after update in r460549.brd2018-02-031-1/+1
| | | | | Reported by: tj <tj@mrsk.me> Pointyhat to: brd
* irc/irssi-xmpp: Improve regex conformanceler2017-04-271-1/+1
| | | | | | | PR: 218603 Submitted by: Kyle Evans <bsdports@kyle-evans.net> Approved by: jadwin (maintainer timeout), rene (mentor) Differential Revision: https://reviews.freebsd.org/D10524
* irc/irssi-xmpp: Fix build with irssi 1.0brnrd2017-04-211-0/+57
| | | | | | | | | - Add patch from upstream PR: 217916, 218328 Submitted by: Thibault Jouan <tj+freebsd_ports@a13.fr> Approved by: maintainer timeout Obtained from: https://github.com/cdidier/irssi-xmpp/issues/18
* irc/irssi-xmpp: Fix build with irssi < 1.0brnrd2017-02-132-43/+0
| | | | | | | | - Remove patch for irssi >= 1.0 - irc/irssi is currently at 0.8 PR: 215829 Approved by: just-fix-it blanket
* - Mark BROKEN: does not build (error: no member named 'use_tls' in 'struct ↵amdmi32017-02-071-0/+2
| | | | | | _XMPP_SERVER_CONNECT_REC') Approved by: portmgr blanket
* - Resolve build failure after update of irc/irssi to 1.0.0 [1]zi2017-01-292-1/+47
| | | | | | | | | | | | - Bump PORTREVISION [1] - strip(1) installed modules - Add USES+=gettext-runtime as we link against it - Add USE_GNOME+=glib20 as we link against it PR: 215829 [1] Submitted by: p5B2E9A8F@t-online.de Obtained from: upstream commit d56d614b89ecc34845e0f5971c545b893c2c359a Approved by: jadawin@ (maintainer timeout, 3+ weeks)
* Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.mat2016-04-011-2/+2
| | | | | With hat: portmgr Sponsored by: Absolight
* - Update to 0.53jadawin2016-03-293-4/+4
|
* Adds -fPIC to CFLAGS_aarch64 to a number of ports that already have itandrew2015-08-101-0/+1
| | | | | | | in the amd64 CFLAGS and are failing to build. Approved by: bapt Differential Revision: https://reviews.freebsd.org/D3321
* Cleanup plistbapt2014-10-271-4/+0
|
* dns/libidn:tijl2014-08-311-0/+1
| | | | | | | - Add USES=libtool and bump dependent ports - Add INSTALL_TARGET=install-strip - Always install libidn-components.png because it is used by libidn.info - Add -lintl to Libs.private instead of Libs in libidn.pc
* Fix properties on pkg-plistbapt2014-01-221-1/+0
|
* - Support STAGEjadawin2013-12-271-9/+2
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | irc)
* - Attempt to fix parallel builds (-jX) by calling sub-makes correctlydanfe2013-08-301-6/+13
| | | | | | | | | - Properly respect CC and CFLAGS; add missing OPTIONS_DEFINE=DOCS - Tighten COMMENT; fix installation by adjusting DATADIR and DOCSDIR - Remove LICENSE_FILE (standard GPLv2 boilerplate) and other cleanups Reported by: marino Approved by: miwi, bapt (portmgr, implicit)
* - Update to 0.52jadawin2013-08-213-35/+27
| | | | | PR: ports/181320, ports/177466 Submitted by: Gea-Suan Lin <gslin@gslin.org>, fred@lacave.net
* irc/irssi-xmpp: Mark jobs unsafemarino2013-08-141-0/+2
| | | | Approved by: bapt/culot (mentors, implicit)
* irc/irssi-xmpp: USES+= pkgconfigmarino2013-07-151-3/+2
| | | | | | Restore build, pkgconfig explicitly needed now. Approved by: bapt (mentor)
* - Get Rid MD5 supportmiwi2011-03-191-1/+0
|
* - Update to 0.51jadawin2010-06-243-7/+11
| | | | | | PR: ports/147913 Submitted by: Bapt <baptiste.daroussin _AT_ gmail.com> Feature safe: yes
* - Update to 0.50jadawin2010-05-053-17/+28
| | | | | | | | - Remove IGNORE - Update MASTER_SITES PR: ports/145290 Submitted by: Peter Schuller <peter.schuller _AT_ infidyne.com>
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-0/+1
| | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
* - Update maintainer addressjadawin2008-03-121-1/+1
| | | | Approved by: thierry (mentor)
* Change from BROKEN to IGNORE; it compiles but does not work with thelinimon2007-11-201-1/+1
| | | | | | current version of its dependencies. Approved by: portmgr (self)
* - Mark Broken does not work with irc/irssi-0.8.12miwi2007-10-171-0/+2
| | | | | | | | (There is some changes in to character set recoding and now irssi-xmpp recode functions are broken on it.) PR: 117213 Submitted by: Philippe Audeoud <jadawin@tuxaco.net> (maintainer)
* irssi-xmpp's aim is to provide a good integration in this text-basedmiwi2007-09-133-0/+55
irc client and a good support of XMPP (the Jabber protocol). Current main features are: * Sending and receiving messages in irssi's query windows * A roster with contact's ressources tracking (contact list) * Contact management (add, remove, manage subscriptions...) * Contact's JIDs, ressources and commands completion (TAB key) * Multiple accounts support (in different connection) * Unicode support (UTF-8) * SSL support * ... WWW: http://cybione.org/src/irssi-xmpp/ PR: ports/116304 Submitted by: Philippe Audeoud <jadawin at tuxaco.net>