non port: databases/libiodbc/Makefile |
SVNWeb
|
Number of commits found: 54 |
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, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Wed, 20 Jul 2022
|
[ 14:21 Tobias C. Berner (tcberner) ] d076ad9 (Only the first 10 of 718 ports in this commit are shown above. )
databases: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* "Mahdi Mokhtari <mokhi64@gmail.com>"
* "Meikel Brandmeyer" <ocaml-sqlite3-port@kotka.de>
* <hvo.pm@xs4all.nl>
* <jsmith@resonatingmedia.com>
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Snelson <Alan@Wave2.org> (Only the first 15 lines of the commit message are shown above )
|
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
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
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
|
Sat, 14 Mar 2020
|
[ 17:11 tcberner ]
databases/libiodbc: remove useless REINPLACE_CMD
The sed call did nothing since many years:
https://github.com/openlink/iODBC/commit/6975d49041a1a4427ee63f6eae4e3017f8ba3e5e
Reported by: swills
|
Thu, 14 Nov 2019
|
[ 12:39 tobik ] (Only the first 10 of 68 ports in this commit are shown above. )
Add USES={gl,gnome,mate,sdl,xorg} missed in the last round
|
Tue, 17 Sep 2019
|
[ 19:21 tobik ] (Only the first 10 of 40 ports in this commit are shown above. )
Fix some misspelled or duplicated LICENSE_*
|
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
|
Sun, 2 Aug 2015
|
[ 15:03 tijl ] (Only the first 10 of 234 ports in this commit are shown above. )
By default libtool replaces -export-symbols <file> with -retain-symbols-file
<file> on ELF systems, but this doesn't really do what -export-symbols is
meant to do. On GNU ELF systems it converts <file> to a simple version
script first and then uses -version-script instead of -retain-symbols-file.
Let USES=libtool patch libtool scripts to do this on all systems with GNU
ld(1).
Bump PORTREVISION on all ports where the build log contains -export-symbols.
audio/calf: This port builds a module that now exports only one function,
but it also builds a number of executables that link to this module and
expect to see other functions. Because it's already a bit dodgy to link to
a module (libtool warns about this) let the module continue to export only
one function and instead build an ordinary library from the same source that
the executables can link to. Fix a number of other issues in the same (Only the first 15 lines of the commit message are shown above )
|
Mon, 19 May 2014
|
[ 11:44 rakuco ]
Update to 3.52.9.
Changes upstream include:
* Added support for building on recent versions of Mac OS X
* Fixed warnings from autoconf/automake
* Fixed infinite loop in connection pool
* Fixed compiler warnings
* Fixed build dependency for make -jX
* Fixed check for Unicode driver
* Fixed issue calling SQLCancel from other thread
* Fixed SQLInstallDriverEx when driver is readonly
The "Fixed build dependency for make -jX" part is important, as parallel
builds (particularly with the GTK2 option on) normally fail with 3.52.8.
Based on a patch by Jia-Shiun Li <jiashiun@gmail.com> [1].
PR: ports/189496 [1]
Submitted by: Jia-Shiun Li <jiashiun@gmail.com> [1]
MFH: 2014Q2
|
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
|
Wed, 23 Apr 2014
|
[ 13:25 tijl ] (Only the first 10 of 462 ports in this commit are shown above. )
When linking a library libA with a library libB using libtool, if libB.la
exists, libtool will add all libraries libB.la refers to (dependency_libs
field) to the linker command line and store them in the dependency_libs
field of libA.la. So everything that subsequently links with libA will also
link to these extra libraries. This causes too much overlinking.
This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs
field in .la libraries during staging. However, because .la libraries have
very limited use when dependency_libs is empty it makes sense to completely
remove them during staging.
So with this commit USES=libtool is modified to remove .la libraries and a
new form (USES=libtool:keepla) is introduced in case they need to be kept
(dependency_libs is still emptied).
(Only the first 15 lines of the commit message are shown above )
|
Thu, 20 Feb 2014
|
[ 13:00 makc ]
databases/libiodbc:
- Amend LICENSE (BSD3CLAUSE)
- Convert to USES=libtool:oldver
- Convert to options
- Add stage support
|
Fri, 20 Sep 2013
|
[ 16:13 bapt ] (Only the first 10 of 927 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases)
|
Mon, 2 Sep 2013
|
[ 09:01 bapt ]
Eliminate USE_GNOME=pkgconfig from databases
While here:
- trim headers
- Convert to USES=pathfix, USES=gmake
|
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.
|
Fri, 23 Sep 2011
|
[ 22:26 amdmi3 ] (Only the first 10 of 2369 ports in this commit are shown above. )
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- 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
|
Sat, 4 Dec 2010
|
[ 07:34 ade ] (Only the first 10 of 1730 ports in this commit are shown above. )
Sync to new bsd.autotools.mk
|
Sun, 18 Jul 2010
|
[ 17:45 makc ]
Take maintainership for kde@
|
Wed, 16 Sep 2009
|
[ 14:27 miwi ]
- Update to 3.52.7
PR: 138814
Submitted by: Ports Fury
Feature safe: yes
|
Sat, 22 Aug 2009
|
[ 00:18 amdmi3 ] (Only the first 10 of 417 ports in this commit are shown above. )
- Switch SourceForge ports to the new File Release System: categories starting
with D
|
Sun, 2 Aug 2009
|
[ 19:36 mezz ] (Only the first 10 of 1514 ports in this commit are shown above. )
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-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
|
Tue, 23 Oct 2007
|
[ 23:07 miwi ]
- Update to 3.52.6
PR: 117333
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
|
Wed, 17 Jan 2007
|
[ 17:18 itetcu ]
- Update to version 3.52.5
PR: ports/107994
Submitted by: KATO Tsuguru
|
Mon, 11 Dec 2006
|
[ 18:23 fjoe ]
Bump PORTREVISION.
|
[ 18:18 fjoe ]
Sync with unixODBC port: build without GUI by default.
|
Mon, 14 Aug 2006
|
[ 22:55 clsung ] (Only the first 10 of 102 ports in this commit are shown above. )
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include comms/ converters/ databases/ devel/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
|
Thu, 4 May 2006
|
[ 21:41 edwin ] (Only the first 10 of 364 ports in this commit are shown above. )
Remove USE_REINPLACE from all categories starting with D
|
Tue, 7 Mar 2006
|
[ 08:28 ade ] (Only the first 10 of 633 ports in this commit are shown above. )
Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.
Discussed with: kris
Approved by: portmgr (implicit)
|
Tue, 31 Jan 2006
|
[ 21:28 barner ]
- Update to version 3.52.4 [1]
- Use less greedy CONFLICTS
Submitted by: Ports fury
PR: ports/92612
|
Mon, 14 Nov 2005
|
[ 21:39 mnag ]
Update to 3.52.3
Add SHA256
PR: 89013
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
|
Thu, 15 Sep 2005
|
[ 23:09 pav ]
- Add WITHOUT_X11 as a synonym to WITHOUT_GUI
PR: ports/86183
Requested by: Vivek Khera <vivek@khera.org>
|
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
|
Tue, 13 Jul 2004
|
[ 15:20 vs ]
Add SourceForge to MASTER_SITES.
|
Fri, 9 Jul 2004
|
[ 17:43 marcus ] (Only the first 10 of 489 ports in this commit are shown above. )
Apply a big libtool patch to allow porters to use the libtool installed by
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
|
Sat, 26 Jun 2004
|
[ 22:12 pav ]
- Update to 3.51.2
PR: ports/68309
Submitted by: Idar Tollefsen <idart@performancedesign.no>
|
[ 21:54 pav ]
- Reset bouncing maintainer address:
This is a collection of reports about email delivery
process concerning a message you originated:
error: nosuchuser: ebakke@trolltech.com
|
Sat, 10 Apr 2004
|
[ 14:02 pav ]
- Fix detect of wchar_t on FreeBSD. Using _BSD_CT_RUNE_T_ is not sufficient
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)
|
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)
|
Sun, 14 Mar 2004
|
[ 06:17 ade ] (Only the first 10 of 945 ports in this commit are shown above. )
Whoa there, boy, that's a mighty big commit y'all have there...
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.
|
Sun, 8 Feb 2004
|
[ 13:29 krion ]
- Add CONFLICTS between libiodbc and unixODBC
PR: ports/62528
Submitted by: Ports Fury
|
Wed, 4 Feb 2004
|
[ 05:21 marcus ] (Only the first 10 of 1588 ports in this commit are shown above. )
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
|
Fri, 18 Apr 2003
|
[ 21:19 marcus ] (Only the first 10 of 11 ports in this commit are shown above. )
Remove USE_GNOMENG.
|
Fri, 21 Feb 2003
|
[ 11:15 knu ] (Only the first 10 of 104 ports in this commit are shown above. )
De-pkg-comment.
|
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
|
Fri, 30 Aug 2002
|
[ 13:16 lioux ]
Deploy USE_GNOMENG infrastructure
PR: 42192
Submitted by: Edwin Groothuis <edwin@mavetju.org>
|
Sun, 2 Dec 2001
|
[ 09:46 ijliao ]
update maintainer email
|
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
|
Mon, 29 May 2000
|
[ 09:23 will ]
Add libiodbc, a library which allows access to ODBC databases.
|
Number of commits found: 54 |