notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

non port: databases/mariadb-server/Makefile

Number of commits found: 37

Thursday, 15 Oct 2015
14:55 mat search for other commits by this committer
Drop 8 support.

With hat:	portmgr
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3694
Original commitRevision:399346 
Monday, 17 Aug 2015
14:20 mat search for other commits by this committer
Remove UNIQUENAME and LATEST_LINK.

UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now,
we won't have conflicts there.

Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer
is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel
has the correct PKGNAME anyway.

Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called
OPTIONS_FILE now.)

Reviewed by:	antoine, bapt
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3336
Original commitRevision:394508 
Saturday, 18 Jul 2015
20:55 feld search for other commits by this committer
Bump PORTREVISION of the client and add pkg-message to warn about
CVE-2015-3152 which will not get patched

Security:	CVE-2015-3152
Security:	36bd352d-299b-11e5-86ff-14dae9d210b8
Original commitRevision:392451 
Thursday, 26 Mar 2015
19:24 feld search for other commits by this committer
Fix building on FreeBSD 10+
Fix conflicts between client, server, and script packages
Shebangfix

The plists now are closer aligned with the mysql51-* ports

PR:		197679
PR:		171338
Original commitRevision:382337 
Thursday, 5 Mar 2015
13:02 robak search for other commits by this committer
databases/mariadb-server: change MAINTAINER

- Change MAINTAINER to <spil.oss@gmail.com> (maintainer approved)

PR:		198305
Submitted by:	Geoffroy Desvernay <dgeo@centrale-marseille.fr>
Original commitRevision:380489 
Friday, 28 Nov 2014
11:33 marino search for other commits by this committer
databases/mariadb-(server,client): Update conflicts

PR:		194824
Submitted by:	Bernard Spil
Approved by:	maintainer timeout
Original commitRevision:373557 
Thursday, 4 Sep 2014
19:26 antoine search for other commits by this committer
Change INSTALL_DATA to install with mode 644
Remove patches and hacks that were used to work around the previous
situation
This allows to stage more ports as a regular user

Differential Revision:	https://reviews.freebsd.org/D703
Reviewed by and discussed with:	bapt
With hat:	portmgr
Original commitRevision:367307 
Saturday, 30 Aug 2014
20:08 tijl search for other commits by this committer
Add USES=libtool
Original commitRevision:366673 
Thursday, 24 Jul 2014
13:32 bapt search for other commits by this committer
Only use libevent2

Remove libevent as libevent2 is providing a good compatibility interface as well
as providing better performances.
Remove custom patches from libevent2 and install libevent2 the regular way
Mark ports abusing private fields of the libevent1 API as broken
Import a patch from fedora to have honeyd working with libevent2
Remove most of the patches necessary to find the custom installation we used to
have for libevent2

With hat:	portmgr
Original commitRevision:362796 
Wednesday, 19 Mar 2014
17:19 bapt search for other commits by this committer
Revert switch to libevent-2.0 (configure fails to properly discover it and I
don't have time to investigate)

Submitted by:	geoffroy desvernay <dgeo@centrale-marseille.fr> (maintainer)
Original commitRevision:348635 
Wednesday, 5 Mar 2014
18:29 bapt search for other commits by this committer
Support stage
Use libevent2 instead of libevent
Original commitRevision:347132 
Friday, 7 Feb 2014
11:44 bapt search for other commits by this committer
Chase boost and icu bump
While here convert some LIB_DEPENDS
Original commitRevision:343214 
Friday, 20 Dec 2013
11:57 antoine search for other commits by this committer
Fix LIB_DEPENDS
Original commitRevision:336999 
Wednesday, 11 Dec 2013
18:08 bapt search for other commits by this committer
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in databases
Original commitRevision:336187 
Thursday, 3 Oct 2013
23:18 flo search for other commits by this committer
- use unique package names
- stop using LATEST_LINK
- update CONFLICTS accordingly

Approved by:	maintainer
Original commitRevision:329247 
Sunday, 22 Sep 2013
14:18 bdrewery search for other commits by this committer
- Mark broken on 10

  manager.c:133:10: error: too few arguments to function call, expected 6, have
5
  hp = my_gethostbyname_r(host,&tmp_hostent,buff2,sizeof(buff2),
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  ./include/my_net.h:113:74: note: expanded from macro 'my_gethostbyname_r'
#define my_gethostbyname_r(A,B,C,D,E) gethostbyname_r((A),(B),(C),(D),(E))
  ~~~~~~~~~~~~~~~ ^
  /usr/include/netdb.h:250:1: note: 'gethostbyname_r' declared here
  int gethostbyname_r(const char *, struct hostent *, char *, size_t,
  ^
  1 warning and 1 error generated.
  *** Error code 1

PR:		ports/181833
Submitted by:	Geoffroy Desvernay <dgeo@centrale-marseille.fr> (maintainer)
Original commitRevision:327872 
Friday, 20 Sep 2013
16:13 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases)
Original commitRevision:327717 
Wednesday, 14 Aug 2013
22:35 ak search for other commits by this committer
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
Original commitRevision:324744 
Friday, 1 Feb 2013
22:42 flo search for other commits by this committer
- update databases/mariadb-server to 5.3.12 [1]
- update databases/mariadb55-server 5.5.29 [2]

PR:		ports/175764 [1]
PR:		ports/175767 [2]
Submitted by:	Geoffroy Desvernay <dgeo@centrale-marseille.fr> (maintainer) [1]
Submitted by:	Alexandr Kovalenko <never@nevermind.kiev.ua> (maintainer) [2]
Security:	8c773d7f-6cbb-11e2-b242-c8600054b392
Original commitRevision:311404 
Thursday, 17 Jan 2013
16:43 flo search for other commits by this committer
Update CONFLCITS after the addition of percona55-* and mariadb55-*

Approved by:	maintainer
Original commitRevision:310554 
Thursday, 10 Jan 2013
23:42 flo search for other commits by this committer
- fix databases/mariadb-{server,client} by adding MYSQL_VER 53m. This was
  broken by r309955. [1]
- remove MYSQL_VER 53, database/mariadb-* where the only ports to use it.
- sort

PR:		ports/175180
Submitted by:	Geoffroy Desvernay <dgeo@centrale-marseille.fr>
		Jeff Wheelhouse
Original commitRevision:310210 
Saturday, 1 Dec 2012
05:13 delphij search for other commits by this committer
Update to 5.3.11.

PR:		ports/173623
Submitted by:	Geoffroy Desvernay <dgeo centrale-marseille.fr> (maintainer)
Security:	CVE-2012-5579
Feature safe:	yes
Original commitRevision:308062 
Monday, 8 Oct 2012
10:38 dougb search for other commits by this committer
Throw my ports back in the pool, and make my intentions clear for the
various ports that I've created.

I bid fond fare well
A chapter closes for me
What opens for you?
Original commitRevision:305526 
Monday, 17 Sep 2012
18:13 bdrewery search for other commits by this committer
- Restore PORTREVISION?=0 in case slave ports need
  to be bumped independently
Original commitRevision:304414 
Thursday, 13 Sep 2012
12:31 bdrewery search for other commits by this committer
- Update mariadb to 5.3.8
- Add MAXKEY option to change default max key length
  from 1000 to 4000
- Convert to new options framework

PR:		ports/171227
Submitted by:	Geoffroy Desvernay <dgeo@centrale-marseille.fr> (maintainer)
Original commitRevision:304203 
Monday, 18 Jun 2012
00:07 sylvio search for other commits by this committer
- Update to 5.3.7

PR:             ports/168351
Submitted by:   Geoffroy Desvernay <dgeo@centrale-marseille.fr> (maintainer)
Original commit
Sunday, 29 Apr 2012
10:28 dhn search for other commits by this committer
- Update pkg-plist

PR:             ports/167413
Submitted by:   Geoffroy Desvernay <dgeo@centrale-marseille.fr> (maintainer)
Original commit
Friday, 20 Apr 2012
21:56 delphij search for other commits by this committer
Update to 5.3.6.

PR:             ports/167125
Submitted by:   maintainer (with approved plist changes)
Original commit
Thursday, 5 Jan 2012
02:13 dougb search for other commits by this committer
Upgrade to version 5.2.10:

* Introduce a PAM authentication plugin
* Various bug fixes

For the rc.d script, add the ability to run multiple instances

PR:             ports/161883
Submitted by:   Geoffroy Desvernay <dgeo@centrale-marseille.fr> (maintainer)
Original commit
Thursday, 29 Sep 2011
23:20 dougb search for other commits by this committer
Update to 5.2.9

PR:             ports/161135
Submitted by:   maintainer
Original commit
Wednesday, 7 Sep 2011
09:17 dougb search for other commits by this committer
- Update to 5.2.8
- Change default option STATIC to "no" (build fails on 9.x)
- Update mirrors list

- Pet portlint

PR:             ports/160537
Submitted by:   maintainer Geoffroy Desvernay <dgeo@centrale-marseille.fr>
Original commit
Saturday, 25 Jun 2011
07:34 dougb search for other commits by this committer
For some reason PKGNAMESUFFIX is not added to UNIQUENAME, so force it.

This fixes -client and -server both creating ${LDCONFIG_DIR}/mariadb,
as well as allowing different /var/db/ports/directories which is good
since -client and -server have different options.

It's probably not strictly necessary to apply this change to -scripts,
but do it anyway for consistency.
Original commit
Wednesday, 22 Jun 2011
19:37 dougb search for other commits by this committer
Update to version 5.2.7 [1]

Make -server and -scripts ports dependent on -client [2]

Indicate that the STATIC option is broken on 9.x [3]

PR:             ports/158089 [1]
Submitted by:   maintainer [1]
Submitted by:   ale [2]
Approved by:    maintainer [2,3]
Original commit
Tuesday, 7 Jun 2011
07:11 dougb search for other commits by this committer
Split databases/mariadb into -client, -scripts, and -server ports

Upgrade to version 5.2.6 [1]

Bring default compilation options into line with standard mariadb releases,
per http://kb.askmonty.org/v/generic-build-instructions [1]

Submitted by:   maintainer [1]
Approved by:    maintainer
Original commit
Saturday, 4 Jun 2011
08:24 dougb search for other commits by this committer
Working version, still marked IGNORE pending maintainer's approval
Original commit
Thursday, 2 Jun 2011
06:16 dougb search for other commits by this committer
These aren't ready for use yet, just checking in my WIP
Original commit
Monday, 30 May 2011
03:19 dougb search for other commits by this committer
Forced commit to indicate that these files were repo-copied from mariadb
Original commit

Number of commits found: 37