aboutsummaryrefslogtreecommitdiff
path: root/irc/weechat
Commit message (Collapse)AuthorAgeFilesLines
* irc/weechat: Switch to Ninja build, fix USESBernard Spil2019-12-082-4/+4
| | | | | | | Reported by: fluffy Notes: svn path=/head/; revision=519304
* irc/weechat: Update to 2.7Bernard Spil2019-12-084-23/+11
| | | | Notes: svn path=/head/; revision=519303
* irc/weechat: Chase previous commitBernard Spil2019-11-261-3/+3
| | | | Notes: svn path=/head/; revision=518451
* irc/weechat: Fix clobbering USESBernard Spil2019-11-261-1/+0
| | | | | | | Reported by: mat Notes: svn path=/head/; revision=518450
* irc/weechat: Update to 2.6Bernard Spil2019-11-252-11/+12
| | | | Notes: svn path=/head/; revision=518420
* Update Guile to version 2.2.5, modern stable version, and fix dependentAlexey Dokuchaev2019-06-271-3/+4
| | | | | | | | | | | | | | | | | | | | ports to build against it. Most changes are rather minor and mechanical except for the devel/gdb (obtained via their bugtracker [1], courtesy of Doug Evans). One port (science/meep) I had to mark BROKEN after fixing it proved to be very tedious and actually unreliable. It is very old, there are newer versions available so it should be fixed by updating. One port (devel/libruin) had revealed a bug in the new Guile code (an auxiliary script, really) that had to be worked-round; reference to the problematic upstream commit is provided in the patch. PR: 229613 Exp-run by: antoine [1] https://sourceware.org/bugzilla/show_bug.cgi?id=21104#c8 Notes: svn path=/head/; revision=505200
* irc/weechat: remove meaningless 85+ from USES tclPietro Cerutti2019-06-121-1/+1
| | | | Notes: svn path=/head/; revision=504022
* rc/weechat: Update to 2.5Bernard Spil2019-06-074-35/+35
| | | | | | | | | | - Add Guile support [1] PR: 236152 [1] Submitted by: Jeremy "Vrakfall" Lecoc<jeremy artphotolaurent be> [1] Notes: svn path=/head/; revision=503643
* irc/weechat: Update to 2.4Bernard Spil2019-02-242-4/+4
| | | | | | | | | | Changelog https://weechat.org/files/changelog/ChangeLog-2.4.html PR: 235972 Submitted by: Dmitri Goutnik <dg syrec org> Notes: svn path=/head/; revision=493770
* - Fix LICENSEDmitry Marakasov2019-02-032-2/+2
| | | | | | | | | - Update WWW Approved by: portmgr blanket Notes: svn path=/head/; revision=492031
* Change cmake default behaviour to outsource.Tobias C. Berner2018-12-251-1/+1
| | | | | | | | | | | | | | Ports that build out of source now simply can use "USES=cmake" instead of "USES=cmake:outsource". Ports that fail to build out of source now need to specify "USES=cmake:insource". I tried to only set insource where explictely needed. PR: 232038 Exp-run by: antoine Notes: svn path=/head/; revision=488341
* 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
* 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
* irc/weechat: Update to 2.2Bernard Spil2018-07-152-4/+4
| | | | Notes: svn path=/head/; revision=474683
* irc/weechat: Update to 2.1Bernard Spil2018-03-183-9/+21
| | | | | | | | PR: 226707 Reported by: Greg Fitzgerald <gregf hugops pw> Notes: svn path=/head/; revision=464954
* irc/weechat: Remove Ruby LIB_DEPENDSBernard Spil2018-01-011-4/+0
| | | | | | | | | - unwind is a dependency of Ruby Submitted by: sunpoet Notes: svn path=/head/; revision=457781
* irc/weechat: Bugfix update to 2.0.1Bernard Spil2017-12-212-5/+4
| | | | | | | Changelog: https://weechat.org/files/changelog/ChangeLog-2.0.1.html Notes: svn path=/head/; revision=456939
* irc/weechat: Unbreak builds, add PHP optionBernard Spil2017-12-032-28/+9
| | | | | | | | | | | - Remove leftovers from 2.0-RC testing - Add PHP option and .so - Simplify cmake enable Reported by: antoine, adamw Notes: svn path=/head/; revision=455425
* irc/weechat: Update to 2.0Bernard Spil2017-12-034-10/+13
| | | | Notes: svn path=/head/; revision=455409
* irc/weechat: Security update to 1.9.1Bernard Spil2017-09-272-4/+4
| | | | | | | | | | - Fixes crash in logger MFH: 2017Q3 Security: b63421b6-a1e0-11e7-ac58-b499baebfeaf Notes: svn path=/head/; revision=450728
* Remove USES=execinfo.Mathieu Arnold2017-09-221-1/+0
| | | | | | | | | | PR: 220271 Submitted by: mat (review), Yasuhiro KIMURA (PR) Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D11488 Notes: svn path=/head/; revision=450351
* irc/weechat: Depend on libunwind for RUBYBernard Spil2017-08-141-0/+4
| | | | | | | | | - Ruby on amd64/i386 uses libunwind causing weechat to link it as well Reported by: koobs Notes: svn path=/head/; revision=447942
* irc/weechat: Update to 1.9Bernard Spil2017-07-062-4/+4
| | | | | | | - Bugfix update to 1.9 Notes: svn path=/head/; revision=445144
* Make ninja opt-out in cmake.mkTobias C. Berner2017-06-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | Using ninja instead of make (1) can lead to significant speed ups while building. Therefore switch from having the ninja generator opt-in to having it opt-out. Previously cmake-ports that wanted to use ninja could set CMAKE_NINJA=yes now, ports that do not work with ninja can set cmake:<existing args>,noninja Note, that needing this should be an exception and most often points to a broken cmake of the port. The ports using cmake were modified * removed USES=gmake, if ninja is used * removed MAKE_ARGS, if ninja is used * added the cmake-argument noninja if necessary PR: 219629 PR: 213331 Exp-run by: antoine Reviewed by: rakuco Differential Revision: https://reviews.freebsd.org/D10748 Notes: svn path=/head/; revision=444324
* Mark some ports failing on power64. In cases where the error messageMark Linimon2017-05-221-0/+3
| | | | | | | | | | | | was a stub, provide a real one. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Reported by: swills Notes: svn path=/head/; revision=441468
* irc/weechat: Update to 1.8Bernard Spil2017-05-144-9/+11
| | | | | | | - Bugfix and new features release Notes: svn path=/head/; revision=440880
* irc/weechat: Security update to 1.7.1Bernard Spil2017-04-252-4/+4
| | | | | | | | | | | | - Security update to 1.7.1 PR: 218855 Submitted by: Jochen Neumeister <joneum@bsdproject.de> Security: 81433129-2916-11e7-ad3e-00e04c1ea73d Security: CVE-2017-8073 Notes: svn path=/head/; revision=439412
* irc/weechat: Fix python3 detectionBernard Spil2017-03-261-1/+1
| | | | | | | | | | - Fix package error when python3 is used PR: 216555 Reported by: Charles P <charlespigott@googlemail.com> Notes: svn path=/head/; revision=436955
* irc/weechat: Update to 1.7Bernard Spil2017-01-232-7/+5
| | | | | | | | | | | | | | - Update to 1.7[1] - Remove CONFLICTS: weechat-devel was removed - Switch to xz distfile [1] Changelog: https://weechat.org/files/changelog/ChangeLog-1.7.html PR: 216384 Submitted by: Danilo G. Baio <dbaio@bsd.com.br> Notes: svn path=/head/; revision=432287
* irc/weechat: Fix build when PYTHON not setBernard Spil2016-10-051-1/+1
| | | | | | | - Check PYTHON option before checking version Notes: svn path=/head/; revision=423325
* irc/weechat: Update to 1.6Bernard Spil2016-10-0410-315/+143
| | | | | | | | | | | | | | | | | - Update to 1.6 - Take maintainership - OPT_CMAKE_ON= -DENABLE_OPT=yes to OPT_CMAKE_BOOL= OPT - Add LICENSE_FILE - Drop BSD_LUA_* extra CMAKE_ARGS - Add asciidoctor depend for DOCS and MANPAGES - Fix build with Python 3.5 / Add warning - Transform to post-patch-ICON-off target PR: 205981 Reported by: Vladimir Krstulja <vlad-fbsd@acheronmedia.com> Notes: svn path=/head/; revision=423303
* Reset jase@'s ports after taking in his commit bit for safekeeping.Rene Ladan2016-09-181-1/+1
| | | | | | | With hat: portmgr-secretary Notes: svn path=/head/; revision=422375
* Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.Mathieu Arnold2016-04-011-10/+10
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412347
* - Update security/gnutls to 3.4.10.Tijl Coosemans2016-03-271-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Rename the LIBDANE option DANE because that's the name of the protocol supported by libgnutls-dane and gnutls-cli. Also clarify the option description. - Add an IDN option. - libgnutls-openssl has been removed in 3.4. Some ports used this library in their LIB_DEPENDS but no port actually required it. - Some old API functions have been removed. Ports that used these have been updated or patched to use the new API. - Add a patch to print/cups to prevent overlinking of libgnutls.so. - Bump PORTREVISION on dependent ports. net-im/jabber: This port used the old API to give users fine grained control over which crypto algorithms were used via a configuration file. It's not immediately obvious how to port this to the new API so the port always uses the defaults now. www/hydra: Mark BROKEN. This uses more removed calls than the other ports, is said to be alpha quality and not fully functional and has been abandoned 10 years ago. PR: 207768 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=411990
* 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
* - 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
* Update irc/weechat to 1.4Renato Botelho2016-01-129-45/+37
| | | | Notes: svn path=/head/; revision=405897
* - 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
* Upgrade irc/weechat to 1.3Renato Botelho2015-10-108-74/+48
| | | | Notes: svn path=/head/; revision=399019
* Uses/iconv.mk: Set iconv-related CMake variables.Raphael Kubo da Costa2015-09-032-58/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The way we deal with iconv in base and ports across different FreeBSD releases is complicated: 9.x does not have iconv.h in base, 10.1 has it with a different prototype for iconv(3) and later versions have the right iconv(3) prototype. And, in some cases (USES=iconv:{translit,wchar_t}), we must always use the libiconv port. This is why there are so many checks in Uses/iconv.mk: we need to know the situation we currently have in order to decide whether to pull iconv from converters/libiconv, whether to just use its header (and pull the library from base) or whether to use everything from base. r384038 adjusted several CMake-based ports, but did so in a way that was not very scalable and required a few intrusive patches to some ports. Most ports that have both USES=cmake and USES=iconv use variations of FindIconv.cmake that behave similarly. This change passes the header and library values we really want to use to CMake using the most common variable names, bypassing the calls to find_path() and find_library() that would sometimes end up finding the wrong file. The few ports that use different variable names have had their Makefiles adjusted (we manually pass the values we want via CMAKE_ARGS). Other changes: - chinese/fcitx: Explicitly set LIBICONV_LIBC_HAS_ICONV_OPEN=OFF as we always want the version from ports because of USES=iconv:wchar_t. - editors/calligra: Explicitly use iconv:translit because Kexi needs it. - irc/weechat and irc/weechat-devel: The FindIconv.cmake patches could not be entirely removed because the check_library_exists() calls are wrong. Sent upstream: https://github.com/weechat/weechat/pull/513 - textproc/ctpp2: Use iconv:translit when the TRANSLITERATE option is used. PORTREVISION has been bumped in editors/calligra and textproc/ctpp2 because their dependency list has changed in 10.2 and later as the ports version is always used now. PR: 202798 Reviewed by: antoine, tijl Approved by: portmgr (antoine) Notes: svn path=/head/; revision=395972
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-2/+1
| | | | | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386312
* converters/libiconv:Tijl Coosemans2015-04-152-0/+64
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Remove const qualifier from iconv(3) to match POSIX: http://pubs.opengroup.org/onlinepubs/9699919799/functions/iconv.html - Patch iconv.h to expose more GNU extensions when LIBICONV_PLUG is defined because the base system iconv supports these extensions too. Add/remove patches to/from ports to call iconv with non-const arguments. This breaks some ports on FreeBSD 10 because base system iconv.h still has the const qualifier. Fix this by letting USES=iconv add a build dependency on converters/libiconv so ports can use its iconv.h (with LIBICONV_PLUG defined) instead of the base system iconv.h. This exposed some ports that link with libiconv when it is available instead of using libc iconv. In these cases one of the following changes has been made: - patch configure scripts to test for libc iconv first - add ac_cv_lib_iconv_libiconv=no or similar to CONFIGURE_ARGS to disable some configure tests - converters/wkhtmltopdf: this includes Qt4 so add a patch from devel/qt4 - lang/gcc5-aux: respect CFLAGS and friends during configure such that LIBICONV_PLUG is defined in the iconv test, also switch to external gettext - mail/gnarwl: replace patches with CPPFLAGS/LIBS - multimedia/ffmpeg2theora: remove iconv test from SConstruct and use ICONV_LIB in port Makefile instead, also fix a bug in subtitles.c - net-im/licq: finish conversion to cmake - net-mgmt/bandwidthd, net-mgmt/icinga, net-mgmt/nagios, net-mgmt/nagios4: don't need iconv - textproc/p5-XML-TinyXML: finish conversion to USES=perl5 Other changes: - databases/qdbm and slaves: respect CFLAGS and friends, also enable bzip2 and lzo support - games/ldmud: respect CFLAGS and friends - graphics/inventor: replace some patches with MAKE_ARGS/MAKE_ENV to respect CFLAGS and friends, also remove FreeBSD/alpha patch and add missing xorg dependencies PR: 199099 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=384038
* irc/weechat: Update to v1.1.1Jase Thew2015-01-276-83/+50
| | | | | | | Changes: https://weechat.org/files/changelog/ChangeLog-1.1.1.html Notes: svn path=/head/; revision=377969
* security/libgcrypt: 1.6.1 -> 1.6.2, bump dependsKurt Jaeger2015-01-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes: - src/sexp.c (do_vsexp_sscan): Return error for invalid args. - cipher/md.c (_gcry_md_info): Fix a segv in case of calling with wrong parameters. - cipher/primegen.c (_gcry_generate_elg_prime): Change to return an error code, possible NULL deref in call to prime generator. - cipher/dsa.c (generate): Take care of new return code. - cipher/elgamal.c (generate): Change to return an error code. Take care of _gcry_generate_elg_prime return code. - ecc: Support the non-standard 0x40 compression flag for EdDSA. - mpi: Extend the internal mpi_get_buffer. - mpi: Fix regression for powerpc-apple-darwin detection. - Fix bug inhibiting the use of the sentinel attribute in src/gcrypt.h.in - Fix building for the x32 target without asm modules in mpi/generic/mpi-asm-defs.h: Use a fixed value for the x32 ABI. - Fix ARM assembly when building __PIC__ - mpi: Fix a subtle bug setting spurious bits with in mpi_set_bit. * mpi/mpi-bit.c (_gcry_mpi_set_bit, _gcry_mpi_set_highbit): Clear allocated but not used bits before resizing. * tests/t-mpi-bits.c (set_bit_with_resize): New. - Use internal malloc function in fips.c. * src/fips.c (check_binary_integrity): s/gcry_malloc/xtrymalloc/. - pubkey: Re-map all deprecated RSA algo numbers. - cipher: Fix possible NULL dereference in cipher/md.c for being NULL. - Fix ARMv6 detection when CFLAGS modify target CPU architecture. PR: 193264 Approved by: cpm@fbsd.es (maintainer) Notes: svn path=/head/; revision=376062
* irc/weechat: Remove CFLAGS+= Qunused-argumentsJohn Marino2014-10-271-1/+0
| | | | | | | | | | | | That switch is not recognized by GCC, and GCC 4.7 and later will considered unrecognized switches as errors and break the build. This was seen on dports, but can be reproduced on ports with USE_GCC=yes. PR: 194575 Approved by: jase@ (maintainer) Notes: svn path=/head/; revision=371561
* irc/weechat: Add default dependency on Mozilla CA Bundle for cert verificationJase Thew2014-10-171-7/+9
| | | | | | | | | | | | | | - Configure WeeChat to use Mozilla CA Bundle location - Remove some custom descriptions that are no longer required While I'm here: - Reword two custom descriptions for consistency Suggested by: Benjamin Stier PR: ports/192737 Notes: svn path=/head/; revision=371062
* irc/weechat: Update to 1.0.1Jase Thew2014-10-167-277/+195
| | | | | | | | | | | | - Utilise OPTIONS helpers - Quieten compiler warnings about unused arguments (caused by unconditionally passing LOCALBASE/{lib,includes} via CFLAGS) - Remove occurrences of deprecated @dirrm and @dirrmtry from plist Changes: http://www.weechat.org/files/changelog/ChangeLog-1.0.1.html Notes: svn path=/head/; revision=371017
* security/libgcrypt: 1.5.3_3 -> 1.6.1Kurt Jaeger2014-07-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | - Update to 1.6.1 - Remove some unneeded patches - Fix pkg-plist - report configure bug upstream https://bugs.g10code.com/gnupg/issue1668 - report API breakage downstream and find that MacPorts had the same issue https://rt.cpan.org/Ticket/Display.html?id=97201 - bump PORTREVISION for dependent ports (approx. 100 ports) - Thanks to exp-run by antoine@ to find ports that break - patch ports that would otherwise break security/shishi with PR 192164 is already committed [1] devel/ccrtp [2] editors/abiword [3] security/p5-Crypt-GCrypt PR: 191256, 192162 [1], 192163 [2], 192166 [3] Submitted by: Carlos Jacobo Puga Medina <cjpugmed@gmail.com> Approved by: maintainer timeout, antoine (exp-run), portmgr (implicit) Notes: svn path=/head/; revision=363436
* - Replace security/gnutls with security/gnutls3 and update to 3.2.15Tijl Coosemans2014-07-231-1/+1
| | | | | | | | | | | | | | | - Bump PORTREVISION on all ports that depend on security/gnutls and adjust all ports that depend on security/gnutls3 - Update mail/anubis to version 4.2 which supports gnutls 3.x - Update mail/libvmime to a development snapshot (recommended by upstream developers) PR: 191274 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=362645
* Convert textproc/aspell to "USES=libtool tar:bzip2" and bump dependent portsTijl Coosemans2014-07-041-5/+5
| | | | | | | Approved by: portmgr (implicit, PORTREVISION bump on unstaged port) Notes: svn path=/head/; revision=360658