Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.3.8_1 24 Mar 2024 08:39:30 |
Daniel Engberg (diizzy) |
databases/mariadb*: Remove dead mirror mirror1.cl.netactuate.com
Remove mirror as it no longer responds to requests
Approved by: portmgr (blanket) |
3.3.8_1 03 Mar 2024 11:08:07 |
Nuno Teixeira (eduardo) |
databases/mariadb-connector-c: Move man pages to share/man
Approved by: portmgr (blanket) |
3.3.8 29 Dec 2023 11:11:49 |
Bernard Spil (brnrd) |
databases/mariadb-connector-c: Update to 3.3.8 |
3.3.4 02 Apr 2023 09:24:00 |
Bernard Spil (brnrd) |
databases/mariadb-connector-c: Update to 3.3.4 |
3.3.2 17 Sep 2022 13:17:57 |
Bernard Spil (brnrd) |
databases/mariadb-connector-c: Update to 3.3.2 |
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.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 ) |
3.2.6 18 Apr 2022 11:22:30 |
Bernard Spil (brnrd) |
databases/mariadb*: Update MASTER_SITES
* Fixes broken sites
* Prefer MariaDB redirect mechanism via API
* Use secondary mirrors
* Primary mirror as last resort
PR: 262075
Reported by: diizzy |
3.2.6 21 Feb 2022 09:30:26 |
Bernard Spil (brnrd) |
databases/mariadb-connector-c: Update to 3.2.6 |
3.2.4 25 Nov 2021 21:40:11 |
Stefan Eßer (se) |
*/*: Remove redundant '-*' from CONFLICTS definitions
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Approved by: portmgr (blanket) |
3.2.4 06 Nov 2021 12:53:11 |
Bernard Spil (brnrd) |
databases/mariadb-connector-c: Update to 3.2.4 |
3.1.10 06 Apr 2021 23:02:53 |
Adriaan de Groot (adridg) |
databases/mariadb*: fix build ahead of CMake 3.20
All of the MariaDB releases contain the same ConnectorName CMake
module, and all of those copies of the module contain the same
syntax error. CMake < 3.20 ignores this and treats end() as
endif(), but this is an error in the upcoming version.
Specifically NOT bumping PORTREVISION because this is a build-only
fix that has no effect on the package. |
3.1.10 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.1.10 18 Oct 2020 18:51:46 |
brnrd |
databases/mariadb-connector-c: Update to 3.1.10 |
3.1.9 24 Jun 2020 21:37:05 |
brnrd |
databases/mariadb-connector-c: Update to 3.1.9 |
3.1.8 17 Jun 2020 17:47:30 |
brnrd |
databases/mariadb-connector-c: Update to 3.1.8 |
3.0.10_1 09 Oct 2019 10:34:57 |
bapt |
Drop the ipv6 virtual category for d* category as it is not relevant anymore |
3.0.10_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.0.10 22 May 2019 07:48:30 |
brnrd |
databases/mariadb-connector-c: Update to 3.0.10 |
3.0.9 24 Feb 2019 20:36:10 |
brnrd |
databases/mariadb-connector-c: Update to 3.0.9 |
3.0.8 13 Jan 2019 14:41:13 |
brnrd |
databases/mariadb-connector-c: Update to 3.0.8 |
3.0.7_1 25 Dec 2018 20:25:40 |
tcberner |
Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine |
3.0.7_1 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.0.7 24 Nov 2018 21:21:42 |
brnrd |
databases/mariadb-connector-c: Update to 3.0.7 |
3.0.6 25 Sep 2018 07:29:26 |
linimon |
These ports now build on powerpc64.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
3.0.6 05 Aug 2018 21:34:57 |
brnrd |
databases/mariadb-connector-c: Update to 3.0.6 |
3.0.4_1 29 Jul 2018 22:18:46 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542 |
3.0.4 06 May 2018 09:41:57 |
brnrd |
databases/mariadb-connector-c: Update to 3.0.4 |
3.0.3_1 24 Jan 2018 16:09:59 |
brnrd |
databases/mariadb-connector-c: Fix ldconfig path
- Fixes ports trying to use libmariadb |
3.0.3 23 Jan 2018 19:50:57 |
brnrd |
databases/mariadb-connector-c: Update to 3.0.3 |
3.0.2_1 08 Dec 2017 01:46:01 |
linimon |
Mark these ports as buildable on armv6 after a trybroken run. (Also
tested with trybroken on armv7.)
The 'runaway process' ones are most likely just statistical.
Approved by: portmgr (tier-2 blanket) |
3.0.2_1 10 Sep 2017 20:55:39 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 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, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275 |
3.0.2 27 Jul 2017 11:51:58 |
brnrd |
databases/mariadb-connector-c: Update to 3.0.2
- Major version update to 3.0.2
- Fix PKGNAME
- Add LICENSE_FILE
- Add iconv and curl dependencies
- Remove post-install fix
- Remove now redundant patch |
2.3.2 21 May 2017 21:55:08 |
linimon |
Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Reported by: swills |
2.3.2 14 Apr 2017 16:50:18 |
brnrd |
databases/mariadb-connector-c: Update to 2.3.2
- Update to 2.3.2
- Fix build with LibreSSL |
2.3.1_1 01 Apr 2017 15:23:32 |
gerald |
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707 |
2.3.1 15 Jan 2017 19:03:51 |
brnrd |
databases/mariadb-connector-c: Add new port
- Add port to databases/Makefile
- Use zlib from base
- Add port directory incl required files
- Add patch for LibreSSL |