aboutsummaryrefslogtreecommitdiff
path: root/finance/libofx
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* finance/libofx: Update to 0.10.1Jason E. Hale2021-01-312-4/+5
| | | | | | | Add regression tests. Notes: svn path=/head/; revision=563528
* finance/libofx: Update to 0.10.0Jason E. Hale2021-01-062-4/+4
| | | | | | | | This version is not ABI compatible with the previous version, so PORTREVISION has been bumped on consumers. Notes: svn path=/head/; revision=560561
* Update finance/libofx to 0.9.15Jason E. Hale2019-12-132-4/+4
| | | | Notes: svn path=/head/; revision=519963
* finance/libofx: Update to 0.9.14Jason E. Hale2019-03-224-17/+27
| | | | Notes: svn path=/head/; revision=496580
* Update to 0.9.12Jason E. Hale2017-10-083-7/+6
| | | | | | | | | | Bugfix to address buffer overflow (CVE-2017-2816) MFH: 2017Q4 Security: 58fafead-cd13-472f-a9bd-d0173ba1b04c Notes: svn path=/head/; revision=451528
* Fix Daylight Saving Time (DST) detection. Previous patch was erroneouslyJason E. Hale2017-07-312-11/+8
| | | | | | | | | | | | | dectecting whether DST is currently in effect for the timezone (TZ) in use instead of emulating the glibc global daylight variable which is set to 0 if DST conversions should never be applied for the TZ in use; otherwise non-zero. PR: 220665 Submitted by: madpilot MFH: 2017Q3 Notes: svn path=/head/; revision=446957
* Chase a bunch of failures after libsigc++20 updateBaptiste Daroussin2017-04-021-1/+3
| | | | | | | | | New libsigc++20 requires c++11 (it exposes c++11) so explicitly use -std=c++11 where needed. Mark as broken a bunch of ports which are not c++11 compatible Notes: svn path=/head/; revision=437539
* ${RM} already has -f.Mathieu Arnold2016-10-211-1/+1
| | | | | | | | | | PR: 213570 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Notes: svn path=/head/; revision=424411
* - Update to finance/libofx to 0.9.11Jason E. Hale2016-10-156-19/+18
| | | | | | | | | - Remake/rename patches - Bump PORTREVISION on dependent ports as the shared library version has increased Notes: svn path=/head/; revision=424012
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-3/+3
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* converters/libiconv:Tijl Coosemans2015-04-151-11/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=384038
* finance/libobx: Fix numerous issuesJohn Marino2015-03-204-19/+18
| | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=381727
* Cleanup plistAntoine Brodin2014-11-131-2/+2
| | | | Notes: svn path=/head/; revision=372523
* - Trim @dirrm[try] from pkg-plistJason E. Hale2014-09-221-4/+0
| | | | Notes: svn path=/head/; revision=368901
* - Update to 0.9.10Jason E. Hale2014-09-192-4/+3
| | | | Notes: svn path=/head/; revision=368550
* - USES=libtool, drop .la filesJason E. Hale2014-06-237-62/+29
| | | | | | | | | | | - 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 Notes: svn path=/head/; revision=358890
* - Fix build with libc++ [1]Jason E. Hale2013-10-074-0/+11
| | | | | | | | | | - While here, rename patches so they are consistent with how "make makepatch" names them Submitted by: rm (via email) [1] Notes: svn path=/head/; revision=329716
* - Update finance/libofx to 0.9.9Jason E. Hale2013-10-045-47/+40
| | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=329305
* finance/libofx: add <unistd.h> for modern compilersJohn Marino2013-09-251-0/+10
| | | | | | | Approved by: portmgr (bapt, implicit) Notes: svn path=/head/; revision=328320
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | finance) Notes: svn path=/head/; revision=327727
* Add an explicit dependency on pkgconfAntoine Brodin2013-09-031-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=326185
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* - Update devel/automake to 1.14Ade Lovett2013-07-161-0/+1
| | | | | | | | | | | | | | - Update devel/gettext to 0.18.3 - Fix known-broken (from exp-runs) ports - Clean up a lot of cruft in the devel/gettext port itself, based on work from tijl@ PR: 178883 Submitted by: ade Sponsored by: Wadsworth 6X Notes: svn path=/head/; revision=323088
* - Update to 7.31.0Sunpoet Po-Chuan Hsieh2013-07-111-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | - Bump PORTREVISION for ftp/curl shlib change - Add TEST_DEPENDS - Convert to new options framework - Adjust options: - Add COOKIES - Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1] - Add GSSAPI and SPNEGO [2] - Remove KERBEROS4 - Rename LIBIDN to IDN - Remove TRACKMEMORY [1] - Sort option handler - Add SLAVEDIRS: ftp/curl-hiphop - Cosmetic change - Cleanup Makefile header - While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile Changes: http://curl.haxx.se/changes.html PR: ports/172325 (-exp run), ports/177369 (based on) [1] Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2] Exp run by: miwi Notes: svn path=/head/; revision=322783
* - Convert USE_ICONV=yes to USES=iconvMarcus von Appen2013-04-271-1/+1
| | | | | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here Reviewed by: bapt, kwm Notes: svn path=/head/; revision=316654
* Force numerous ports that fail to build with clang over to instead alwaysMark Linimon2012-10-091-0/+1
| | | | | | | | | | | | | | | | | | | | | | rely on gcc. The patch uses the new USE_GCC=any code in Mk/bsd.gcc.mk to accomplish this. The ports chosen were ports that blocked 2 or more ports from building with clang. (There are several hundred other ports that still fail to build with clang, even with this patch. This is merely one step along the way.) Those interested in fixing these ports with clang, and have clang as their default compiler, can simply set FORCE_BASE_CC_FOR_TESTING=yes. For those who have gcc as their default compiler, this change is believed to cause no change. Hat: portmgr Tested with: multiple runs on amd64-8-exp-bcm and 9-exp-clang, with various combinations of patch/no-patch and flag settings. Notes: svn path=/head/; revision=305610
* Convert to OptionsNGEitan Adler2012-10-061-9/+5
| | | | | | | | | | Trim header Remove non-needed LICENSE_FILE Approved by: jhale (maintainer) Notes: svn path=/head/; revision=305381
* - Update MAINTAINER to my new FreeBSD.org addressJason E. Hale2012-09-131-1/+1
| | | | | | | Approved by: makc (mentor) Notes: svn path=/head/; revision=304177
* - Update to 0.9.5Steve Wills2012-03-054-8/+8
| | | | | | | | PR: ports/165716 Submitted by: Jason E. Hale <bsdkaffee@gmail.com> (maintainer) Notes: svn path=/head/; revision=292780
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-3/+2
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* - Update to 0.94Wen Heping2011-06-025-37/+41
| | | | | | | | PR: ports/157515 Submitted by: Jason E. Hale <bsdkaffee@gmail.com> (maintainer) Notes: svn path=/head/; revision=274968
* - Update to 0.9.2Dennis Herrmann2011-02-178-480/+30
| | | | | | | | | | | | | - 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> Notes: svn path=/head/; revision=269290
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* Punt autoconf267->autoconf268Ade Lovett2010-10-161-1/+1
| | | | Notes: svn path=/head/; revision=263089
* Round one migration of ports from automake{19,110} to automake111Ade Lovett2010-10-051-1/+1
| | | | Notes: svn path=/head/; revision=262460
* Autotools update. Read ports/UPDATING 20100915 for details.Ade Lovett2010-09-151-2/+2
| | | | | | | | Approved by: portmgr (for Mk/bsd.port.mk part) Tested by: Multiple -exp runs Notes: svn path=/head/; revision=261230
* Chase the ftp/curl shlib version bump.Peter Pentchev2010-04-031-2/+2
| | | | Notes: svn path=/head/; revision=252125
* Fix an initialization bugTilman Keskinoz2009-11-082-14/+21
| | | | | | | | | | Bump PORTREVISION PR: 138408 Submitted by: takawata Notes: svn path=/head/; revision=243948
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr Notes: svn path=/head/; revision=238781
* Fix import of UTF8 encoded OFX filesTilman Keskinoz2009-07-242-0/+35
| | | | | | | | PR: 137051 Submitted by: takawata Notes: svn path=/head/; revision=238335
* - Update to version 0.9.1Martin Wilke2009-03-206-194/+120
| | | | | | | | PR: 132746 Submitted by: Ports Fury Notes: svn path=/head/; revision=230531
* Bump the version of the curl shared library after the ftp/curl updatePeter Pentchev2009-01-231-2/+2
| | | | | | | | | to 7.19.2. Bump PORTREVISION, even on the ports that do not have a versioned dependency, since the binaries will most probably still stop working. Notes: svn path=/head/; revision=226721
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* - Update to 0.9.0Martin Wilke2008-03-135-28/+156
| | | | | | | | | | - USE SF macro PR: 121617 Submitted by: Ports Fury Notes: svn path=/head/; revision=209001
* - Remove FreeBSD 4.X support from unmaintained ports in categories startingGabor Kovesdan2007-04-151-7/+1
| | | | | | | with letter f-h Notes: svn path=/head/; revision=190038
* - chase textproc/opensp's libosp version upgradeIon-Mihai Tetcu2007-01-241-2/+2
| | | | | | | | | | | - bump PORTREVISOIN for depends change PR: ports/108233 Submitted by: Peter Johnson Pointyhat to: kuriyama Notes: svn path=/head/; revision=183177
* Update the ftp/curl port to 7.16.0.Peter Pentchev2006-12-131-1/+2
| | | | | | | | | | | | | Bump PORTREVISION of all dependent ports. Fix the build errors in the few ports that still use the long deprecated, and now obsoleted, cURL options. Thanks to everyone who took the time to look over the patch! Discussed on: -ports Notes: svn path=/head/; revision=179653
* - Update to 0.8.2Rong-En Fan2006-10-096-119/+164
| | | | | | | | | | | This fixes build problem. - Mark BROKEN on 4.x PR: ports/104188 Submitted by: Guido Falsi <mad at madpilot.net> Notes: svn path=/head/; revision=175045
* - s,INSTALLS_SHLIB,USE_LDCONFIG,gCheng-Lung Sung2006-08-141-1/+1
| | | | | | | | | | | - these include dns/ editors/ emulators/ finance/ games/ graphics/ maintained by ports@ PR: ports/101916 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> Notes: svn path=/head/; revision=170640