Commit graph

38 commits

Author SHA1 Message Date
Bernard Spil
cd32065868 irc/weechat: Update to 2.9
* Fix REINPLACE_CMD warnings
2020-07-19 09:17:46 +00:00
Bernard Spil
6eab50a07d irc/weechat: Fix patch failure
PR:		247055
Reported by:	<p5B2E9A8F t-online de>
2020-06-07 17:54:51 +00:00
Dima Panov
eaa6227242 irc/weechat: fix patch-cmake_FindRuby.cmake before 2020Q2 branch
Bernard obliviously commit raw patch for port itself rather than applied result for src

Pointyhat to:	brnrd
PR:		243641 (originally was)
Submitted by:	fluffy
Approved by:	portmgr blanket (fix build issue)
2020-04-02 04:09:55 +00:00
Bernard Spil
8a1c601f3f irc/weechat: Add Ruby 2.7 support
PR:		243641
Submitted by:	fluffy
2020-02-22 18:51:01 +00:00
Bernard Spil
2062ac5a9a irc/weechat: Update to 2.7 2019-12-08 13:53:52 +00:00
Bernard Spil
b5f15d2a51 rc/weechat: Update to 2.5
- Add Guile support [1]

PR:		236152 [1]
Submitted by:	Jeremy "Vrakfall" Lecoc<jeremy artphotolaurent be> [1]
2019-06-07 18:21:57 +00:00
Bernard Spil
21d92d5d8c irc/weechat: Fix build errors
- doesn't know about TCL 8.7 yet
 - requires PHP installed during configure

Submitted by:	fluffy
2018-07-18 11:27:24 +00:00
Bernard Spil
ab10ab3044 irc/weechat: Update to 2.0 2017-12-03 16:12:42 +00:00
Bernard Spil
c64be2313b irc/weechat: Update to 1.8
- Bugfix and new features release
2017-05-14 14:27:49 +00:00
Bernard Spil
943a903d02 irc/weechat: Update to 1.6
- 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>
2016-10-04 21:07:00 +00:00
Renato Botelho
90c4c950e9 Update irc/weechat to 1.4 2016-01-12 17:39:03 +00:00
Sunpoet Po-Chuan Hsieh
e40656d6cf - Fix build if lang/v8 is installed
- Add JAVASCRIPT option and set it off by default

PR:		204881
Submitted by:	sunpoet (myself)
Approved by:	maintainer (timeout, 23 days)
2015-12-21 18:35:52 +00:00
Renato Botelho
e5a0c5d932 Upgrade irc/weechat to 1.3 2015-10-10 20:52:20 +00:00
Raphael Kubo da Costa
f358732b18 Uses/iconv.mk: Set iconv-related CMake variables.
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)
2015-09-03 15:44:13 +00:00
Tijl Coosemans
074ea5282a converters/libiconv:
- 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)
2015-04-15 08:20:27 +00:00
Jase Thew
be667be802 irc/weechat: Update to v1.1.1
Changes:	https://weechat.org/files/changelog/ChangeLog-1.1.1.html
2015-01-27 01:16:55 +00:00
Jase Thew
e6863387ea irc/weechat: Update to 1.0.1
- 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
2014-10-16 19:29:33 +00:00
Jase Thew
eb7b6480e3 - Fix fallout from r355360 and allow lua plugin to be built
successfully
2014-06-06 12:07:39 +00:00
Jase Thew
0812da96d4 - Update to 0.4.3
- Rename DOCUMENTATION option to DOCS and add a pre-built docs distfile
- Utilise DOCSDIR macro in pkg-plist
- Change defaults to enable all OPTIONS [1]
- Remove COLOR256 option as devel/ncurses no longer supports building with
  extended colour support
- Rework MAINTAINER_MODE to cater for building both manpages and docs

Changes:	http://www.weechat.org/files/changelog/ChangeLog-0.4.3.html

PR:		ports/185908 [1]
Requested by:	dumbbell [1]
2014-02-12 15:52:18 +00:00
Jase Thew
0babc7fb56 - Update to 0.4.0
Changes:	http://www.weechat.org/files/changelog/ChangeLog-0.4.0.html
2013-01-20 16:57:37 +00:00
Jase Thew
23cb8d9838 - Remove extraneous patch
Feature safe:	yes
2012-11-10 13:32:33 +00:00
Eitan Adler
236f5555af Apply an upstream patch that fixes a security hole
when receiving a special colored message.

The maintainer was contacted but due to the nature of
the issue apply the patch ASAP.

Approved by:	secteam-ports (swills)
Security:	e02c572f-2af0-11e2-bb44-003067b2972c
Feature safe:	yes
2012-11-10 04:55:47 +00:00
Jase Thew
3e8ac20023 - Update to 0.3.9
- Convert to new format Makefile header

Changes:	http://www.weechat.org/files/changelog/ChangeLog-0.3.9.html

Approved by:	flo, culot (mentors, implicit)
2012-09-29 13:51:01 +00:00
Jase Thew
e650ead063 - Add temporary patch (taken from upstream master) to fix color attributes
on wrapped lines.

Approved by:	culot (mentor)
2012-08-17 11:11:04 +00:00
Jase Thew
b82d10cf68 - Add SASL option to enable SASL authentication support
- Use devel/ncurses as it provides ability for 256 color support for
  ncursesw
- Fix Lua support when used with devel/lua50
- Remove 'Enable' from option descriptions

Approved by:	flo (mentor)
2012-07-11 12:05:12 +00:00
Jase Thew
4cb12fb0f6 - Update to 0.3.8 [1]
- Transfer maintainership to jase@FreeBSD.org [2]
- Convert to new options framework
- Remove shlib version from LIB_DEPENDS

PR:		ports/168662
Submitted by:	jase [1]
Approved by:	flo, culot (mentors), miwi [2]
2012-06-10 17:28:57 +00:00
Martin Wilke
e9cfea654e - Update to 0.3.7
PR:		165486
Submitted by:	Jase Thew <freebsd@beardz.net>
2012-03-04 04:52:01 +00:00
Martin Wilke
a25ed44429 - Update to 0.3.6
- Add LICENSE
- ADD CONFLICTS

PR:		161903
Submitted by:	Jase Thew <freebsd@beardz.net>
2011-10-23 15:48:30 +00:00
Martin Wilke
9eb1ac22c8 - Update to 0.3.5
PR:		157059
Submitted by:	Jase Thew <freebsd@beardz.net>
2011-06-12 02:30:16 +00:00
Martin Wilke
36ea0bd83a - Update to 0.3.4
- Sync fixes from -devel port :
	Honour LOCALBASE
	Honour script languages wanted version variables

PR:		154129
Submitted by:	Jase Thew <freebsd@beardz.net>
Feature safe:	yes
2011-01-28 04:55:55 +00:00
Martin Wilke
7cd5911d69 - Fix building against ruby19
- Add missing documentation to pkg-plist

PR:		150745
Submitted by:	Jase Thew <freebsd@beardz.net>
2010-09-30 04:14:36 +00:00
Martin Wilke
250c019416 - Update to 0.3.1.1
PR:		143407
Submitted by:	Jase Thew <freebsd@beardz.net>
2010-02-02 22:43:17 +00:00
Martin Wilke
323547c8f8 - Update to 0.3.1
- Change port to use cmake instead of make/configure/autotools,
- ChangeLog : http://www.weechat.org/files/changelog/ChangeLog-0.3.1.html

PR:		143128
Submitted by:	Jase Thew <freebsd@beardz.net>
2010-01-27 01:04:15 +00:00
Martin Wilke
abd465fc53 * Add TCL plugin option.
* Add build documentation option.
* Fix incorrect logic for charset option.
* Remove broken tag from Ruby option.
* Update option conditionals to be more readable
* Remove mandatory dependancies on Ruby, Perl and gettext, add them to
  corresponding options as optional dependancies instead.
* Add missing .pl NLS message catalog to plist.

PR:		140603
Submitted by:	Jase Thew <freebsd@beardz.net>
2009-11-21 11:27:21 +00:00
Andrej Zverev
4668753cb2 - Update to version 0.2.0
- Changelog: http://cvs.savannah.gnu.org/viewcvs/weechat/weechat/ChangeLog?rev=1.328
2006-08-19 14:41:44 +00:00
Andrej Zverev
1ba78c8b21 - Update to version 0.1.9
- Fix bug with NLS (thanks to kolter@freenode[weechat])
- Add new plugin language (ruby)
- Add support of doing secure connection to irc server (gnutls)
- Switch from PLIST to pkg-plist for better Makefile reading
- Disabled plugin language LUA (if someone want it, just ask me)
2006-07-03 11:01:36 +00:00
Clement Laforet
c02fbd7594 - Update to 0.0.9 2005-01-15 15:36:06 +00:00
Clement Laforet
698702546f Add WeeChat 0.0.5.
WeeChat (Wee Enhanced Environment for Chat) is a fast and light IRC client.
Everything can be done with a keyboard, and it is customizable and extensible
with scripts. For the moment, only ncurse GUI issupported by this port.
WWW: http://weechat.flashtux.org
2004-02-09 11:56:30 +00:00