Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
20 Jul 2022 14:21:07 3.2.2 |
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 ) |
16 Jun 2021 09:00:06 3.2.2 |
Piotr Kubaj (pkubaj)  |
databases/libzdb: also fails on powerpc |
06 Apr 2021 14:31:07 3.2.2 |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
02 Apr 2020 12:00:49
3.2.2 |
sunpoet  |
Update to 3.2.2
Changes: https://www.tildeslash.com/libzdb/#release_notes |
31 Mar 2020 15:01:10
3.2.1 |
sunpoet  |
Add comment to avoid future breakage
PR: 237200 |
31 Mar 2020 13:58:01
3.2.1 |
pkubaj  |
databases/libzdb: fix build on GCC architectures
r529335 partially reverted r499489, which caused another breakage on GCC
architectures by passing -L/usr/lib while using GCC from ports and making it
link to base libstdc++:
/usr/local/bin/ld: zdbpp.cpp:(.text.startup+0x1f0): undefined reference to
`std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>
>::_M_append(char const*, unsigned long)'
Apply changes to Makefile from r499489 to fix it.
PR: 237200 |
29 Mar 2020 08:06:55
3.2.1 |
sunpoet  |
Remove unnecessary patch (followup of r529335) |
28 Mar 2020 12:45:03
3.2.1 |
sunpoet  |
Update to 3.2.1
Changes: https://www.tildeslash.com/libzdb/#release_notes |
26 Jul 2019 20:46:57
3.2_1 |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
09 Jul 2019 09:10:56
3.2 |
antoine  |
Mark BROKEN on i386
../zdb/zdbpp.h:330:14: error: class member cannot be redeclared
void bind(int parameterIndex, time_t x) {
^
../zdb/zdbpp.h:318:14: note: previous definition is here
void bind(int parameterIndex, int x) {
^
Reported by: pkg-fallout
MFH: 2019Q3 |
20 Apr 2019 23:08:34
3.2 |
sunpoet  |
Fix build on powerpc
PR: 237200
Submitted by: pkubaj |
07 Apr 2019 20:05:35
3.2 |
sunpoet  |
Add LICENSE_FILE |
06 Apr 2019 14:42:44
3.2 |
sunpoet  |
Update databases/libzdb to 3.2
- Update MASTER_SITES
- Update pkg-descr
- Update WWW
- Bump PORTREVISION of dependent ports for shlib change
- Take maintainership
Changes: https://www.tildeslash.com/libzdb/#release_notes |
12 Dec 2018 01:35:36
3.1_2 |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
08 Aug 2016 17:40:33
3.1_1 |
pi  |
databases/libzdb: Change USE_MYSQL -> USES=mysql and USE_OPENSSL -> USES=ssl |
09 Jun 2016 13:18:26
3.1_1 |
arved  |
Regroup options to ensure that at least one database is selected |
19 May 2016 10:21:25
3.1_1 |
amdmi3  |
- Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by: portmgr blanket |
29 Feb 2016 00:30:41
3.1_1 |
rakuco  |
Fix the port's configure script to properly detect SQLite3.
This has been broken since r397227 ("Upgrade to 3.1"): the port's build system
passes -ldl when trying to detect SQLite3. Since this will always fail on
FreeBSD, SQLite3 support will always be disabled as well.
PR: 203424
MFH: 2016Q1 |
18 Sep 2015 06:27:42
3.1 |
vanilla  |
Upgrade to 3.1. |
22 Nov 2014 20:40:09
3.0_1  |
crees  |
Finally retire USE_PGSQL |
20 Oct 2014 10:41:13
3.0_1 |
bapt  |
Cleanup plist |
05 Jul 2014 12:19:33
3.0_1 |
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) |
19 May 2014 07:47:39
3.0 |
miwi  |
- Update to 3.0
- Stage support
- Options helper
PR: 187760
Submitted by: Ports Fury |
23 Apr 2014 13:25:17
2.11.3_2 |
tijl  |
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 ) |
21 Apr 2014 23:49:18
2.11.3_1 |
bapt  |
Support stage |
13 Mar 2014 23:09:53
2.11.3 |
cs  |
Back to pool |
15 Jan 2014 23:38:23
2.11.3 |
bapt  |
Reduce bsd.port.mk inclusions by using options helpers
replace USE_GMAKE -> USES=gmake |
20 Sep 2013 16:13:49
2.11.3 |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases) |
14 Aug 2013 22:35:54
2.11.3  |
ak  |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
19 Jul 2013 20:57:59
2.11.3 |
cs  |
Update to 2.11.3 |
26 Mar 2013 21:22:45
2.11.1 |
cs  |
- Update to 2.11.1
- Bump PORTREVISION
PR: ports/175821
Submitted by: Douglas Carmichael <dcarmich@dcarmichael.net>
Approved by: maintainer |
19 Mar 2013 13:04:31
2.10.5 |
eadler  |
This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.
If a port used other USE_GNOME items it was untouched.
The ports that used other USES were fixed by hand.
PR: ports/177081
Reviewed by: bapt
Approved by: portmgr (miwi) |
17 Jul 2012 20:00:36
2.10.5 |
cs  |
- Update to 2.10.5
- Bump PORTREVISION |
05 Jun 2012 21:32:54
2.10.3 |
cs  |
- Update to 2.10.3
- Convert to OptionsNG |
10 Jan 2012 14:28:08
2.10 |
cs  |
Update to 2.10
Approved by: glarkin@ (mentor) |
11 Oct 2011 19:56:49
2.9 |
cs  |
Update to 2.9
Approved by: glarkin@ (mentor) |
23 Sep 2011 22:26:39
2.8.1 |
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 |
15 Sep 2011 12:33:27
2.8.1 |
cs  |
Change maintainer address to my FreeBSD address
Approved by: wen@ (mentor) |
21 Mar 2011 20:42:44
2.8.1 |
glarkin  |
- Updated to 2.8.1
Changes: Fixes a transaction related memory leak in the Oracle driver
- Fixed configure option name in Makefile for PostgreSQL support
PR: ports/155021
Submitted by: C-S <c-s@c-s.li> |
19 Mar 2011 13:15:34
2.8_1 |
ale  |
Bump PORTREVISION for ports linking to default libmysqlclient. |
18 Feb 2011 01:31:41
2.8 |
glarkin  |
- Updated to 2.8
Changes: http://www.tildeslash.com/libzdb/dist/CHANGES.txt
PR: ports/154797
Submitted by: C-S <c-s@c-s.li> (maintainer) |
04 Dec 2010 07:34:27
2.7 |
ade  |
Sync to new bsd.autotools.mk |
03 Nov 2010 07:24:26
2.7 |
wen  |
- Update to 2.7
- Pass maintainership to submitter
- Add LICENSE
PR: ports/151526
Submitted by: C-S <c-s@c-s.li> |
02 Aug 2009 19:36:34
2.6 |
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 |
09 Jul 2009 09:05:47
2.6 |
miwi  |
- Update to 2.6
PR: 136472
Submitted by: Ports Fury |
09 May 2009 09:18:56
2.5 |
miwi  |
- Update to 2.5
PR: 134279
Submitted by: Ports Fury |
14 Mar 2009 14:10:20
2.4 |
miwi  |
- Update to 2.4
PR: 132468
Submitted by: Ports Fury |
15 Jan 2009 22:44:47
2.3 |
miwi  |
- Update to 2.3
PR: 130432
Submitted by: Ports Fury |
02 Aug 2008 22:34:52
2.2.3 |
miwi  |
- Update to 2.2.3
PR: 126168
Submitted by: Ports Fury |
15 Jun 2008 02:10:54
2.2.2 |
lwhsu  |
- Update to version 2.2.2
PR: ports/124582
Submitted by: KATO Tsuguru <tkato432 AT yahoo.com> |
06 Jun 2008 13:17:10
2.2.1_1 |
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) |
22 May 2008 00:49:09
2.2.1 |
miwi  |
- Update to 2.2.1
PR: 123867
Submitted by: Ports Fury |
27 Apr 2008 16:30:18
2.2 |
lwhsu  |
- Update to version 2.2
PR: ports/123081
Submitted by: KATO Tsuguru <tkato432 AT yahoo.com> |
16 Feb 2008 21:32:39
2.1 |
tabthorpe  |
- Update to 2.1
PR: ports/120641
Submitted by: valerio.daelli gmail.com (maintainer) |
04 Mar 2007 09:13:02
2.0 |
vanilla  |
Fix pkg-plist.
Submitted by: kris via mail. |
26 Feb 2007 06:35:24
2.0 |
vanilla  |
Upgrade to 2.0. |
11 Feb 2007 02:09:40
1.1.3 |
vanilla  |
Upgrade to 1.1.3, and drop MAINTAINER. |
05 Nov 2006 11:02:17
1.1 |
vanilla  |
Upgrade to 1.1. |
13 Sep 2006 01:08:43
1.0.4_1 |
vanilla  |
1: USE_LDCONFIG.
2: bump version for pkg-plist. |
12 Sep 2006 16:01:07
1.0.4 |
vanilla  |
Fix pkg-plist.
Submitted by: kris@ |
05 Sep 2006 13:21:14
1.0.4 |
vanilla  |
Upgrade to 1.0.4. |
09 Jun 2006 02:44:50
1.0.3 |
vanilla  |
Fix build on 4.x.
Submitted by: kris@ via email. |
03 Jun 2006 13:57:08
1.0.3 |
vanilla  |
Fix pkg-plist.
Submitted by: kris@ via email |
03 Jun 2006 03:02:17
1.0.3 |
vanilla  |
Add libzdb, it's a thread-safe connection pool library. |