Commit graph

13 commits

Author SHA1 Message Date
Max Brazhnikov
d6d85a4541 databases/kbibtex: fix build on i386 2015-08-31 08:30:16 +00:00
Max Brazhnikov
ec4c6f8ce6 databases/kbibtex:
- Update to 0.6
- Remove obsolete patch
2015-08-28 10:11:41 +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
Max Brazhnikov
c1f49a4e6b Fix build with clang 2013-12-09 17:34:18 +00:00
Max Brazhnikov
e34f86c2cd Update to 0.4.1
Remove stale patches

Feature safe:	yes
2012-11-03 16:45:56 +00:00
Max Brazhnikov
50b237ff70 Fix build with Qt 4.7
Reported by:	pav/pointyhat
2012-05-13 12:19:04 +00:00
Max Brazhnikov
c02c892e11 Update to 0.4 for KDE 4
Take maintainership
2012-05-08 23:02:44 +00:00
Markus Brueffer
71643d0bc5 Update to version 0.2.3 2010-02-07 14:16:00 +00:00
Markus Brueffer
81482b1e37 Update to version 0.2 2007-10-29 23:21:22 +00:00
Markus Brueffer
97ebc94bf3 - Add vendor patches for non-critical bugs
- Bump PORTREVISION
2007-04-05 00:37:08 +00:00
Markus Brueffer
b02ba2182c Fix build with gcc 4.1
Submitted by:	pointyhat via kris
2007-03-27 20:40:37 +00:00
Markus Brueffer
7b08840ea9 - Update to version 0.1.3
- Add SHA256
2005-12-11 02:32:22 +00:00
Markus Brueffer
fd1fd44d6f - Add patch in order to fix a major bug where @string elements won't be saved
- Bump PORTREVISION
2005-11-08 14:30:37 +00:00