aboutsummaryrefslogtreecommitdiff
path: root/databases/libiodbc
Commit message (Collapse)AuthorAgeFilesLines
* Add SourceForge to MASTER_SITES.Volker Stolz2004-07-131-1/+3
| | | | Notes: svn path=/head/; revision=113558
* 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
* - Update to 3.51.2Pav Lucistnik2004-06-263-4/+5
| | | | | | | | PR: ports/68309 Submitted by: Idar Tollefsen <idart@performancedesign.no> Notes: svn path=/head/; revision=112341
* - Reset bouncing maintainer address:Pav Lucistnik2004-06-261-1/+1
| | | | | | | | | | This is a collection of reports about email delivery process concerning a message you originated: error: nosuchuser: ebakke@trolltech.com Notes: svn path=/head/; revision=112339
* - Fix detect of wchar_t on FreeBSD. Using _BSD_CT_RUNE_T_ is not sufficientPav Lucistnik2004-04-102-1/+11
| | | | | | | | | | | | for some version of FreeBSD, rather test on __FreeBSD__. This problem prevent other programs to include iodbc's header files on -STABLE systems. PR: ports/64743 Submitted by: eik Approved by: maintainer timeout (2 weeks) Notes: svn path=/head/; revision=106656
* Update to 3.51.1: catch up with the newest development branch, but notMark Linimon2004-03-224-24/+10
| | | | | | | | | | | | | | | | | | yet the newest release from that branch. From the PR: "I am aware that this patch does not update to the very latest version of the libiodbc library, but I will submit another update when I am back online after my move (along with a maintainer-email update)." Changes over time include: added new SQLDrivers implementation; added ODBC Tracing facility; code restructuring; fixes for installations in many more environments; bugfixes. See ChangeLog for complete details. PR: ports/62877 Submitted by: Erik H. Bakke <ebakke@trolltech.com> (maintainer) Notes: svn path=/head/; revision=104971
* 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
* - Add CONFLICTS between libiodbc and unixODBCKirill Ponomarev2004-02-081-0/+2
| | | | | | | | PR: ports/62528 Submitted by: Ports Fury Notes: svn path=/head/; revision=100381
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-1/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* Remove USE_GNOMENG.Joe Marcus Clarke2003-04-181-1/+0
| | | | Notes: svn path=/head/; revision=79247
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76031
* - Enable --with-pthreads option.Ying-Chieh Liao2002-10-102-16/+25
| | | | | | | | | | | - Add WITH_GUI support(not default). PR: 36129 Submitted by: Hidekazu Kuroki <hidekazu@pc88.gr.jp> Approved by: maintainer timeout Notes: svn path=/head/; revision=67728
* Deploy USE_GNOMENG infrastructureMario Sergio Fujikawa Ferreira2002-08-301-1/+2
| | | | | | | | PR: 42192 Submitted by: Edwin Groothuis <edwin@mavetju.org> Notes: svn path=/head/; revision=65300
* update maintainer emailYing-Chieh Liao2001-12-021-1/+1
| | | | | | | | PR: 32402 Submitted by: maintainer Notes: svn path=/head/; revision=50846
* - Update to version 3.0.5Johann Visagie2001-10-036-11/+81
| | | | | | | | | | | | | | | | | - Add dependency on GTK (new in this version) via USE_GTK knob - Install sample configuration files - Install odbctest binary - Tweak installation directory of configuration files, and name of odbctest binary so as not to conflict with the port databases/unixODBC - Install some basic documentation in $DOCSDIR - Expand and clarify pkg-descr; reword pkg-comment to be more correct Approved by: No response in ~25h from maintainer. (Apologies for the short wait; I have a port waiting in the wings which depends on this one.) Notes: svn path=/head/; revision=48390
* Add libiodbc, a library which allows access to ODBC databases.Will Andrews2000-05-295-0/+34
PR: 17587 Submitted by: Erik H. Bakke <erikhb@bgnett.no> Notes: svn path=/head/; revision=28920