Port details |
- opendbx C library for accessing databases with a single API
- 1.4.6_6 databases =2 1.4.6_6Version of this port present on the latest quarterly branch.
- Maintainer: tremere@cainites.net
- Port Added: 2006-07-09 14:26:58
- Last Update: 2023-06-29 11:35:58
- Commit Hash: cf2a904
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: LGPL21
- WWW:
- http://www.linuxnetworks.de/opendbx/
- Description:
- OpenDBX is an extremely lightweight but extensible C library for
accessing databases with a single API. It provides a clean and simple
interface across all supported databases that leads to an elegant
code design automatically. Currently MySQL, PostgreSQL, SQLite
(v2 & 3), MSSQL and Sybase are supported and backends for more native
database APIs can be written easily. If you want your application to
support different databases with little effort, this is definitively
the right thing for you!
License: LGPL
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- opendbx>0:databases/opendbx
- To install the port:
- cd /usr/ports/databases/opendbx/ && make install clean
- To add the package, run one of these commands:
- pkg install databases/opendbx
- pkg install opendbx
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: opendbx
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (opendbx-1.4.6.tar.gz) = 2246a03812c7d90f10194ad01c2213a7646e383000a800277c6fb8d2bf81497c
SIZE (opendbx-1.4.6.tar.gz) = 587514
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.3 : devel/gmake
- msgfmt : devel/gettext-tools
- Library dependencies:
-
- libreadline.so.8 : devel/readline
- libmysqlclient.so.21 : databases/mysql80-client
- libintl.so : devel/gettext-runtime
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for opendbx-1.4.6_6:
NLS=on: Native Language Support
====> Database drivers: you have to choose at least one of them
MYSQL=on: MySQL database support
PGSQL=off: PostgreSQL database support
SQLITE=off: SQLite 2 database support
SQLITE3=off: SQLite 3 database support
MSSQL=off: Microsoft SQL Server support
SYBASE=off: Sybase database support
===> Use 'make config' to modify these settings
- Options name:
- databases_opendbx
- USES:
- gmake libtool pathfix readline mysql gettext
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.4.6_6 29 Jun 2023 11:35:58 |
Fernando Apesteguía (fernape) Author: Ralf van der Enden |
databases/opendbx: fix build on 14.0-CURRENT
Change "throw( std::exception )" to "noexcept(false)' to make it build on
14.0-CURRENT (which defaults to c++17)
PR: 272233
Reported by: tremere@cainites.net (maintainer) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.4.6_6 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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 ) |
1.4.6_6 20 Jul 2022 14:21:07 |
Tobias C. Berner (tcberner) |
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 ) |
1.4.6_6 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.4.6_6 15 Nov 2019 10:12:08 |
tobik |
Move remaining USE_MYSQL, WANT_MYSQL_VER to USES=mysql |
1.4.6_6 09 Apr 2019 14:04:50 |
sunpoet |
Update devel/readline to 8.0
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://tiswww.case.edu/php/chet/readline/CHANGES
PR: 236156
Exp-run by: antoine |
1.4.6_5 06 Feb 2019 09:05:03 |
mat |
Remove options helpers that do not exist. And in one case, probably fix
the helper usage.
Noticed by: tobik |
1.4.6_5 27 Jun 2017 13:46:53 |
sunpoet |
Update devel/readline to 7.0 patch 3
- Bump PORTREVISION for shlib change
Changes: https://cnswww.cns.cwru.edu/php/chet/readline/CHANGES
https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00107.html
https://lists.gnu.org/archive/html/bug-readline/2017-01/msg00002.html
Differential Revision: https://reviews.freebsd.org/D11172
PR: 219947
Exp-run by: antoine |
1.4.6_4 08 Dec 2016 19:52:20 |
tijl |
Remove libintl.so.9 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since. |
1.4.6_3 21 Oct 2016 15:21:13 |
mat |
Use USES=pathfix where applicable.
PR: 213195
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D8093 |
1.4.6_3 19 May 2016 10:21:25 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by: portmgr blanket |
1.4.6_3 25 Apr 2016 16:13:39 |
mat |
Remove USE_SQLITE from bsd.databases.mk, replaced by USES=sqlite.
While there replace USE_SQLITE=x by USES=sqlite:x.
PR: 208971
Submitted by: mat
Exp-run by: antoine
With hat: portmgr
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D5951 |
1.4.6_3 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
1.4.6_3 25 Mar 2015 09:33:53 |
marino |
databases category: Remove $PTHREAD_LIBS
Note: virtuoso did not pass check-plist from before, so it was fixed.
approved by: PTHREAD blanket |
1.4.6_3 27 Feb 2015 19:03:08 |
marino |
databases/opendbx: add USES+= readline
This started failing without a recent change to opendbx, so a dependency
most have stopped pulling in readline. The configure error was:
error: readline library (libreadline) not found
approved by: blanket |
1.4.6_3 22 Nov 2014 20:40:09 |
crees |
Finally retire USE_PGSQL |
1.4.6_3 20 Oct 2014 10:41:13 |
bapt |
Cleanup plist |
1.4.6_3 11 Sep 2014 21:54:45 |
tijl |
databases/sqlite2:
- Convert to USES=libtool and bump dependent ports |
1.4.6_2 30 Jul 2014 02:12:16 |
amdmi3 |
- Switch databases/opendbx to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed
Approved by: portmgr blanket |
1.4.6_1 16 Jul 2014 07:59:59 |
bapt |
Fix non default LIB_DEPENDS
With hat: portmgr |
1.4.6_1 05 Jul 2014 12:19:33 |
tijl |
Bump more ports that depend on libsqlite3.so:
- ports that set USE_SQLITE with the *_USE option helper
- ports that depend on libsqlite3 indirectly as reported by pkg rquery
Approved by: portmgr (implicit) |
1.4.6 19 Jan 2014 02:36:25 |
danilo |
- Update from 1.4.5 to 1.4.6
- Use options helpers
- Add stage support
while here
- Define LICENSE properly
- Convert USE_GMAKE to USES
- Remove the indefinite article from COMMENT
PR: ports/185532
Submitted by: Ralf van der Enden <tremere@cainites.net> (maintainer) |
1.4.5_2 11 Dec 2013 18:08:53 |
bapt |
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in databases |
1.4.5_2 20 Sep 2013 16:13:49 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases) |
1.4.5_2 24 Apr 2013 18:10:32 |
ak |
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt) |
1.4.5_2 21 Mar 2013 17:43:46 |
bapt |
Convert to new options framework left unconverted ports in databases category |
1.4.5_2 23 Sep 2011 22:26:39 |
amdmi3 |
- 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 |
1.4.5_2 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
1.4.5_2 19 Mar 2011 13:15:34 |
ale |
Bump PORTREVISION for ports linking to default libmysqlclient. |
1.4.5_1 29 Dec 2010 20:04:42 |
pgollucci |
- DISTNAME= ${PORTNAME}-${PORTVERSION} is the default and not needed.
PR: ports/153292
Submitted by: myself (pgollucci)
Tested by: -exp run by pav
Approved by: portmgr (pav) |
1.4.5_1 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
1.4.5_1 31 May 2010 02:01:56 |
ade |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
1.4.5 07 May 2010 22:58:26 |
sylvio |
- Update to 1.4.5
PR: ports/146292
Submitted by: Ralf van der Enden <tremere@cainites.net> (maintainer) |
1.4.4 05 Nov 2009 20:50:14 |
miwi |
- Update to 1.4.4
PR: 140310
Submitted by: Ralf van der Enden <tremere@cainites.net> (maintainer) |
1.4.2 11 Aug 2009 12:17:27 |
araujo |
- Update to 1.4.2.
PR: ports/137578
Submitted by: Sylvio Cesar <scjamorim@bsd.com.br>
Approved by: Ralf van der Enden <tremere@cainites.net> (maintainer) |
1.2.6_1 02 Aug 2009 19:36:34 |
mezz |
-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 |
1.2.6_1 21 Aug 2008 06:18:49 |
rafan |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above ) |
1.2.6_1 06 Jun 2008 13:17:10 |
edwin |
Bump portrevision due to upgrade of devel/gettext.
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) |
1.2.6 02 May 2008 19:17:12 |
miwi |
- Update to 1.2.6
PR: 123232
Submitted by: Ralf van der Enden <tremere@cainites.net> (maintainer) |
1.2.5 29 Apr 2008 13:05:36 |
miwi |
- Update to 1.2.5
PR: 122946
Submitted by: Ralf van der Enden <tremere@cainites.net> (maintainer) |
1.2.4 12 Feb 2008 23:13:34 |
miwi |
- Update to 1.2.4
PR: 120346
Submitted by: Ralf van der Enden <tremere@cainites.net> (maintainer) |
1.2.2 23 Apr 2007 08:07:31 |
miwi |
- Remove 4.X gruft
PR: 111938
Submitted by: Marcelo Araujo <araujo@bsdmail.org>
Approved by: maintainer |
1.2.2 05 Mar 2007 12:17:15 |
rafan |
- Update to 1.2.2
- Add optional Sybase backend support
- Update pkg-descr
PR: ports/109850
Submitted by: Ralf van der Enden <tremere at cainites.net> (maintainer) |
1.2.1 20 Feb 2007 04:01:26 |
clsung |
- Update to version 1.2.1 (bumps library version from .1 to .2)
- Since this new version supports MSSQL through the freetds library add that to
the Makefile
- Fix installation of opendbx.pc file
- Fix building SQLite 2 and SQLite 3 backends when both were selected
- Make Gettext support optional (instead of disabled by default)
PR: ports/109276
Submitted by: maintainer (Ralf van der Enden) |
1.0.3 12 Jan 2007 10:02:18 |
clsung |
- Update to 1.0.3
- Clean up pkg-plist
- Some minor Makefile edits
PR: ports/107718
Submitted by: maintainer (Ralf van der Enden) |
1.0.0 09 Jul 2006 14:26:40 |
itetcu |
OpenDBX is an extremely lightweight but extensible C library for
accessing databases with a single API. It provides a clean and simple
interface across all supported databases that leads to an elegant
code design automatically. Currently MySQL, PostgreSQL and SQLite are
supported and backends for more native database APIs can be written
easily. If you want your application to support different databases
with little effort, this is definitively the right thing for you!
License: LGPL
WWW: http://www.linuxnetworks.de/opendbx/
PR: ports/95005
Submitted by: tremere at cainites.net |