Commit graph

11 commits

Author SHA1 Message Date
Dmitry Marakasov
e436404d5e - Fix build with boost 1.60
See fb3c6623c7
2016-01-18 22:15:26 +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
Baptiste Daroussin
3c57aac6d9 Add a proper patch to support png 1.5
Obtained from:	Archlinux
2014-12-23 23:55:20 +00:00
Dmitry Marakasov
d1c512df62 - Fix build with modern compilers (gcc 4.7+)
Submitted by:	gerald (via private email)
2013-12-06 22:30:41 +00:00
Dmitry Marakasov
74ba0b7dd4 Fix build with clang/libc++ 2013-09-17 13:27:06 +00:00
Dmitry Marakasov
daffe00d4a - Trim Makefile headers
- Drop ABI versions from LIB_DEPENDS
- OptionsNG
- Pet portlint
- Switch to dynamic plist where useful
- Canonicalize patch names
- Fix DOS line endings in patch files
2013-07-12 15:01:45 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Dmitry Marakasov
f40739f9ae - Forgot to cvs add files/ 2010-09-08 02:54:03 +00:00
Martin Wilke
13049c1e8f - Update to 0.2.1
PR:		118763
Submitted by:	Dmitry Marakasov <amdmi3@amdmi3.ru> (maintainer)
2007-12-18 18:51:29 +00:00
Pav Lucistnik
8d0b1d1c57 - Update to 0.2.0
PR:		ports/113571
Submitted by:	Dmitry Marakasov <amdmi3@amdmi3.ru> (maintainer)
2007-06-14 20:26:58 +00:00
Alejandro Pulver
87bc68854b Hero of Allacrost is a game inspired by the likes of SNES-era RPGs
such as Chrono Trigger and the Final Fantasy series. In Allacrost,
the player explores rich environments, undertakes various quests
and missions, solves dungeon puzzles, and fights strategic battles
in an active time-based system.

WWW: http://www.allacrost.org

PR:		ports/103962
Submitted by:	Dmitry Marakasov <amdmi3 at mail.ru>
2006-10-04 19:04:26 +00:00