non port: databases/mariadb-server/Makefile |
SVNWeb
|
Number of commits found: 37 |
Thu, 15 Oct 2015
|
[ 14:55 mat ] (Only the first 10 of 135 ports in this commit are shown above. )
Drop 8 support.
With hat: portmgr
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3694
|
Mon, 17 Aug 2015
|
[ 14:20 mat ] (Only the first 10 of 271 ports in this commit are shown above. )
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
|
Sat, 18 Jul 2015
|
[ 20:55 feld ]
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
|
Thu, 26 Mar 2015
|
[ 19:24 feld ]
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
|
Thu, 5 Mar 2015
|
[ 13:02 robak ]
databases/mariadb-server: change MAINTAINER
- Change MAINTAINER to <spil.oss@gmail.com> (maintainer approved)
PR: 198305
Submitted by: Geoffroy Desvernay <dgeo@centrale-marseille.fr>
|
Fri, 28 Nov 2014
|
[ 11:33 marino ]
databases/mariadb-(server,client): Update conflicts
PR: 194824
Submitted by: Bernard Spil
Approved by: maintainer timeout
|
Thu, 4 Sep 2014
|
[ 19:26 antoine ] (Only the first 10 of 63 ports in this commit are shown above. )
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
|
Sat, 30 Aug 2014
|
[ 20:08 tijl ]
Add USES=libtool
|
Thu, 24 Jul 2014
|
[ 13:32 bapt ] (Only the first 10 of 84 ports in this commit are shown above. )
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
|
Wed, 19 Mar 2014
|
[ 17:19 bapt ]
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)
|
Wed, 5 Mar 2014
|
[ 18:29 bapt ]
Support stage
Use libevent2 instead of libevent
|
Fri, 7 Feb 2014
|
[ 11:44 bapt ] (Only the first 10 of 229 ports in this commit are shown above. )
Chase boost and icu bump
While here convert some LIB_DEPENDS
|
Fri, 20 Dec 2013
|
[ 11:57 antoine ]
Fix LIB_DEPENDS
|
Wed, 11 Dec 2013
|
[ 18:08 bapt ] (Only the first 10 of 103 ports in this commit are shown above. )
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in databases
|
Thu, 3 Oct 2013
|
[ 23:18 flo ] (Only the first 10 of 16 ports in this commit are shown above. )
- use unique package names
- stop using LATEST_LINK
- update CONFLICTS accordingly
Approved by: maintainer
|
Sun, 22 Sep 2013
|
[ 14:18 bdrewery ]
- 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)
|
Fri, 20 Sep 2013
|
[ 16:13 bapt ] (Only the first 10 of 927 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases)
|
Wed, 14 Aug 2013
|
[ 22:35 ak ] (Only the first 10 of 1725 ports in this commit are shown above. )
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery)
|
Fri, 1 Feb 2013
|
[ 22:42 flo ]
- 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
|
Thu, 17 Jan 2013
|
[ 16:43 flo ]
Update CONFLCITS after the addition of percona55-* and mariadb55-*
Approved by: maintainer
|
Thu, 10 Jan 2013
|
[ 23:42 flo ]
- 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
|
Sat, 1 Dec 2012
|
[ 05:13 delphij ]
Update to 5.3.11.
PR: ports/173623
Submitted by: Geoffroy Desvernay <dgeo centrale-marseille.fr> (maintainer)
Security: CVE-2012-5579
Feature safe: yes
|
Mon, 8 Oct 2012
|
[ 10:38 dougb ] (Only the first 10 of 45 ports in this commit are shown above. )
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?
|
Mon, 17 Sep 2012
|
[ 18:13 bdrewery ]
- Restore PORTREVISION?=0 in case slave ports need
to be bumped independently
|
Thu, 13 Sep 2012
|
[ 12:31 bdrewery ]
- 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)
|
Mon, 18 Jun 2012
|
[ 00:07 sylvio ]
- Update to 5.3.7
PR: ports/168351
Submitted by: Geoffroy Desvernay <dgeo@centrale-marseille.fr> (maintainer)
|
Sun, 29 Apr 2012
|
[ 10:28 dhn ]
- Update pkg-plist
PR: ports/167413
Submitted by: Geoffroy Desvernay <dgeo@centrale-marseille.fr> (maintainer)
|
Fri, 20 Apr 2012
|
[ 21:56 delphij ]
Update to 5.3.6.
PR: ports/167125
Submitted by: maintainer (with approved plist changes)
|
Thu, 5 Jan 2012
|
[ 02:13 dougb ]
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)
|
Thu, 29 Sep 2011
|
[ 23:20 dougb ]
Update to 5.2.9
PR: ports/161135
Submitted by: maintainer
|
Wed, 7 Sep 2011
|
[ 09:17 dougb ]
- 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>
|
Sat, 25 Jun 2011
|
[ 07:34 dougb ]
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.
|
Wed, 22 Jun 2011
|
[ 19:37 dougb ]
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]
|
Tue, 7 Jun 2011
|
[ 07:11 dougb ] (Only the first 10 of 18 ports in this commit are shown above. )
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
|
Sat, 4 Jun 2011
|
[ 08:24 dougb ] (Only the first 10 of 12 ports in this commit are shown above. )
Working version, still marked IGNORE pending maintainer's approval
|
Thu, 2 Jun 2011
|
[ 06:16 dougb ] (Only the first 10 of 23 ports in this commit are shown above. )
These aren't ready for use yet, just checking in my WIP
|
Mon, 30 May 2011
|
[ 03:19 dougb ] (Only the first 10 of 24 ports in this commit are shown above. )
Forced commit to indicate that these files were repo-copied from mariadb
|
Number of commits found: 37 |