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/percona55-server/Makefile
SVNWeb

Number of commits found: 62

Sun, 11 Apr 2021
[ 21:42 Florian Smeets (flo) search for other commits by this committer ]    commit hash:1ac77b72c03c3ac28743d9b8bc40c628dca48693  commit hash:1ac77b72c03c3ac28743d9b8bc40c628dca48693  commit hash:1ac77b72c03c3ac28743d9b8bc40c628dca48693  1ac77b7  (Only the first 10 of 40 ports in this commit are shown above. View all ports for this commit)
Remove Percona Server for MySQL 5.5, it is EOL upstream
Wed, 7 Apr 2021
[ 08:09 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  cf118cc  (Only the first 10 of 8873 ports in this commit are shown above. View all ports for this commit)
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
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.
Mon, 1 Feb 2021
[ 19:56 antoine search for other commits by this committer ] Original commit   Revision:563755
Do not include bsd.port.options.mk twice
Wed, 18 Mar 2020
[ 15:01 pkubaj search for other commits by this committer ] Original commit   Revision:528651
databases/percona55-server: fix build on powerpc64 elfv2

Due to Clang's bug (reported upstream), use GCC on powerpc64 elfv2. Since libc++
requires C++11 compatibility when used with GCC, force C++11.
Wed, 9 Oct 2019
[ 10:34 bapt search for other commits by this committer ] Original commit   Revision:514130 (Only the first 10 of 42 ports in this commit are shown above. View all ports for this commit)
Drop the ipv6 virtual category for d* category as it is not relevant anymore
Fri, 26 Jul 2019
[ 20:46 gerald search for other commits by this committer ] Original commit   Revision:507372 (Only the first 10 of 3853 ports in this commit are shown above. View all ports for this commit)
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
Wed, 5 Jun 2019
[ 09:12 antoine search for other commits by this committer ] Original commit   Revision:503504
Unbreak

Pointy hat:	pkubaj
[ 09:07 pkubaj search for other commits by this committer ] Original commit   Revision:503501
databases/percona55-server: fix build

Requires C11 features:
/wrkdirs/usr/ports/databases/percona55-server/work/percona-server-5.5.61-38.13/storage/innobase/include/os0sync.h:386:4:
error: #error "Unsupported platform"

Approved by:	mentors (implicit approval)
Tue, 9 Apr 2019
[ 14:04 sunpoet search for other commits by this committer ] Original commit   Revision:498476 (Only the first 10 of 289 ports in this commit are shown above. View all ports for this commit)
Update devel/readline to 8.0

- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://tiswww.case.edu/php/chet/readline/CHANGES
PR:		236156
Exp-run by:	antoine
Fri, 15 Mar 2019
[ 09:04 tobik search for other commits by this committer ] Original commit   Revision:495779
databases/percona55-server: Attempt to fix OPENSSL option after r446475

Options helpers are ineffective when set after bsd.port.options.mk.
Since this port is not using helpers in the first place append to
USES directly.

Reported by:	tobik (in D19553)
Tue, 25 Dec 2018
[ 20:25 tcberner search for other commits by this committer ] Original commit   Revision:488341 (Only the first 10 of 1277 ports in this commit are shown above. View all ports for this commit)
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
Sat, 10 Nov 2018
[ 18:12 bapt search for other commits by this committer ] Original commit   Revision:484628 (Only the first 10 of 386 ports in this commit are shown above. View all ports for this commit)
Install texinfo files (GNU info) into ${PREFIX}/share/info

After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.

Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.

Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them

Bump revision of all impacted ports

PR:		232907
exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D17816
Sun, 9 Sep 2018
[ 20:14 flo search for other commits by this committer ] Original commit   Revision:479333
Update to 5.5.61-38.13

PR:		230932
Submitted by:	Sergey Akhmatov <sergey@akhmatov.ru>
Fri, 18 May 2018
[ 19:51 flo search for other commits by this committer ] Original commit   Revision:470324
Fix rc scripts after r328331 in head.

PR:		227234, 227235
Submitted by:	0mp
[ 19:24 flo search for other commits by this committer ] Original commit   Revision:470320
Update to 5.5.60-38.12

PR:		228336
Submitted by:	Sergey Akhmatov <sergey@akhmatov.ru>
Security:	57aec168-453e-11e8-8777-b499baebfeaf
Thu, 26 Apr 2018
[ 17:49 flo search for other commits by this committer ] Original commit   Revision:468361
Make this compile with clang 6.0
Mon, 12 Feb 2018
[ 18:31 flo search for other commits by this committer ] Original commit   Revision:461609
Update to 5.5.59-38.11

PR:		225587
Submitted by:	Sergey Akhmatov <sergey@akhmatov.ru>
MFH:		2018Q1
Security:	e3445736-fd01-11e7-ac58-b499baebfeaf
Sat, 16 Dec 2017
[ 20:16 flo search for other commits by this committer ] Original commit   Revision:456485
Update to 5.5.58-38.10

PR:		222619
Submitted by:	sergey <sergey@akhmatov.ru>
MFH:		2017Q4
Security:	https://vuxml.freebsd.org/freebsd/c41bedfd-b3f9-11e7-ac58-b499baebfeaf.html
Mon, 14 Aug 2017
[ 05:37 vd search for other commits by this committer ] Original commit   Revision:447926 (Only the first 10 of 11 ports in this commit are shown above. View all ports for this commit)
MySQL ports: Extend CONFLICTS_INSTALL in conflicting ports.

databases/mysqlwsrep56-server has been present for some time and
databases/mysqlwsrep57-server has been added recently. Both ports
conflict with other MySQL server ports and this has been reflected
in databases/mysqlwsrep5[67]-server/Makefile but must also be
reflected in all conflicting ports' Makefiles as well.

The conflicting ports are:
databases/mariadb100-server
databases/mariadb101-server
databases/mariadb102-server
databases/mariadb55-server
databases/mysql55-server
databases/mysql56-server
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sun, 23 Jul 2017
[ 13:58 feld search for other commits by this committer ] Original commit   Revision:446475
databases/percona55-server percona56-server:

Fix OPENSSL option to actually enable linking with OpenSSL

MFH:		2017Q3
Differential Revision:	https://reviews.freebsd.org/D9122
Tue, 27 Jun 2017
[ 13:46 sunpoet search for other commits by this committer ] Original commit   Revision:444463 (Only the first 10 of 252 ports in this commit are shown above. View all ports for this commit)
Update devel/readline to 7.0 patch 3

- Bump PORTREVISION for shlib change

Changes:	https://cnswww.cns.cwru.edu/php/chet/readline/CHANGES
		https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00107.html
		https://lists.gnu.org/archive/html/bug-readline/2017-01/msg00002.html
Differential Revision:	https://reviews.freebsd.org/D11172
PR:		219947
Exp-run by:	antoine
Sun, 25 Jun 2017
[ 21:07 tcberner search for other commits by this committer ] Original commit   Revision:444324 (Only the first 10 of 115 ports in this commit are shown above. View all ports for this commit)
Make ninja opt-out in cmake.mk

Using ninja instead of make (1) can lead to significant speed ups while
building.
Therefore switch from having the ninja generator opt-in to having it opt-out.

Previously cmake-ports that wanted to use ninja could set
    CMAKE_NINJA=yes
now, ports that do not work with ninja can set
    cmake:<existing args>,noninja
Note, that needing this should be an exception and most often points to a broken
cmake of the port.

The ports using cmake were modified
* removed USES=gmake, if ninja is used
* removed MAKE_ARGS, if ninja is used
* added the cmake-argument noninja if necessary

PR:		219629
PR:		213331
Exp-run by:	antoine
Reviewed by:	rakuco
Differential Revision:	https://reviews.freebsd.org/D10748
Mon, 13 Mar 2017
[ 21:32 flo search for other commits by this committer ] Original commit   Revision:436110
Update to 5.5.54-38.6
Thu, 15 Sep 2016
[ 01:41 swills search for other commits by this committer ] Original commit   Revision:422175 (Only the first 10 of 193 ports in this commit are shown above. View all ports for this commit)
Unmark broken on powerpc64

These ports built successfully
Tue, 13 Sep 2016
[ 07:31 flo search for other commits by this committer ] Original commit   Revision:421982
Update to 5.5.51-38.1

Security:	https://www.percona.com/blog/2016/09/12/percona-server-critical-update-cve-2016-6662/
MFH:		2016Q3
Sat, 23 Apr 2016
[ 14:10 flo search for other commits by this committer ] Original commit   Revision:413874
Update to 5.5.48-37.8
Thu, 21 Apr 2016
[ 16:43 swills search for other commits by this committer ] Original commit   Revision:413746 (Only the first 10 of 419 ports in this commit are shown above. View all ports for this commit)
many ports: mark broken on powerpc64
Fri, 6 Nov 2015
[ 17:10 flo search for other commits by this committer ] Original commit   Revision:400946
- update to 5.5.46-37.5
- fix permission on db dir [1]

PR:		204144 [1]
Reported by:	<sergey@akhmatov.ru> [1]
Sat, 25 Jul 2015
[ 11:51 flo search for other commits by this committer ] Original commit   Revision:392879
Update to 5.5.44-37.3

Committed from:	Essen FreeBSD Hackathon
Sun, 7 Jun 2015
[ 20:54 flo search for other commits by this committer ] Original commit   Revision:388781
Update to 5.5.43-37.2
Wed, 21 Jan 2015
[ 23:38 flo search for other commits by this committer ] Original commit   Revision:377635
Update to 5.5.41-37.0

MFH:		2015Q1
Tue, 25 Nov 2014
[ 11:27 flo search for other commits by this committer ] Original commit   Revision:373398
Update to 5.5.40-36.1
Update CONFLICTS [1]

PR:		194820 [1]
Submitted by:	Bernard Spil <spil.oss@gmail.com> [1]
Sun, 6 Jul 2014
[ 12:10 flo search for other commits by this committer ] Original commit   Revision:360885
Update to 5.5.38-35.2
Tue, 1 Jul 2014
[ 23:05 bapt search for other commits by this committer ] Original commit   Revision:360112
Deserves the same punishment as mysql55 for readline support
[ 12:22 bapt search for other commits by this committer ] Original commit   Revision:359981
Fix build with readline from ports
Mon, 24 Mar 2014
[ 20:16 flo search for other commits by this committer ] Original commit   Revision:349059
- Update to 5.5.36-34.1
- Also pass --defaults-extra-file to mysql_install_db [1]

Submitted by:	Daniel Ylitalo <daniel@203core.se>
Sun, 19 Jan 2014
[ 20:21 flo search for other commits by this committer ] Original commit   Revision:340348
- Update to 5.5.35-33.0
- Pet portlint

PR:		ports/185889
Submitted by:	Jim Ohlstein <jim@selenium.jlkhosting.com>
Sat, 21 Dec 2013
[ 00:25 flo search for other commits by this committer ] Original commit   Revision:337107
Don't use the LATEST link. This fixes the issue that these ports became
unfetchable after every upstream update.
Thu, 19 Dec 2013
[ 20:07 flo search for other commits by this committer ] Original commit   Revision:336956
Fix fetch

Reported by:	Dmitriy Simakov <basilio@j-vista.ru>
Mon, 28 Oct 2013
[ 19:00 flo search for other commits by this committer ] Original commit   Revision:331890
Remove debuging leftovers
[ 18:15 flo search for other commits by this committer ] Original commit   Revision:331877
- update to 5.5.34-32.0
- support stageing
Sun, 6 Oct 2013
[ 13:42 flo search for other commits by this committer ] Original commit   Revision:329564
- merge r329549 by marino from mysql55 (use shebangfix)
Thu, 3 Oct 2013
[ 23:18 flo search for other commits by this committer ] Original commit   Revision:329247 (Only the first 10 of 16 ports in this commit are shown above. View all ports for this commit)
- use unique package names
- stop using LATEST_LINK
- update CONFLICTS accordingly

Approved by:	maintainer
Mon, 30 Sep 2013
[ 20:47 flo search for other commits by this committer ] Original commit   Revision:328871
Update to 5.5.33.31.1
Fri, 20 Sep 2013
[ 16:13 bapt search for other commits by this committer ] Original commit   Revision:327717 (Only the first 10 of 927 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases)
Wed, 14 Aug 2013
[ 22:35 ak search for other commits by this committer ] Original commit   Revision:324744 (Only the first 10 of 1725 ports in this commit are shown above. View all ports for this commit)
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
Sat, 13 Jul 2013
[ 15:19 flo search for other commits by this committer ] Original commit   Revision:322935
Update to 5.5.32.31.0
Sat, 25 May 2013
[ 00:31 flo search for other commits by this committer ] Original commit   Revision:319020
Update to 5.5.31.30.3
Thu, 18 Apr 2013
[ 21:45 flo search for other commits by this committer ] Original commit   Revision:316075
Update to 5.5.30.30.2

Feature safe:	yes
Fri, 22 Mar 2013
[ 20:06 makc search for other commits by this committer ] Original commit   Revision:314960 (Only the first 10 of 464 ports in this commit are shown above. View all ports for this commit)
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
  for users

Approved by:	portmgr (miwi)
Fri, 8 Mar 2013
[ 22:58 flo search for other commits by this committer ] Original commit   Revision:313679
Update to 5.5.30.30.1
[ 11:32 bapt search for other commits by this committer ] Original commit   Revision:313635 (Only the first 10 of 209 ports in this commit are shown above. View all ports for this commit)
Convert USE_BISON to USES= bison

It brings bison as a build dependency in case it is set the following way:
USES= bison or USES= bison:build

it brings bison as a run dependency in case it is set the following way:
USES= bison:run

it brings bison both as a run and build dependency in case it the set the
following way:
USES= bison:both

While here trim some headers
Convert some USE_GNOME= gnomehack to USES= pathfix
Sun, 3 Mar 2013
[ 08:56 flo search for other commits by this committer ] Original commit   Revision:313332
Update to 5.5.29.30.0
Thu, 24 Jan 2013
[ 21:55 flo search for other commits by this committer ] Original commit   Revision:310950
- update to 5.5.29.29.4
- use a fixed location as MASTER_SITE to prevent the port becoming
  unfetchable everytime a new version is released.
Thu, 17 Jan 2013
[ 16:43 flo search for other commits by this committer ] Original commit   Revision:310554
Update CONFLCITS after the addition of percona55-* and mariadb55-*

Approved by:	maintainer
Thu, 10 Jan 2013
[ 23:24 flo search for other commits by this committer ] Original commit   Revision:310209
Set the correct MAINTAINER, not sure how this slipped through. All bugs are
mine...
[ 23:18 flo search for other commits by this committer ] Original commit   Revision:310208
Update to 5.5.28.29.3
Fri, 28 Dec 2012
[ 19:17 flo search for other commits by this committer ] Original commit   Revision:309579 (Only the first 10 of 43 ports in this commit are shown above. View all ports for this commit)
Add Percona Server

Percona Server is an enhanced drop-in replacement for MySQL

Approved by:	portmgr (bapt)
Initial patches by:	pgollucci
Mon, 20 Aug 2012
[ 23:04 linimon search for other commits by this committer ] Original commit  (Only the first 10 of 33 ports in this commit are shown above. View all ports for this commit)
Remove abandoned repocopies of percona55-*.  Now that we are on svn, it
makes no sense to leave repocopy artifacts lying around.

Hat:		portmgr
Sun, 5 Aug 2012
[ 23:19 dougb search for other commits by this committer ] Original commit  (Only the first 10 of 936 ports in this commit are shown above. View all ports for this commit)
Move the rc.d scripts of the form *.sh.in to *.in

Where necessary add $FreeBSD$ to the file

No PORTREVISION bump necessary because this is a no-op
Wed, 23 May 2012
[ 18:53 pgollucci search for other commits by this committer ] Original commit 
- Update the (unconnected) percona ports to be percona instead of MySQL

PR:             ports/164072 (part I)

Number of commits found: 62