Commit Graph
116 Commits
Author SHA1 Message Date
Calvin ArdiandRenee Otten c88e9f5215 weechat: update to 4.9.2 2026-06-09 22:00:23 -04:00
Calvin ArdiandHerby Gillot d9b41c8077 weechat: update to 4.9.1 2026-06-02 22:28:02 +02:00
Calvin ArdiandHerby Gillot fafc500411 weechat: update to 4.9.0 2026-04-17 07:16:10 -04:00
Calvin ArdiandHerby Gillot 3cb9f6a1cf weechat: update to 4.8.1 2025-12-01 22:52:05 -05:00
Renee Otten f8776c3d0c weechat: drop python39 variant 2025-11-04 22:36:39 -05:00
Calvin ArdiandGitHub d799cd2eb4 weechat: update to 4.7.1 2025-09-16 22:48:26 -04:00
Calvin ArdiandRenee Otten c86c875096 weechat: update to 4.6.3 2025-05-17 00:23:50 -04:00
Calvin ArdiandHerby Gillot a25cbc6549 weechat: update to 4.6.1
* remove patch as upstream PR was merged
2025-04-11 05:15:10 -04:00
Sergey FedorovandRenee Otten 3fc21ba099 weechat: fix linking to correct libs 2024-12-28 10:26:54 -05:00
Calvin ArdiandHerby Gillot e04723440e weechat: update to 4.5.0
* remove Ruby-related patches, as upstream now uses CMake to natively
  detect Ruby versions (previously used a custom script that we had to
  subsequently patch).
2024-12-18 16:34:01 -05:00
Zero KingandGitHub 6682f36b80 weechat: fix libcjson dependency spec (#27069)
Could not open /opt/local/lib/libcjson.1.dylib: Error opening or reading file (referenced from /opt/local/lib/weechat/plugins/relay.so)
2024-12-18 20:29:44 +08:00
Calvin ArdiandRenee Otten 90b2da8ad9 weechat: update to 4.4.3, update Python and Ruby variants
* remove variants for EOL ruby-3.0, python-3.8

* add variants for ruby-3.3, python-3.13

* Ruby variants: no longer need to set PKG_CONFIG_PATH, which
  was also interfering with Python's PKG_CONFIG_PATH if both
  a Ruby and Python variant was specified

* update maintainer email
2024-11-13 11:58:30 -05:00
Calvin ArdiandHerby Gillot 7bf72b023b weechat: update to 4.4.2
* add new build dependency `libcjson`

* remove old, no longer used build option `ENABLE_PYTHON2`

* update AUTHORS, README, and CHANGELOG file extensions to `.md`
2024-09-10 19:36:12 -04:00
Tomas VolfandRenee Otten 709fdadc23 weechat: Use guile-3.0. 2024-09-02 14:51:28 -04:00
Ryan Carsten SchmidtandPerry E. Metzger c40d732368 weechat: Remove extra warning flags to fix old GCC
Closes: https://trac.macports.org/ticket/70002
2024-05-21 10:05:58 -04:00
Calvin ArdiandHerby Gillot 33b244dae7 weechat: update to 4.2.2 2024-04-09 20:39:57 -04:00
Calvin ArdiandHerby Gillot d2e0a54636 weechat: update to 4.2.1 2024-02-28 19:02:57 -05:00
Calvin ArdiandHerby Gillot 61b744465b weechat: update to 4.1.2 2024-01-03 22:54:03 -05:00
Calvin ArdiandPerry E. Metzger b3ad1e547e weechat: update to 4.1.1, update python variants, fix +doc build
* adds +python312 for python 3.12, and updates +python to use +python312

* drops end-of-life +python37

* updates +doc to build documentation without requiring all plugins to
  be enabled

Closes: https://trac.macports.org/ticket/67933
2023-11-01 16:44:34 -04:00
Calvin ArdiandRyan Schmidt 03e1e6f607 weechat: update to 4.0.2 2023-07-25 20:46:09 -05:00
Clemens LangandClemens Lang 8d29d2bab7 weechat: Fix +python311
Append to PKG_CONFIG_PATH instead of patching FindPython.cmake at
runtime, because evidently people forget adjusting both the variant
definition and the block in post-patch when adding new versions, and
this approach does not require source code modification.
2023-01-31 17:33:06 +01:00
calvin ardiandGitHub 32506e83d0 weechat: update to 3.8, fix ruby variant build, update {python,ruby} variants (#17422)
* adds variants for ruby 3.0 (+ruby30), 3.1 (+ruby31), and 3.2 (+ruby32)
  and updates +ruby variant to use ruby 3.2 (+ruby32)

* adds +python311 variant for python 3.11, and updates +python variant
  to use python 3.11 (+python311)

* adds a patchfile to fix a build error (`error: invalid arch name
  '-arch -lx86_64'`) when installing the ruby variant

  the patch to one of the CMake files removes the hardcoded paths that
  ruby is assumed to be installed to, and removes the `-arch ${os.arch}`
  in RUBY_LDFLAGS provided by pkg-config as the space in between `-arch`
  and `${os.arch}` led to string substitution errors during the build
  process

  see the corresponding trac ticket for details

Closes: https://trac.macports.org/ticket/65100
2023-01-22 16:35:39 +08:00
Christopher Nielsen 14895da0e6 gnutls dependents: use path-style dep
Fixes: https://trac.macports.org/ticket/65606
2022-08-04 09:21:18 -04:00
Calvin ArdiandHerby Gillot d20253bda6 weechat: update to 3.5 2022-03-28 09:42:36 -04:00
Calvin ArdiandRenee Otten 73662e9aca weechat: update to 3.4.1, remove old python variants
- set default python variant to python310
- remove EOL python27 and python36 variants
2022-03-14 09:07:14 -04:00