Commit graph

11 commits

Author SHA1 Message Date
Vanilla I. Shu
f5295b8b8d Update to 0.94. 2016-12-29 14:42:20 +00:00
Guido Falsi
8df20cbbba - Update to 0.92 [1]
- Fix build without SSLv3 [2]

Thanks ro brnrd for providing an updated patch.

PR:		202677 [1], 203697 [2]
Submitted by:	yamagi at yamagi.org [1]
Submitted by:	cpbsdmail at gmail.com [2]
MFH:		2015Q4
2015-10-28 15:45:45 +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
William Grzybowski
a272fc3017 mail/cone: support stage [1]
- Add LICENSE [1]
- Fix for clang [1]
- Use shebangfix
- Remove unneeded pre/post include

PR:		191323
Submitted by:	maintainer
2014-06-24 20:08:33 +00:00
Beech Rintoul
b7a883763b - Update to 0.89
- Pass maintainership to submitter

- Consult changelog for specific changes

PR:		ports/158355
Submitted by:	Uffe Jakobsen <uffe@uffe.org>
Approved by:	Larry Rosenman <ler@lerctr.org>
2011-06-29 20:24:10 +00:00
Michael Landin
ba11366e94 - Update to 0.68
PR:		ports/97997
Submitted by:	Larry Rosenman <ler@lerctr.org> (maintainer)
2006-05-31 16:05:55 +00:00
Marcus Alves Grando
e594223b9f - Update to 0.66.20060215
PR:		93509
Submitted by:	maintainer
2006-02-18 21:44:09 +00:00
Thierry Thomas
92b5fe3410 - Update to 0.62;
- pet portlint.

PR:		ports/71351
Submitted by:	Matthias Andree.
2004-11-11 17:25:23 +00:00
Volker Stolz
485a14cee0 Update to 0.60:
- drop ncurses requirement
 - bump minimum FreeBSD version to 5.2.1-RELEASE
 - fix compilation with GCC 3.4

PR:		ports/67686
Submitted by:	Matthias Andree
2004-06-14 15:17:55 +00:00
Pav Lucistnik
d7607ecbd4 - Update to 0.58
PR:		ports/65684
Submitted by:	Matthias Andree <matthias.andree@gmx.de>
2004-04-18 16:55:34 +00:00
Sergei Kolobov
a718177c1d - Update to 0.56
- Respect NOPORTDOCS

PR:		59783
Submitted by:	maintainer
2003-12-04 12:03:10 +00:00