summaryrefslogtreecommitdiff
path: root/databases/libiodbc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Update to version 3.52.5Ion-Mihai Tetcu2007-01-173-5/+26
| | | | | | | | PR: ports/107994 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=182649
* Bump PORTREVISION.Max Khon2006-12-111-1/+1
| | | | Notes: svn path=/head/; revision=179509
* Sync with unixODBC port: build without GUI by default.Max Khon2006-12-111-1/+1
| | | | Notes: svn path=/head/; revision=179507
* - s,INSTALLS_SHLIB,USE_LDCONFIG,gCheng-Lung Sung2006-08-141-1/+1
| | | | | | | | | | - these include comms/ converters/ databases/ devel/ maintained by ports@ PR: ports/101916 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> Notes: svn path=/head/; revision=170639
* Remove USE_REINPLACE from all categories starting with DEdwin Groothuis2006-05-041-1/+0
| | | | Notes: svn path=/head/; revision=161363
* Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.Ade Lovett2006-03-071-0/+1
| | | | | | | | Discussed with: kris Approved by: portmgr (implicit) Notes: svn path=/head/; revision=157004
* - Update to version 3.52.4 [1]Simon Barner2006-01-314-16/+16
| | | | | | | | | | - Use less greedy CONFLICTS Submitted by: Ports fury PR: ports/92612 Notes: svn path=/head/; revision=154931
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-1/+1
| | | | Notes: svn path=/head/; revision=154105
* Update to 3.52.3Marcus Alves Grando2005-11-144-8/+31
| | | | | | | | | | Add SHA256 PR: 89013 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=148282
* - Add WITHOUT_X11 as a synonym to WITHOUT_GUIPav Lucistnik2005-09-151-1/+1
| | | | | | | | PR: ports/86183 Requested by: Vivek Khera <vivek@khera.org> Notes: svn path=/head/; revision=142858
* Update to version 3.52.2Kirill Ponomarev2005-02-253-5/+4
| | | | | | | | PR: ports/77963 Submitted by: Ports Fury Notes: svn path=/head/; revision=129750
* Fix package build.Kirill Ponomarev2004-11-162-3/+2
| | | | | | | Submitted by: Ports Fury Notes: svn path=/head/; revision=121745
* Update to version 3.52.1Kirill Ponomarev2004-11-144-25/+46
| | | | | | | | PR: ports/73901 Submitted by: Ports Fury Notes: svn path=/head/; revision=121552
* 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