Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.4.0 01 Oct 2024 18:56:20 |
Rene Ladan (rene) |
all: drop support for expired FreeBSD 14.0
Simplify expressions for FreeBSD 13.X
Reviewed by: many
Differential Revision: https://reviews.freebsd.org/D46601 |
3.4.0 04 Aug 2024 17:13:56 |
Po-Chuan Hsieh (sunpoet) |
databases/libzdb: Update to 3.4.0
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://www.tildeslash.com/libzdb/#release_notes |
3.3.0 29 Jul 2024 12:38:55 |
Po-Chuan Hsieh (sunpoet) |
databases/libzdb: Fix build on FreeBSD 14.0 (Clang 16)
Reference: https://pkg-status.freebsd.org/beefy22/data/140amd64-default/6e2f94a5f2a9/logs/libzdb-3.3.0.log |
3.3.0 24 Jul 2024 11:44:12 |
Po-Chuan Hsieh (sunpoet) |
databases/libzdb: Update to 3.3.0
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://www.tildeslash.com/libzdb/#release_notes |
3.2.3 05 Oct 2023 01:55:34 |
Po-Chuan Hsieh (sunpoet) |
databases/libzdb: Use tab instead of space |
3.2.3 30 Dec 2022 09:04:05 |
Po-Chuan Hsieh (sunpoet) |
databases/libzdb: Update to 3.2.3
Changes: https://www.tildeslash.com/libzdb/#release_notes |
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) |
3.2.2 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 ) |
3.2.2 07 Sep 2022 10:26:41 |
Tobias C. Berner (tcberner) |
cleanup: remove trailing whitepaces |
3.2.2 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 ) |
3.2.2 16 Jun 2021 09:00:06 |
Piotr Kubaj (pkubaj) |
databases/libzdb: also fails on powerpc |
3.2.2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.2.2 02 Apr 2020 12:00:49 |
sunpoet |
Update to 3.2.2
Changes: https://www.tildeslash.com/libzdb/#release_notes |
3.2.1 31 Mar 2020 15:01:10 |
sunpoet |
Add comment to avoid future breakage
PR: 237200 |
3.2.1 31 Mar 2020 13:58:01 |
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 |
3.2.1 29 Mar 2020 08:06:55 |
sunpoet |
Remove unnecessary patch (followup of r529335) |
3.2.1 28 Mar 2020 12:45:03 |
sunpoet |
Update to 3.2.1
Changes: https://www.tildeslash.com/libzdb/#release_notes |
3.2_1 26 Jul 2019 20:46:57 |
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 |
3.2 09 Jul 2019 09:10:56 |
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 |
3.2 20 Apr 2019 23:08:34 |
sunpoet |
Fix build on powerpc
PR: 237200
Submitted by: pkubaj |
3.2 07 Apr 2019 20:05:35 |
sunpoet |
Add LICENSE_FILE |
3.2 06 Apr 2019 14:42:44 |
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 |
3.1_2 12 Dec 2018 01:35:36 |
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 |
3.1_1 08 Aug 2016 17:40:33 |
pi |
databases/libzdb: Change USE_MYSQL -> USES=mysql and USE_OPENSSL -> USES=ssl |
3.1_1 09 Jun 2016 13:18:26 |
arved |
Regroup options to ensure that at least one database is selected |
3.1_1 19 May 2016 10:21:25 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by: portmgr blanket |
3.1_1 29 Feb 2016 00:30:41 |
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 |
3.1 18 Sep 2015 06:27:42 |
vanilla |
Upgrade to 3.1. |
3.0_1 22 Nov 2014 20:40:09 |
crees |
Finally retire USE_PGSQL |
3.0_1 20 Oct 2014 10:41:13 |
bapt |
Cleanup plist |
3.0_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) |
3.0 19 May 2014 07:47:39 |
miwi |
- Update to 3.0
- Stage support
- Options helper
PR: 187760
Submitted by: Ports Fury |
2.11.3_2 23 Apr 2014 13:25:17 |
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 ) |
2.11.3_1 21 Apr 2014 23:49:18 |
bapt |
Support stage |
2.11.3 13 Mar 2014 23:09:53 |
cs |
Back to pool |
2.11.3 15 Jan 2014 23:38:23 |
bapt |
Reduce bsd.port.mk inclusions by using options helpers
replace USE_GMAKE -> USES=gmake |
2.11.3 20 Sep 2013 16:13:49 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases) |
2.11.3 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
2.11.3 19 Jul 2013 20:57:59 |
cs |
Update to 2.11.3 |
2.11.1 26 Mar 2013 21:22:45 |
cs |
- Update to 2.11.1
- Bump PORTREVISION
PR: ports/175821
Submitted by: Douglas Carmichael <dcarmich@dcarmichael.net>
Approved by: maintainer |
2.10.5 19 Mar 2013 13:04:31 |
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) |
2.10.5 17 Jul 2012 20:00:36 |
cs |
- Update to 2.10.5
- Bump PORTREVISION |
2.10.3 05 Jun 2012 21:32:54 |
cs |
- Update to 2.10.3
- Convert to OptionsNG |
2.10 10 Jan 2012 14:28:08 |
cs |
Update to 2.10
Approved by: glarkin@ (mentor) |
2.9 11 Oct 2011 19:56:49 |
cs |
Update to 2.9
Approved by: glarkin@ (mentor) |
2.8.1 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 |
2.8.1 15 Sep 2011 12:33:27 |
cs |
Change maintainer address to my FreeBSD address
Approved by: wen@ (mentor) |
2.8.1 21 Mar 2011 20:42:44 |
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> |
2.8_1 19 Mar 2011 13:15:34 |
ale |
Bump PORTREVISION for ports linking to default libmysqlclient. |
2.8 18 Feb 2011 01:31:41 |
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) |
2.7 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
2.7 03 Nov 2010 07:24:26 |
wen |
- Update to 2.7
- Pass maintainership to submitter
- Add LICENSE
PR: ports/151526
Submitted by: C-S <c-s@c-s.li> |
2.6 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 |
2.6 09 Jul 2009 09:05:47 |
miwi |
- Update to 2.6
PR: 136472
Submitted by: Ports Fury |
2.5 09 May 2009 09:18:56 |
miwi |
- Update to 2.5
PR: 134279
Submitted by: Ports Fury |
2.4 14 Mar 2009 14:10:20 |
miwi |
- Update to 2.4
PR: 132468
Submitted by: Ports Fury |
2.3 15 Jan 2009 22:44:47 |
miwi |
- Update to 2.3
PR: 130432
Submitted by: Ports Fury |
2.2.3 02 Aug 2008 22:34:52 |
miwi |
- Update to 2.2.3
PR: 126168
Submitted by: Ports Fury |
2.2.2 15 Jun 2008 02:10:54 |
lwhsu |
- Update to version 2.2.2
PR: ports/124582
Submitted by: KATO Tsuguru <tkato432 AT yahoo.com> |
2.2.1_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) |
2.2.1 22 May 2008 00:49:09 |
miwi |
- Update to 2.2.1
PR: 123867
Submitted by: Ports Fury |
2.2 27 Apr 2008 16:30:18 |
lwhsu |
- Update to version 2.2
PR: ports/123081
Submitted by: KATO Tsuguru <tkato432 AT yahoo.com> |
2.1 16 Feb 2008 21:32:39 |
tabthorpe |
- Update to 2.1
PR: ports/120641
Submitted by: valerio.daelli gmail.com (maintainer) |
2.0 04 Mar 2007 09:13:02 |
vanilla |
Fix pkg-plist.
Submitted by: kris via mail. |
2.0 26 Feb 2007 06:35:24 |
vanilla |
Upgrade to 2.0. |
1.1.3 11 Feb 2007 02:09:40 |
vanilla |
Upgrade to 1.1.3, and drop MAINTAINER. |
1.1 05 Nov 2006 11:02:17 |
vanilla |
Upgrade to 1.1. |
1.0.4_1 13 Sep 2006 01:08:43 |
vanilla |
1: USE_LDCONFIG.
2: bump version for pkg-plist. |
1.0.4 12 Sep 2006 16:01:07 |
vanilla |
Fix pkg-plist.
Submitted by: kris@ |
1.0.4 05 Sep 2006 13:21:14 |
vanilla |
Upgrade to 1.0.4. |
1.0.3 09 Jun 2006 02:44:50 |
vanilla |
Fix build on 4.x.
Submitted by: kris@ via email. |
1.0.3 03 Jun 2006 13:57:08 |
vanilla |
Fix pkg-plist.
Submitted by: kris@ via email |
1.0.3 03 Jun 2006 03:02:17 |
vanilla |
Add libzdb, it's a thread-safe connection pool library. |