summaryrefslogtreecommitdiff
path: root/finance/libofx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Conversion to a single libtool environment.Ade Lovett2006-02-232-1/+3
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* - Fix buildPav Lucistnik2005-12-301-0/+11
| | | | Notes: svn path=/head/; revision=152447
* - Add SHA256Pav Lucistnik2005-11-241-0/+1
| | | | Notes: svn path=/head/; revision=149316
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. Notes: svn path=/head/; revision=148323
* - Update to 0.8.0Pav Lucistnik2005-08-315-76/+141
| | | | | | | | PR: ports/85532 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=141642
* I hit 'x' too many times, and deleted the trailing 't' in gnometarget.Joe Marcus Clarke2005-02-121-1/+1
| | | | Notes: svn path=/head/; revision=128651
* * Fix the build on 4.XJoe Marcus Clarke2005-02-123-2/+92
| | | | | | | * Use libtool15 Notes: svn path=/head/; revision=128636
* Update to 0.7.0.Joe Marcus Clarke2005-02-125-192/+85
| | | | | | | | PR: 77374 Submitted by: Alex Varju <freebsd-ports@varju.ca> Notes: svn path=/head/; revision=128571
* Fix build with gcc-3.4Kirill Ponomarev2004-08-101-0/+134
| | | | | | | | PR: ports/70262 Submitted by: Ports Fury Notes: svn path=/head/; revision=115855
* Apply a big libtool patch to allow porters to use the libtool installed byJoe Marcus Clarke2004-07-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the libtoolX ports instead of the one included with each port. Ports that set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of the included version. To restore previous behavior, use the new macro, USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version. For example, to use the ports version of libtool-1.5, add the following to your Makefile: USE_LIBTOOL_VER= 15 To use the included version of libtool with extra hacks provided by libtool-1.5, add the following to your Makefile: USE_INC_LIBTOOL_VER= 15 With this change, ports that had to add additional libtool hacks to prevent .la files from being installed or to fix certain threading issues can now delete those hacks (after appropriate testing, of course). PR: 63944 Based on work by:eik and marcus Approved by: ade (autotools maintainer) Tested by: kris on pointyhat Bound to be hidden problems: You bet Notes: svn path=/head/; revision=113296
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-03-141-1/+1
| | | | | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed. Notes: svn path=/head/; revision=103963
* - Support LOCALBASE properlyKirill Ponomarev2004-02-181-1/+2
| | | | | | | | PR: ports/63005 Submitted by: Ports Fury Notes: svn path=/head/; revision=101337
* - Fix PORTVERSIONKirill Ponomarev2004-02-061-2/+1
| | | | | | | Submitted by: Ion-Mihai Tetcu <itetcu@apropo.ro> Notes: svn path=/head/; revision=100154
* - Update to version 0.6.6Kirill Ponomarev2004-02-064-57/+44
| | | | | | | | PR: ports/62427 Submitted by: Ports Fury Notes: svn path=/head/; revision=100148
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99360
* Update to 0.6.5 and unbreak with the new OpenSP.Joe Marcus Clarke2003-11-105-183/+198
| | | | | | | | PR: 59125 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=93673
* Fix build on -STABLE.Joe Marcus Clarke2003-04-131-0/+13
| | | | | | | | PR: 50907 Submitted by: Gordon Burditt <gordon@hammy.lonestar.org> Notes: svn path=/head/; revision=78899
* Update to 0.6.4.Joe Marcus Clarke2003-04-137-82/+102
| | | | | | | | PR: 50885 Submitted by: Glenn Johnson <glennpj@charter.net> Notes: svn path=/head/; revision=78836
* Add WWW line to finance/libofx/pkg-descrEdwin Groothuis2003-02-271-0/+2
| | | | | | | | PR: ports/48733 Submitted by: Glenn Johnson <glennpj@charter.net> Notes: svn path=/head/; revision=76560