Commit graph

24 commits

Author SHA1 Message Date
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