aboutsummaryrefslogtreecommitdiff
path: root/irc
Commit message (Collapse)AuthorAgeFilesLines
* - Remove BROKEN_SSL line (should've been part of r483042)Alexey Dokuchaev2018-10-291-6/+4
| | | | | | | | - Cleanup options block a bit and use our standard LANG_HE option for Hebrew language support Notes: svn path=/head/; revision=483384
* Downgrade C++03 to C++98, actual default for GCC < 6Jan Beich2018-10-281-1/+1
| | | | | | | | GCC 4.2 in base system doesn't support C++03: cc1plus: error: unrecognized command line option "-std=gnu++03" Notes: svn path=/head/; revision=483249
* irc/hexchat: fix build with GCC-based architecturesSteve Wills2018-10-271-2/+2
| | | | | | | | PR: 232728 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> (maintainer) Notes: svn path=/head/; revision=483063
* Unbreak the build against newer versions of OpenSSL where they had removedAlexey Dokuchaev2018-10-261-0/+1
| | | | | | | | | | SSLeay() from libcrypto so configure test for it now fails. Check against ERR_get_error() instead. PR: 232550 Notes: svn path=/head/; revision=483042
* irc/weechat: Update to 2.3Bernard Spil2018-10-232-4/+4
| | | | | | | | Submitted by: voidanix Differential Revision: https://reviews.freebsd.org/17652 Notes: svn path=/head/; revision=482861
* devel/icu: update to 63.1Jan Beich2018-10-231-1/+1
| | | | | | | | | | Changes: http://site.icu-project.org/download/63 ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ PR: 232300 Exp-run by: antoine Notes: svn path=/head/; revision=482830
* Fix configure with openssl 1.1.1Antoine Brodin2018-10-142-4/+17
| | | | | | | PR: 231970 Notes: svn path=/head/; revision=482051
* Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, exceptDag-Erling Smørgrav2018-10-0614-28/+28
| | | | | | | | | | for where it resulted in a change in output from build-depends-list or run-depends-list. Approved by: portmgr (adamw) Notes: svn path=/head/; revision=481365
* irc/py-limnoria: Update to 2018.09.09Kubilay Kocak2018-10-062-9/+20
| | | | | | | | | | | * Switch to GitHub for sources. The PyPI sdist does not package the license and a couple of other useful files. * Update TEST_DEPENDS to include optional dependencies that produce skipped tests when not installed * Pet portlint for Makefile ordering Notes: svn path=/head/; revision=481316
* Reset maintainer for misc ports I do not interact with anymoreMark Felder2018-10-021-1/+1
| | | | Notes: svn path=/head/; revision=481130
* The FreeBSD GNOME team proudly presents GNOME 3.28 for FreeBSD.Koop Mast2018-09-303-23/+146
| | | | | | | | | | | | The offical GNOME 3.28 release notes can be found at https://help.gnome.org/misc/release-notes/3.28/ Thanks to Antoine Brodin for running the exp-runs. PR: 229761 Notes: svn path=/head/; revision=480951
* Bump PORTREVISION for changed CFLAGSEd Maste2018-09-181-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 Notes: svn path=/head/; revision=480069
* irc/irssi-xmpp: add -fPIC on i386, to allow linking with lldEd Maste2018-09-181-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 Notes: svn path=/head/; revision=480048
* Add EXAMPLES options to ports that should have one.Mathieu Arnold2018-09-102-2/+2
| | | | | | | | | | | Also various fixes related to said option. PR: 230864 Submitted by: mat exp-runs by: antoine Notes: svn path=/head/; revision=479407
* Add DOCS options to ports that should have one.Mathieu Arnold2018-09-104-1/+7
| | | | | | | | | | | Also various fixes related to said option. PR: 230864 Submitted by: mat exp-runs by: antoine Notes: svn path=/head/; revision=479406
* irc/hexchat: update to 2.14.2Steve Wills2018-09-035-13/+26
| | | | | | | | PR: 231061 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> (maintainer) Notes: svn path=/head/; revision=478869
* irc/minbif: Fix build with Clang 6Tobias Kortkamp2018-08-311-1/+10
| | | | | | | | | | | | | | src/im/auth_pam.cpp:193:11: error: no matching function for call to 'pam_chauthtok' retval = pam_chauthtok(pamh, NULL); ^~~~~~~~~~~~~ /usr/include/security/pam_appl.h:64:1: note: candidate function not viable: no known conversion from 'nullptr_t' to 'int' for 2nd argument pam_chauthtok(pam_handle_t *_pamh, ^ http://beefy12.nyi.freebsd.org/data/head-amd64-default/p478276_s338342/logs/errors/minbif-1.0.5_10.log Notes: svn path=/head/; revision=478596
* Update WWWSunpoet Po-Chuan Hsieh2018-08-181-1/+1
| | | | Notes: svn path=/head/; revision=477542
* devel/boost-*: update to 1.68.0Jan Beich2018-08-091-1/+1
| | | | | | | | | | | | - Switch to C++14 for libboost_system to support C++14 consumers Changes: http://www.boost.org/users/history/version_1_68_0.html PR: 229569 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D16165 Notes: svn path=/head/; revision=476723
* Add references to PR 226177 which tracks the breakage of this port byGerald Pfeifer2018-08-041-1/+2
| | | | | | | | | clang 6.0.0. PR: 226177 Notes: svn path=/head/; revision=476347
* This port has a very old code base and would require a major rewrite to continueEmanuel Haupt2018-08-031-3/+6
| | | | | | | | | | compiling with modern C++ standards. Since the upstream project has long since disappeared, mark this port DEPRECATED with an expiration period of 3 months. As a last resort effort to make it compile on ${OSVERSION} >= 1200056, force gcc version 6. At this point let go of maintainer-ship. Notes: svn path=/head/; revision=476281
* - Fix LICENSEDmitry Marakasov2018-08-022-6/+3
| | | | | | | | | | - Switch to USES=localbase - Update WWW Approved by: portmgr blanket Notes: svn path=/head/; revision=476228
* irc/hexchat: add SYSINFO option (off by default)Bradley T. Hughes2018-08-013-2/+23
| | | | | | | | | | PR: 227281 Submitted by: pkubaj@anongoth.pl (maintainer) Reported by: lcraft@gmail.com Sponsored by: Miles AS Notes: svn path=/head/; revision=476196
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-07-297-5/+7
| | | | | | | | | | | | | | | | | in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which has now moved from GCC 6 to GCC 7 by default. This includes ports - featuring USE_GCC=yes or USE_GCC=any, - featuring USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and those - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x, c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib. PR: 222542 Notes: svn path=/head/; revision=475857
* The Steam protocol plugin for bitlbee. This plugin uses the Steam MobileMartin Wilke2018-07-284-0/+37
| | | | | | | | | | | | | API allowing it to run alongside the main Steam client. WWW: https://github.com/bitlbee/bitlbee-steam PR: 229375 Submitted by: aou@eecs.berkeley.edu Sponsored by: iXsystems Inc. Notes: svn path=/head/; revision=475578
* New port: irc/weechat-otrRenato Botelho2018-07-244-0/+39
| | | | | | | | | | | | WeeChat script for Off-the-Record (OTR) Messaging. This script makes every effort to securely provide OTR Messaging in WeeChat Submitted by: Vinícius Zavam <egypcio@googlemail.com> Sponsored by: Rubicon Communications, LLC (Netgate) Differential Revision: https://reviews.freebsd.org/D16327 Notes: svn path=/head/; revision=475253
* irc/znc: Update to 1.7.1, Fix security vulnerabilitiesDanilo G. Baio2018-07-183-5/+5
| | | | | | | | | | | Changes: https://wiki.znc.in/ChangeLog/1.7.1 Reported by: gordon MFH: 2018Q3 Security: c6d1a8a6-8a91-11e8-be4d-005056925db4 Notes: svn path=/head/; revision=474869
* irc/weechat: Fix build errorsBernard Spil2018-07-182-1/+21
| | | | | | | | | | - doesn't know about TCL 8.7 yet - requires PHP installed during configure Submitted by: fluffy Notes: svn path=/head/; revision=474852
* - Add LICENSEDmitry Marakasov2018-07-181-0/+5
| | | | | | | | | - Add NO_ARCH Approved by: portmgr blanket Notes: svn path=/head/; revision=474843
* irc/weechat: Update to 2.2Bernard Spil2018-07-152-4/+4
| | | | Notes: svn path=/head/; revision=474683
* Update to 1.7.5.Raphael Kubo da Costa2018-07-142-5/+4
| | | | | | | | This is a small bugfix release with a single change fixing the build with Qt 5.11. Notes: svn path=/head/; revision=474651
* Remove all := from BUILD_DEPENDS, here are never needed.Mathieu Arnold2018-07-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | While there, cleanup, and sort depends. When build and run dependencies are the same, there are three ways to avoid duplicating the list while not adding the framework added BUILD_DEPENDS to the RUN_DEPENDS. In order of preference, they are: 1) use RUN_DEPENDS to set BUILD_DEPENDS: BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= foo:bar/baz 2) create another variable and use it: MY_DEPENDS= foo:bar/baz BUILD_DEPENDS= ${MY_DEPENDS} RUN_DEPENDS= ${MY_DEPENDS} 3) use BUILD_DEPENDS to set RUN_DEPENDS and force evaluation: BUILD_DEPENDS= foo:bar/baz RUN_DEPENDS:= ${BUILD_DEPENDS} Sponsored by: Absolight Notes: svn path=/head/; revision=474242
* - Update to 20170711Philippe Audeoud2018-07-063-8/+8
| | | | | | | | PR: 229031 Submitted by: Victor <gudfitz@gmail.com> Notes: svn path=/head/; revision=474035
* Mark ports broken on mips64 that are already broken on powerpc64. InMark Linimon2018-07-022-0/+4
| | | | | | | | | | | | most cases, the failure mode is the same. Also, mark them broken on mips when necessary. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=473699
* devel/icu: update to 62.1Jan Beich2018-06-291-0/+1
| | | | | | | | | | Changes: http://site.icu-project.org/download/62 ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ PR: 229359 Exp-run by: antoine (only 10.4) Notes: svn path=/head/; revision=473551
* Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mkTobias C. Berner2018-06-284-18/+23
| | | | | | | | | | | | | | | | | | From now on, ports that depend on Qt4 will have to set USES= qt:4 USE_QT= foo bar ports depending on Qt5 will use USES= qt:5 USE_QT= foo bar PR: 229225 Exp-run by: antoine Reviewed by: mat Approved by: portmgr (antoine) Differential Revision: →https://reviews.freebsd.org/D15540 Notes: svn path=/head/; revision=473503
* Reset maintainer (3+ months of inactivity).Emanuel Haupt2018-06-261-1/+1
| | | | | | | Discussed with: portmgr (adamw, mat) Notes: svn path=/head/; revision=473398
* Update net/libproxy to 0.4.15Tobias C. Berner2018-06-221-0/+1
| | | | | | | | | | | | | | | * this release switched the build system to cmake * move libproxy-gnome to libproxy-gnome2 for consistency * add new slave libproxy-webkit3 * try to simplify the whole thing * bump revisions in the dependencies Reviewed by: gnome (kwm), mat Differential Revision: https://reviews.freebsd.org/D15655 Notes: svn path=/head/; revision=473062
* multimedia/*phonon*: update and flavorize with @qt4/@qt5Tobias C. Berner2018-06-212-1/+2
| | | | | | | | Approved by: portmgr (mat) Differential Revision: https://reviews.freebsd.org/D14632 Notes: svn path=/head/; revision=472983
* Use PY_FLAVOR for dependencies.Mathieu Arnold2018-06-203-18/+18
| | | | | | | | | | FLAVOR is the current port's flavor, it should not be used outside of this scope. Sponsored by: Absolight Notes: svn path=/head/; revision=472884
* Mark ports broken on powerpc64, categories g-n.Mark Linimon2018-06-181-0/+2
| | | | | | | | | While here, pet portlint and do some other cleanup. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=472693
* - Remove always-true OSVERSION conditionDmitry Marakasov2018-06-151-6/+4
| | | | | | | - Cosmetic fixes Notes: svn path=/head/; revision=472469
* Add LICENSE_FILESunpoet Po-Chuan Hsieh2018-06-042-1/+2
| | | | | | | - Fix and update WWW Notes: svn path=/head/; revision=471644
* USES=emacs ports: Bump PORTREVISION for editors/emacs 26.1 upgradeJoseph Mingrone2018-05-311-1/+1
| | | | | | | | Or, mark ports that fail to build as BROKEN. https://lists.freebsd.org/pipermail/freebsd-ports/2018-May/113518.html Notes: svn path=/head/; revision=471191
* irc/gseen.mod: set LLD_UNSAFE to link using ld.bfdEd Maste2018-05-301-0/+1
| | | | | | | | | | | | | | lld has no built-in search paths (/lib, /usr/lib). Normally the linker is invoked from the compiler driver, and the search paths are added by the compiler. If lld is invoked directly library search paths must be specified explicitly, with -L/lib -L/usr/lib. PR: 214864 Approved by: portmgr (LLD_UNSAFE blanket) Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=471137
* Update WWWSunpoet Po-Chuan Hsieh2018-05-2714-14/+14
| | | | | | | | | | search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl Notes: svn path=/head/; revision=470993
* Add PY_FLAVOR to Python module dependencies.Mathieu Arnold2018-05-221-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=470610
* Update to 1.1.13Jochen Neumeister2018-05-122-4/+4
| | | | | | | | Changelog: * Corrected return value of isConnected() to match docs Notes: svn path=/head/; revision=469726
* Update to 1.1.12Jochen Neumeister2018-05-092-4/+4
| | | | | | | | | | | | Changelog: * Fix composer autoload path * Fix PHP notices * Implement Feature #23746: added method to get connection status * Updated HTML documentation Notes: svn path=/head/; revision=469468
* - update to miniupnpc 2.1Dirk Meyer2018-05-091-1/+1
| | | | | | | | | | | | | | PR: 228050 Submitted by: Hung-Yi Chen - fix python build - add LICENSE for slave port - make portlint happier - bump PORTREVISION on ports using the shared lib Notes: svn path=/head/; revision=469430