aboutsummaryrefslogtreecommitdiff
path: root/irc
Commit message (Collapse)AuthorAgeFilesLines
* Update to 1.6.3.Bryan Drewery2016-02-293-13/+3
| | | | Notes: svn path=/head/; revision=409820
* Readd removed ${PORTSDIR} in dependency chain too early there are still fixesBaptiste Daroussin2016-02-261-10/+10
| | | | | | | needed in bsd.ports.mk to allow removing them entirely Notes: svn path=/head/; revision=409617
* - Explicitly specify version for libotr.so to differentiate security/libotr ↵Dmitry Marakasov2016-02-252-2/+2
| | | | | | | | | and security/libotr3 Approved by: portmgr blanket Notes: svn path=/head/; revision=409518
* irc/py-limnoria: Update to 2016.02.24Kubilay Kocak2016-02-252-3/+3
| | | | | | | - Update PORTVERSION and distinfo checksum (2016.02.24) Notes: svn path=/head/; revision=409507
* Update to 2.0.Raphael Kubo da Costa2016-02-192-3/+3
| | | | | | | | PR: 207330 Submitted by: mp39590@gmail.com (maintainer) Notes: svn path=/head/; revision=409177
* irc/ircd-ratbox: Fix OpenSSL linking and simplifyBernard Spil2016-02-155-163/+39
| | | | | | | | | | | | | | | | - Fix linking with ports' ssl libs - Fix `contrib` build (used base openssl headers) - Re-work EGD detection - Use options helpers - Simplify REINPLACE with :U defaults PR: 195796 Reviewed by: feld (mentor) Approved by: feld (mentor) Differential Revision: D5286 Notes: svn path=/head/; revision=408952
* irc/quassel:Max Brazhnikov2016-02-152-3/+5
| | | | | | | | | | - Add rc var to specify IP address quasselcore will listen on PR: 206673 Submitted by: Christian Schwarz Notes: svn path=/head/; revision=408922
* The FreeBSD GNOME team proudly presents GNOME 3.18 for FreeBSD.Koop Mast2016-02-143-4/+9
| | | | | | | | | | | | | | | | | | | | | | | | The offical GNOME 3.18 release notes can be found at https://help.gnome.org/misc/release-notes/3.18/ This update doesn't contain the glib/gtk c++ bindings which will be done in a another update due to the requirement on c++11 and the amount of fallout this probably will give. GDM is still at version 3.16 due to some issues. Bump mate-themes to use the gtk 3.18 version of the themes. Thanks to Antoine Brodin for running the exp-runs. This release was made possible by the following people: Gustau Perez Ting-Wei_Lan PR: 207006 Notes: svn path=/head/; revision=408881
* irc/epic4: Remove obsolete TERMCAP option, link with libncurses alwayJohn Marino2016-02-141-4/+4
| | | | | | | | | | | | | | | The TERMCAP option avoided linking with libcurses (which is symlinked to libncurses) in order to link with libtermcap (which is also symlinked to libncurses). Remove the TERMCAP option completely and link directly to libncurses in any case. PR: 206947 approved by: jpaetzel@ (maintainer) Notes: svn path=/head/; revision=408875
* - Add LICENSEDmitry Marakasov2016-02-071-4/+9
| | | | | | | - Switch to options helpers Notes: svn path=/head/; revision=408381
* - Add LICENSEDmitry Marakasov2016-02-071-15/+13
| | | | | | | | | - Add NO_ARCH - Switch to options helpers - Cosmetic fixes Notes: svn path=/head/; revision=408377
* Update to 1.8Niclas Zeising2016-02-072-4/+3
| | | | | | | | PR: 206997 Submitted by: mp39590@gmail.com (maintainer) Notes: svn path=/head/; revision=408352
* - Clarify LICENSEDmitry Marakasov2016-02-062-9/+16
| | | | | | | | | | | - Add LICENSE_FILE - Switch to options helpers - Silence patching - Fix build with CC containing slashes - Regenerate patches with `make makepatch` Notes: svn path=/head/; revision=408325
* Replace defunct scrollz.org by working mirror.Matthias Andree2016-02-052-3/+1
| | | | | | | | | | Drop domain-parking WWW: link from pkg-descr. Submitted by: Chris Hutchinson PR: 206862 Notes: svn path=/head/; revision=408270
* irc/epic5: Remove obsolete TERMCAP option, link with libncurses alwayJohn Marino2016-02-051-4/+6
| | | | | | | | | | | | | | | The TERMCAP option avoided linking with libcurses (which is symlinked to libncurses) in order to link with libtermcap (which is also symlinked to libncurses). Remove the TERMCAP option completely and link directly to libncurses in any case. PR: 206947 approved by: mp29590(gmail) (maintainer) Notes: svn path=/head/; revision=408156
* irc/xaric: USES+= ncurses, link with libncurses not libcursesJohn Marino2016-02-051-1/+2
| | | | Notes: svn path=/head/; revision=408146
* irc/sirc: USES+= ncurses, respect LDFLAGS, link with libncurses ...John Marino2016-02-051-2/+3
| | | | | | | ... rather than libtermcap (the latter is symlinked with former) Notes: svn path=/head/; revision=408145
* irc/sic: USES+= ncursesJohn Marino2016-02-051-0/+1
| | | | Notes: svn path=/head/; revision=408144
* irc/ninja: USES+= ncursesJohn Marino2016-02-051-0/+1
| | | | Notes: svn path=/head/; revision=408143
* irc/netwalker-ircc: document ncurses requirement (USES+=ncurses)John Marino2016-02-051-1/+1
| | | | | | | approved by: infrastructure blanket Notes: svn path=/head/; revision=408142
* irc/ircII: document ncurses requirement (USES+=ncurses)John Marino2016-02-051-1/+1
| | | | | | | approved by: infrastructure blanket Notes: svn path=/head/; revision=408141
* irc/rbot: mark broken with Ruby 2.2Steve Wills2016-02-031-0/+1
| | | | Notes: svn path=/head/; revision=407960
* irc/bitchx: document ncurses requirement (USES+=ncurses)John Marino2016-02-011-1/+1
| | | | | | | approved by: infrastructure blanket Notes: svn path=/head/; revision=407783
* - Unbreak the build against new Imlib2: previous versions (e.g. 1.4.6) hadAlexey Dokuchaev2016-01-254-61/+56
| | | | | | | | | | | | | | | | | | | | two typedefs (apparently, the latter was deprecated and finally removed in 1.4.7): typedef enum _imlib_load_error Imlib_Load_Error; typedef enum _imlib_load_error ImlibLoadError; - Instead of handling of VIDEO and CACA options interdependency manually, define VIDEO_IMPLIES=CACA (available since r394573) and thus consummate conversion to option helpers - Install sample configuration files as @sample in pkg-plist (and convert PLIST_FILES to separate file due to better readability thereof) - Restore sane installation routine broken in r336927 and install couple of extra documentation files while here - Augment port description text and update WWW line to avoid redirect Notes: svn path=/head/; revision=407220
* Add upstream patch to fix the build with the upcoming Qt 5.5.1.Raphael Kubo da Costa2016-01-231-0/+43
| | | | Notes: svn path=/head/; revision=407052
* Mark BROKEN: fails to buildAntoine Brodin2016-01-221-0/+2
| | | | | | | | | | | | | | | cd /wrkdirs/usr/ports/irc/minbif/work/minbif-1.0.5/src && /usr/bin/c++ -I/usr/local/include/libpurple -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/wrkdirs/usr/ports/irc/minbif/work/minbif-1.0.5/src -O2 -pipe -DX_DISPLAY_MISSING -fstack-protector -fno-strict-aliasing -DHAVE_IMLIB -DHAVE_CACA -DHAVE_PAM -D_REENTRANT -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Wno-unused-parameter -O2 -pipe -DX_DISPLAY_MISSING -fstack-protector -fno-strict-aliasing -o CMakeFiles/minbif.dir/im/account.cpp.o -c /wrkdirs/usr/ports/irc/minbif/work/minbif-1.0.5/src/im/account.cpp /wrkdirs/usr/ports/irc/minbif/work/minbif-1.0.5/src/im/account.cpp: In member function 'void im::Account::setBuddyIcon(std::string)': /wrkdirs/usr/ports/irc/minbif/work/minbif-1.0.5/src/im/account.cpp:276: error: 'ImlibLoadError' was not declared in this scope /wrkdirs/usr/ports/irc/minbif/work/minbif-1.0.5/src/im/account.cpp:276: error: expected `;' before 'err' /wrkdirs/usr/ports/irc/minbif/work/minbif-1.0.5/src/im/account.cpp:281: error: 'err' was not declared in this scope /wrkdirs/usr/ports/irc/minbif/work/minbif-1.0.5/src/im/account.cpp:287: error: 'err' was not declared in this scope Reported by: pkg-fallout MFH: 2016Q1 Notes: svn path=/head/; revision=406945
* irc/bitlbee-facebook: use DISTVERSIONPREFIX instead of GH_TAGNAMEPietro Cerutti2016-01-202-3/+3
| | | | | | | Reported by: mat Notes: svn path=/head/; revision=406798
* - Reassign milki@'s ports after his commit bit was taken in for safekeepingFrederic Culot2016-01-202-2/+2
| | | | Notes: svn path=/head/; revision=406774
* irc/bitlbee-facebook: update to 1.0.0, fetch from official repositoryPietro Cerutti2016-01-202-5/+6
| | | | Notes: svn path=/head/; revision=406752
* - Fix gemspec for rubygem-eventmachine 1.0.9 updateSunpoet Po-Chuan Hsieh2016-01-192-0/+12
| | | | | | | - Bump PORTREVISION for package change Notes: svn path=/head/; revision=406656
* Use @sampleBaptiste Daroussin2016-01-182-10/+4
| | | | Notes: svn path=/head/; revision=406619
* Update to upstream release 1.6.2, cleanup portThomas Zander2016-01-185-52/+38
| | | | | | | | | | | | | | | | | Cleanups: - USE_OPENSSL - Convert to OPTION helpers - Remove no longer necessary patch for modperl - Sort OPTIONs - Correct compiler flags detection in configure script PR: 205473 Submitted by: matthew@reztek.cz Reviewed by: riggs Approved by: maintainer timeout Notes: svn path=/head/; revision=406604
* Update to 0.13.7.Adam Weinberger2016-01-172-4/+3
| | | | Notes: svn path=/head/; revision=406535
* mark ports that don't work with Ruby 2.3Steve Wills2016-01-171-0/+2
| | | | | | | PR: 205774 Notes: svn path=/head/; revision=406285
* - Switch to USES=execinfo localbasePawel Pekala2016-01-161-3/+2
| | | | | | | | | | | | - USES=localbase conversion fixes detection of libexecinfo on FreeBSD 10+ PR: 205760 Submitted by: myself Approved by: maintainer timeout Notes: svn path=/head/; revision=406223
* - Fix fetchDmitry Marakasov2016-01-122-8/+17
| | | | | | | | | | | | | | | - Pass maintainership to submitter - Update pkg-descr - While here, also - Fix LICENSE and add LICENSE_FILE - Silence stripping - Fix WWW PR: 206164 Submitted by: portmaster@bsdforge.com Notes: svn path=/head/; revision=405916
* Update irc/weechat to 1.4Renato Botelho2016-01-129-45/+37
| | | | Notes: svn path=/head/; revision=405897
* Convert LICENSE= "GPLxx # or later" to "GPLxx+"Dmitry Marakasov2016-01-124-4/+4
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=405891
* Unbreak INDEXAntoine Brodin2016-01-101-1/+1
| | | | Notes: svn path=/head/; revision=405728
* Convert g* and i* to USES=sqlite and USES=firebirdBaptiste Daroussin2016-01-105-8/+5
| | | | Notes: svn path=/head/; revision=405724
* - Convert to options helperMartin Wilke2016-01-071-0/+2
| | | | Notes: svn path=/head/; revision=405411
* Remove expired port: irc/irssi-devel.Raphael Kubo da Costa2016-01-017-421/+0
| | | | | | | 2016-01-01 irc/irssi-devel: Older than irc/irssi Notes: svn path=/head/; revision=404988
* irc/inspircd: Update to 2.0.20Mark Felder2015-12-294-7/+8
| | | | | | | | | | | | Fix default config file path to sample configs and add rc script chdir so these relative paths work. This makes it easier to get a new install up and running. MFH: 2015Q4 Security: b808c3a8-ae30-11e5-b864-14dae9d210b8 Notes: svn path=/head/; revision=404751
* [NEW] irc/py-limnoria: Modified version of Supybot (an IRC bot and framework)Kubilay Kocak2015-12-274-0/+45
| | | | | | | | | | | | | | | A robust, full-featured Python IRC bot with a clean and flexible plugin API. Equipped with a complete ACL system for specifying user permissions with as much as per-command granularity. Batteries are included in the form of numerous plugins already written. WWW: https://github.com/ProgVal/Limnoria Requested by: Brenden Molloy (via IRC) Notes: svn path=/head/; revision=404565
* irc/bitlbee-facebook: update snapshot, fix build dependsPietro Cerutti2015-12-272-4/+4
| | | | Notes: svn path=/head/; revision=404554
* irc/charybdis: Remove RAND_egdBernard Spil2015-12-241-0/+74
| | | | | | | | | | | | - Add patch to remove RAND_egd from v3.5 RC PR: 198504 Reviewed by: crees (maintainer), koobs (mentor) Approved by: crees (maintainer), koobs (mentor) Differential Revision: https://reviews.freebsd.org/D4694 Notes: svn path=/head/; revision=404377
* irce/bitlbee-facebook - add portPietro Cerutti2015-12-244-0/+35
| | | | | | | | | | | bitlbee-facebook is a plugin that allows bitlbee to access Facebook. It uses the MQTT protocol used by the Facebook messenger mobile client and also supports group chats. WWW: https://wiki.bitlbee.org/HowtoFacebookMQTT Notes: svn path=/head/; revision=404366
* - Update MASTER_SITESMartin Wilke2015-12-223-19/+20
| | | | | | | | | | | | | | - Add LICENSE - Switch to options helper - Pass maintainership to submitter PR: D4601 Submitted by: 205371 Approved by: mat (mentor) Differential Revision: D4601 Notes: svn path=/head/; revision=404239
* - Fix build if lang/v8 is installedSunpoet Po-Chuan Hsieh2015-12-213-1/+17
| | | | | | | | | | | - Add JAVASCRIPT option and set it off by default PR: 204881 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 23 days) Notes: svn path=/head/; revision=404174
* irc/quassel: Import patch to resolve DoS CVEMark Felder2015-12-212-0/+13
| | | | | | | | | Approved by: ports-secteam (with hat) MFH: 2015Q4 Security: CVE-2015-8547 Notes: svn path=/head/; revision=404119