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
John Marino
eb06a64599 finance/libobx: Fix numerous issues
I came to fix only one problem with libofx, but when it failed to pass
stage-QA checks, I found others.

  1) CXXFLAGS not propagated (PHB 12.9) due to bug in configure (blanket)
  2) DragonFly iconv support (blanket, taken from DPorts)
  3) DOXYGEN option was no implemented
     * --disable-doxygen was set rather than DOXYGEN_CONFIGURE_ENABLE
     * DOXYGEN_BUILD_DEPENDS was not set
  4) disable doxygen setting, html documentation got installed
     unconditionally, but this was not reflected in plist

I decided that --disable-doxygen was the correct option because html files
were already provided an installed, so the DOXYGEN option was removed.  I
used PORTDOCS to fix the pkg-plist.  This port passes stage-QA now.

Approved by:	blanket and just-fix-it
2015-03-20 10:00:24 +00:00
Jason E. Hale
5fad80797e - USES=libtool, drop .la files
- Strip binaries
- Remove autotools hacks that can be fixed with staging
- Fix packaging of documentation and give regular DOCS their own option
- Rename APIDOC option to DOXYGEN
- Bump PORTREVISION
2014-06-23 02:31:01 +00:00
Jason E. Hale
2515d37e63 - Fix build with libc++ [1]
- While here, rename patches so they are consistent with how
  "make makepatch" names them

Submitted by:	rm (via email) [1]
2013-10-07 18:01:15 +00:00
Jason E. Hale
b97c9d0f79 - Update finance/libofx to 0.9.9
- Support staging
- Remove USE_GCC= any; port seems to build fine with clang
- Move LICENSE to proper location
- Modernize LIB_DEPENDS
- USE_GMAKE -> USES= gmake
- Update pkg-descr to reflect current capabilities
- Bump PORTREVISION on dependent ports due to so version bump
2013-10-04 13:26:28 +00:00
John Marino
4eada7bdfb finance/libofx: add <unistd.h> for modern compilers
Approved by:	portmgr (bapt, implicit)
2013-09-25 21:47:11 +00:00
Steve Wills
ab74a2a896 - Update to 0.9.5
PR:		ports/165716
Submitted by:	Jason E. Hale <bsdkaffee@gmail.com> (maintainer)
2012-03-05 21:50:55 +00:00
Wen Heping
a0b87ee68f - Update to 0.94
PR:		ports/157515
Submitted by:	Jason E. Hale <bsdkaffee@gmail.com> (maintainer)
2011-06-02 08:20:38 +00:00
Dennis Herrmann
fd33828961 - Update to 0.9.2
- Pass maintainership to submitter
- Mark MAKE_JOBS_SAFE
- Add LICENSE (GPLv2)
- Remove MD5 checksum

PR:		ports/154783
Submitted by:	Jason E. Hale <bsdkaffee@gmail.com>
2011-02-17 21:31:17 +00:00
Tilman Keskinoz
f885d49e7e Fix an initialization bug
Bump PORTREVISION

PR:		138408
Submitted by:	takawata
2009-11-08 00:06:57 +00:00
Tilman Keskinoz
dd11e886ce Fix import of UTF8 encoded OFX files
PR:		137051
Submitted by:	takawata
2009-07-24 16:28:37 +00:00
Martin Wilke
3f11bcc820 - Update to version 0.9.1
PR:		132746
Submitted by:	Ports Fury
2009-03-20 23:01:09 +00:00
Martin Wilke
fb94657eff - Update to 0.9.0
- USE SF macro

PR:		121617
Submitted by:	Ports Fury
2008-03-13 20:56:55 +00:00
Rong-En Fan
5ba594429c - Update to 0.8.2
This fixes build problem.
- Mark BROKEN on 4.x

PR:		ports/104188
Submitted by:	Guido Falsi <mad at madpilot.net>
2006-10-09 08:00:12 +00:00
Pav Lucistnik
637383eb5a - Fix build 2005-12-30 20:47:33 +00:00
Pav Lucistnik
f26157f4d5 - Update to 0.8.0
PR:		ports/85532
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2005-08-31 22:16:42 +00:00
Joe Marcus Clarke
556dfdda8b * Fix the build on 4.X
* Use libtool15
2005-02-12 21:44:18 +00:00
Joe Marcus Clarke
cac60b8cf9 Update to 0.7.0.
PR:		77374
Submitted by:	Alex Varju <freebsd-ports@varju.ca>
2005-02-12 00:12:30 +00:00
Kirill Ponomarev
977d09429b Fix build with gcc-3.4
PR:		ports/70262
Submitted by:	Ports Fury
2004-08-10 18:34:15 +00:00
Kirill Ponomarev
ef38d47548 - Update to version 0.6.6
PR:		ports/62427
Submitted by:	Ports Fury
2004-02-06 14:38:49 +00:00
Joe Marcus Clarke
fc332e9143 Update to 0.6.5 and unbreak with the new OpenSP.
PR:		59125
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2003-11-10 18:07:49 +00:00
Joe Marcus Clarke
1ba5097f40 Fix build on -STABLE.
PR:	50907
Submitted by:	Gordon Burditt <gordon@hammy.lonestar.org>
2003-04-13 19:33:02 +00:00
Joe Marcus Clarke
ee52b417b8 Update to 0.6.4.
PR:	50885
Submitted by:	Glenn Johnson <glennpj@charter.net>
2003-04-13 04:17:55 +00:00
Joe Marcus Clarke
fa077df6b7 Add libofx, and OpenSource implementation of the Open Finiancial eXchange.
PR:		48358
Submitted by:	Glenn Johnson <glennpj@charter.net>
2003-02-17 21:15:29 +00:00