notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: databases/percona57-client/Makefile
SVNWeb

Number of commits found: 20

Wed, 8 Feb 2023
[ 10:53 Muhammad Moinur Rahman (bofh) search for other commits by this committer ]    commit hash:6e1233be229212a0496f42d611bd40f3e3a628da  commit hash:6e1233be229212a0496f42d611bd40f3e3a628da  commit hash:6e1233be229212a0496f42d611bd40f3e3a628da  6e1233b  (Only the first 10 of 159 ports in this commit are shown above. View all ports for this commit)
Mk/**ldap.mk: Convert USE_LDAP to USES=ldap

Convert the USE_LDAP=yes to USES=ldap and adds the following features:

- Adds the argument USES=ldap:server to add openldap2{4|5|6}-server as
  RUN_DEPENDS
- Adds the argument USES=ldap<version> and replaces WANT_OPENLDAP_VER
- Adds OPENLDAP versions in bsd.default-versions.mk
- Adds USE_OPENLDAP/WANT_OPENLDAP_VER in Mk/bsd.sanity.mk
- Changes consumers to use the features

Reviewed by:	delphij
Approved by:	portmgr
Differential Revision: https://reviews.freebsd.org/D38233
Wed, 20 Jul 2022
[ 14:21 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:d076ad94e206dda108061fe99ddb860d93cc6d16  commit hash:d076ad94e206dda108061fe99ddb860d93cc6d16  commit hash:d076ad94e206dda108061fe99ddb860d93cc6d16  d076ad9  (Only the first 10 of 718 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Thu, 25 Nov 2021
[ 21:40 Stefan Eßer (se) search for other commits by this committer ]    commit hash:04b9da414081a733478d3def4e1e3777908536c6  commit hash:04b9da414081a733478d3def4e1e3777908536c6  commit hash:04b9da414081a733478d3def4e1e3777908536c6  04b9da4  (Only the first 10 of 188 ports in this commit are shown above. View all ports for this commit)
*/*: 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)
Sun, 8 Aug 2021
[ 14:22 Dima Panov (fluffy) search for other commits by this committer ]    commit hash:bfbb37ff8d26b493b6e316b465b93988019d2aa4  commit hash:bfbb37ff8d26b493b6e316b465b93988019d2aa4  commit hash:bfbb37ff8d26b493b6e316b465b93988019d2aa4  bfbb37f 
databases/percona57-*: update to 5.7.34-37 GA release

PR:		257501
Sun, 1 Aug 2021
[ 08:32 Xin LI (delphij) search for other commits by this committer ]    commit hash:974e13b50148c5c8e7b33a1cb7e9dbaa9aedbc70  commit hash:974e13b50148c5c8e7b33a1cb7e9dbaa9aedbc70  commit hash:974e13b50148c5c8e7b33a1cb7e9dbaa9aedbc70  974e13b  (Only the first 10 of 34 ports in this commit are shown above. View all ports for this commit)
net/openldap24-server: Make SASL permanent for OpenLDAP port.

PR:		ports/257374
Reviewed by:	obrien
Approved by:	portmgr (exp-run by antoine)
Differential Revision: https://reviews.freebsd.org/D31301
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Fri, 6 Dec 2019
[ 16:00 fluffy search for other commits by this committer ] Original commit   Revision:519153 (Only the first 10 of 13 ports in this commit are shown above. View all ports for this commit)
databases/percona57-{server,client} update to 5.7.27-30 release

percona57-client:
- Install compat pkgconfig symlink as well as it done for libs
(many packages still search for mysqlclient.pc only)

percona57-server:
- Proper use system lz4/zstd libs for rocksdb engine
- Declare system libevent to use instead of bundled one
- Stop pollute libdata/pkgconfig dir with unneeded .pc file
- Unbreak build with DEFAULT_VERSIONS+=ssl=libressl

PR:		239347
Submitted by:	fluffy [cleanups], Igor Zabelin [update]
Approved by:	maintainer (timeout, >3 months)
Sat, 28 Sep 2019
[ 06:45 antoine search for other commits by this committer ] Original commit   Revision:513105
Make the build dependency more accurate
[ 06:08 antoine search for other commits by this committer ] Original commit   Revision:513102
Revert r513041, it breaks the ports

Reported by:	pkg-fallout
Pointy hat:	bapt
Fri, 27 Sep 2019
[ 15:08 bapt search for other commits by this committer ] Original commit   Revision:513041
sasl.h header does not belong at all to openldap package
but to the cyrus-sasl2 package already listed in the dependency in the above
line.
Just remove the wrong dependency line
Thu, 4 Oct 2018
[ 15:07 feld search for other commits by this committer ] Original commit   Revision:481225
databases/percona57-client: Fix build with ppc64

PR:		231758
MFH:		2018Q4
Sat, 31 Mar 2018
[ 18:26 flo search for other commits by this committer ] Original commit   Revision:466073 (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
- update to 5.7.21-20
- fix build with clang 6.0

PR:		226504
Approved by:	maintainer timeout (3 weeks)
Fri, 9 Mar 2018
[ 22:46 linimon search for other commits by this committer ] Original commit   Revision:464036
Add more information to stub error messages.

Remove BROKEN lines where IGNORE has already been set.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
Fri, 12 Jan 2018
[ 17:53 feld search for other commits by this committer ] Original commit   Revision:458861
databases/percona57: Fix build with SASL

If SASL is detected at build time it assumes you want SASL and also
errors due to assuming we're Linux. This was already patched in our tree
for MySQL.

Also enable SASL support by default for the databases/percona57-client.
This is expected to be the default by upstream now.

Special thanks to mmokhi for figuring this out for us.

PR:		220865
MFH:		2018Q1
Sun, 31 Dec 2017
[ 15:28 feld search for other commits by this committer ] Original commit   Revision:457697 (Only the first 10 of 13 ports in this commit are shown above. View all ports for this commit)
databases/percona57-{client,pam-for-mysql,server}: Update to 5.7.20-18

Release notes:
https://www.percona.com/doc/percona-server/5.7/release-notes/Percona-Server-5.7.20-18.html

MFH:		2017Q4
Sat, 1 Apr 2017
[ 15:11 bapt search for other commits by this committer ] Original commit   Revision:437438 (Only the first 10 of 22 ports in this commit are shown above. View all ports for this commit)
Update libedit to 20170329
Mon, 20 Feb 2017
[ 02:57 jbeich search for other commits by this committer ] Original commit   Revision:434427 (Only the first 10 of 136 ports in this commit are shown above. View all ports for this commit)
devel/libevent2: drop historical suffix after r362796

PR:		216777
Approved by:	mm (maintainer)
Sat, 4 Feb 2017
[ 07:56 jbeich search for other commits by this committer ] Original commit   Revision:433286 (Only the first 10 of 136 ports in this commit are shown above. View all ports for this commit)
devel/libevent2: update to 2.1.8 and cleanup

- DEFAULT_VERSIONS += ssl=openssl-devel is now supported
- devel/py-event and devel/p5-Event-Lib are marked BROKEN

Changes:	https://github.com/libevent/libevent/raw/release-2.1.8-stable/whatsnew-2.1.txt
Changes:	https://github.com/libevent/libevent/raw/release-2.1.8-stable/ChangeLog
PR:		216527
Exp-run by:	antoine
Approved by:	mm (maintainer)
Tue, 10 Jan 2017
[ 23:46 feld search for other commits by this committer ] Original commit   Revision:431143
databases/percona57: Add PORTREVISION to slave ports
[ 18:54 feld search for other commits by this committer ] Original commit   Revision:431126 (Only the first 10 of 62 ports in this commit are shown above. View all ports for this commit)
Welcome Percona 5.7 ports to the tree

- client and server version 5.7.16-10
- pam-for-mysql: compatible with newer MySQL API (MySQL 5.7+)

Thanks to all who have worked on Percona, MariaDB, and MySQL ports. Your
tireless efforts have been instrumental in making this port happen.

Differential Revision:	https://reviews.freebsd.org/D8785

Number of commits found: 20