non port: databases/libiodbc/pkg-plist |
SVNWeb
|
Number of commits found: 19 |
Thu, 4 May 2023
|
[ 14:42 Adriaan de Groot (adridg) ] 118600a
databases/libiodbc: update to 3.52.16
First release in nearly 2 years, with a handful of bugfixes.
See release notes at
https://www.iodbc.org/dataspace/doc/iodbc/wiki/iodbcWiki/ChangeNotes
|
Wed, 14 Jul 2021
|
[ 18:18 Tobias C. Berner (tcberner) ] 865054b
databases/libiodbc: update to 3.52.15
* Added support for macOS Big Sur (11.x) on Apple Silicon using a universal
build
* Fixed title to show CPU architecture used
* Fixed length of error message buffer
* Removed support for Mac OS X Snow Leopard (10.6) and older
* Removed deprecated iODBCcfmbridge for PPC
* Upgraded iODBC build to use recent versions of Xcode
* Minimum Xcode version is set to Xcode 8.0
* Minimum macOS deployment target is OS X Mavericks (10.9)
* Migrated dialogs and plist files
* Migrated translation support
|
Thu, 18 Feb 2021
|
[ 22:02 adridg ]
Update databases/libiodbc to latest upstream
Release notes are at
https://github.com/openlink/iODBC/blob/master/NEWS
it's a handful of fixes. The SO_VER jumps from .27 to .29.
Reported by: portscout
|
Wed, 7 Aug 2019
|
[ 18:08 tcberner ]
databaes/libiodbc: update to 3.52.13
Release Notes [1]
* Added extra validation for SQLAllocHandle (SQL_HANDLE_DESC, ...)
* Added GCC __attribute__ for checking format string
* Added missing define SQL_CONVERT_GUID
* Fixed issue using heap after free in SQLConnect_internal
* Fixed issue with global mutex in SQLError, SQLGetDiagRec, and
SQLGetDiagField
* Fixed SQLSetStmtAttr to cache the correct values for
SQL_ATTR_ROW_ARRAY_SIZE and SQL_ATTR_ROW_BIND_TYPE
* Fixed format specifiers and some casts to fix trace output
* Fixed missing check for section in SQLGetPrivateProfileString
* Fixed non-void function needs to return a value
* Fixed issue in Mac Cocoa code
* Fixed iODBC apps/frameworks CFBundleGetInfoString attribute
* Fixes an issue where build fails on Alpine
* Fixed package versioning
* Fixed small memory leaks
[1]
http://www.iodbc.org/dataspace/doc/iodbc/wiki/iodbcWiki/ChangeNotes#2019-07-23%20-%20iODBC%20Stable%20Version%203.52.13%20Released
|
Thu, 1 Sep 2016
|
[ 14:59 tcberner ]
Update databases/libiodbc to 3.52.12
While doing so, make qa.sh happy by adding some GTK2-deps.
Approved by: rakuco (mentor)
Differential Revision: https://reviews.freebsd.org/D7728
|
Mon, 20 Oct 2014
|
[ 10:41 bapt ] (Only the first 10 of 451 ports in this commit are shown above. )
Cleanup plist
|
Mon, 5 May 2014
|
[ 16:24 bapt ] (Only the first 10 of 45 ports in this commit are shown above. )
Fix unixODBC vs libiodbc conflicts
Always rely on unixODBC each time a port is looking for libodbc.so
Remove odbc compat from libiodbc
This allows to install both kde and gnome at the same time
While here:
- Convert libiodbc to USES=libtool
- Convert a bunch of libiodbc dependencies to USES=libtool
- Chase libiodbc.so shlib change
- Stagify some ports
- Convert some ports to USES=pgsql
Discussed with: rakuco (kde)
With hat: portmgr
|
Thu, 20 Feb 2014
|
[ 13:00 makc ]
databases/libiodbc:
- Amend LICENSE (BSD3CLAUSE)
- Convert to USES=libtool:oldver
- Convert to options
- Add stage support
|
Thu, 12 Apr 2012
|
[ 14:26 rakuco ]
Update to 3.52.8.
This commit also tries to clean up the infrastructure a little bit. It
compiled fine on 7.4, 8.2, 9.0 and 10 on redports:
- Remove iodbc.org from the MASTER_SITES list, it doesn't seem to
exist anymore.
- Set LICENSE.
- Remove USE_GMAKE, it seems to build fine with make(1).
- Remove the pthreads-related hacks and seds, as they do not seem to
be needed anymore, especially now that only pthreads exists.
- Remove the -D_BSD_WCHAR_T_DEFINED and the patch in files/, as
libiodbc itself has accounted for _BSD_WCHAR_T_DECLARED since 2003.
- Act on the example code based on NOPORTEXAMPLES instead of
NOPORTDOCS.
|
Wed, 16 Sep 2009
|
[ 14:27 miwi ]
- Update to 3.52.7
PR: 138814
Submitted by: Ports Fury
Feature safe: yes
|
Sun, 22 Jan 2006
|
[ 00:27 edwin ] (Only the first 10 of 93 ports in this commit are shown above. )
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
|
Mon, 14 Nov 2005
|
[ 21:39 mnag ]
Update to 3.52.3
Add SHA256
PR: 89013
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
|
Fri, 25 Feb 2005
|
[ 13:25 krion ]
Update to version 3.52.2
PR: ports/77963
Submitted by: Ports Fury
|
Tue, 16 Nov 2004
|
[ 10:13 krion ]
Fix package build.
Submitted by: Ports Fury
|
Sun, 14 Nov 2004
|
[ 09:25 krion ]
Update to version 3.52.1
PR: ports/73901
Submitted by: Ports Fury
|
Sat, 26 Jun 2004
|
[ 22:12 pav ]
- Update to 3.51.2
PR: ports/68309
Submitted by: Idar Tollefsen <idart@performancedesign.no>
|
Mon, 22 Mar 2004
|
[ 19:11 linimon ]
Update to 3.51.1: catch up with the newest development branch, but not
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)
|
Thu, 10 Oct 2002
|
[ 07:20 ijliao ]
- Enable --with-pthreads option.
- Add WITH_GUI support(not default).
PR: 36129
Submitted by: Hidekazu Kuroki <hidekazu@pc88.gr.jp>
Approved by: maintainer timeout
|
Wed, 3 Oct 2001
|
[ 13:54 wjv ]
- Update to version 3.0.5 - 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
|
Number of commits found: 19 |