aboutsummaryrefslogtreecommitdiffstats
path: root/finance/libofx
Commit message (Collapse)AuthorAgeFilesLines
* - Fix build with libc++ [1]jhale2013-10-084-0/+11
| | | | | | | - While here, rename patches so they are consistent with how "make makepatch" names them Submitted by: rm (via email) [1]
* - Update finance/libofx to 0.9.9jhale2013-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
* finance/libofx: add <unistd.h> for modern compilersmarino2013-09-261-0/+10
| | | | Approved by: portmgr (bapt, implicit)
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | finance)
* Add an explicit dependency on pkgconfantoine2013-09-041-1/+1
| | | | Approved by: portmgr (bapt)
* - Remove MAKE_JOBS_SAFE variableak2013-08-151-1/+0
| | | | Approved by: portmgr (bdrewery)
* - Update devel/automake to 1.14ade2013-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
* - Update to 7.31.0sunpoet2013-07-121-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
* - Convert USE_ICONV=yes to USES=iconvmva2013-04-271-1/+1
| | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here Reviewed by: bapt, kwm
* Force numerous ports that fail to build with clang over to instead alwayslinimon2012-10-101-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.
* Convert to OptionsNGeadler2012-10-071-9/+5
| | | | | | | Trim header Remove non-needed LICENSE_FILE Approved by: jhale (maintainer)
* - Update MAINTAINER to my new FreeBSD.org addressjhale2012-09-131-1/+1
| | | | Approved by: makc (mentor)
* - Update to 0.9.5swills2012-03-064-8/+8
| | | | | PR: ports/165716 Submitted by: Jason E. Hale <bsdkaffee@gmail.com> (maintainer)
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-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
* - Update to 0.94wen2011-06-025-37/+41
| | | | | PR: ports/157515 Submitted by: Jason E. Hale <bsdkaffee@gmail.com> (maintainer)
* - Update to 0.9.2dhn2011-02-188-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>
* Sync to new bsd.autotools.mkade2010-12-041-1/+1
|
* Punt autoconf267->autoconf268ade2010-10-161-1/+1
|
* Round one migration of ports from automake{19,110} to automake111ade2010-10-061-1/+1
|
* Autotools update. Read ports/UPDATING 20100915 for details.ade2010-09-161-2/+2
| | | | | Approved by: portmgr (for Mk/bsd.port.mk part) Tested by: Multiple -exp runs
* Chase the ftp/curl shlib version bump.roam2010-04-031-2/+2
|
* Fix an initialization bugarved2009-11-082-14/+21
| | | | | | | Bump PORTREVISION PR: 138408 Submitted by: takawata
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.mezz2009-08-031-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
* Fix import of UTF8 encoded OFX filesarved2009-07-252-0/+35
| | | | | PR: 137051 Submitted by: takawata
* - Update to version 0.9.1miwi2009-03-216-194/+120
| | | | | PR: 132746 Submitted by: Ports Fury
* Bump the version of the curl shared library after the ftp/curl updateroam2009-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.
* Bump portrevision due to upgrade of devel/gettext.edwin2008-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)
* - Update to 0.9.0miwi2008-03-145-28/+156
| | | | | | | - USE SF macro PR: 121617 Submitted by: Ports Fury
* - Remove FreeBSD 4.X support from unmaintained ports in categories startinggabor2007-04-161-7/+1
| | | | with letter f-h
* - chase textproc/opensp's libosp version upgradeitetcu2007-01-251-2/+2
| | | | | | | | - bump PORTREVISOIN for depends change PR: ports/108233 Submitted by: Peter Johnson Pointyhat to: kuriyama
* Update the ftp/curl port to 7.16.0.roam2006-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
* - Update to 0.8.2rafan2006-10-096-119/+164
| | | | | | | | This fixes build problem. - Mark BROKEN on 4.x PR: ports/104188 Submitted by: Guido Falsi <mad at madpilot.net>
* - s,INSTALLS_SHLIB,USE_LDCONFIG,gclsung2006-08-151-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>
* Conversion to a single libtool environment.ade2006-02-232-1/+3
| | | | Approved by: portmgr (kris)
* - Fix buildpav2005-12-311-0/+11
|
* - Add SHA256pav2005-11-251-0/+1
|
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-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.
* - Update to 0.8.0pav2005-09-015-76/+141
| | | | | PR: ports/85532 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* I hit 'x' too many times, and deleted the trailing 't' in gnometarget.marcus2005-02-131-1/+1
|
* * Fix the build on 4.Xmarcus2005-02-133-2/+92
| | | | * Use libtool15
* Update to 0.7.0.marcus2005-02-125-192/+85
| | | | | PR: 77374 Submitted by: Alex Varju <freebsd-ports@varju.ca>
* Fix build with gcc-3.4krion2004-08-111-0/+134
| | | | | PR: ports/70262 Submitted by: Ports Fury
* Apply a big libtool patch to allow porters to use the libtool installed bymarcus2004-07-101-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
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-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.
* - Support LOCALBASE properlykrion2004-02-191-1/+2
| | | | | PR: ports/63005 Submitted by: Ports Fury
* - Fix PORTVERSIONkrion2004-02-071-2/+1
| | | | Submitted by: Ion-Mihai Tetcu <itetcu@apropo.ro>
* - Update to version 0.6.6krion2004-02-064-57/+44
| | | | | PR: ports/62427 Submitted by: Ports Fury
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1
| | | | (Part 2)
* SIZEify.trevor2004-01-291-0/+1
|
* Update to 0.6.5 and unbreak with the new OpenSP.marcus2003-11-115-183/+198
| | | | | PR: 59125 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* Fix build on -STABLE.marcus2003-04-141-0/+13
| | | | | PR: 50907 Submitted by: Gordon Burditt <gordon@hammy.lonestar.org>
* Update to 0.6.4.marcus2003-04-137-82/+102
| | | | | PR: 50885 Submitted by: Glenn Johnson <glennpj@charter.net>
* Add WWW line to finance/libofx/pkg-descredwin2003-02-271-0/+2
| | | | | PR: ports/48733 Submitted by: Glenn Johnson <glennpj@charter.net>
* Add libofx, and OpenSource implementation of the Open Finiancial eXchange.marcus2003-02-187-0/+237
PR: 48358 Submitted by: Glenn Johnson <glennpj@charter.net>