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) combination for a given watch list. This is what FreshPorts will look for.

non port: databases/percona55-server/Makefile

Number of commits found: 62

Sunday, 11 Apr 2021
21:42 Florian Smeets (flo) search for other commits by this committer
Remove Percona Server for MySQL 5.5, it is EOL upstream
commit hash: 1ac77b72c03c3ac28743d9b8bc40c628dca48693 commit hash: 1ac77b72c03c3ac28743d9b8bc40c628dca48693 commit hash: 1ac77b72c03c3ac28743d9b8bc40c628dca48693 commit hash: 1ac77b72c03c3ac28743d9b8bc40c628dca48693 1ac77b7
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Monday, 1 Feb 2021
19:56 antoine search for other commits by this committer
Do not include bsd.port.options.mk twice
Original commitRevision:563755 
Wednesday, 18 Mar 2020
15:01 pkubaj search for other commits by this committer
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.
Original commitRevision:528651 
Wednesday, 9 Oct 2019
10:34 bapt search for other commits by this committer
Drop the ipv6 virtual category for d* category as it is not relevant anymore
Original commitRevision:514130 
Friday, 26 Jul 2019
20:46 gerald search for other commits by this committer
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
Original commitRevision:507372 
Wednesday, 5 Jun 2019
09:12 antoine search for other commits by this committer
Unbreak

Pointy hat:	pkubaj
Original commitRevision:503504 
09:07 pkubaj search for other commits by this committer
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)
Original commitRevision:503501 
Tuesday, 9 Apr 2019
14:04 sunpoet search for other commits by this committer
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
Original commitRevision:498476 
Friday, 15 Mar 2019
09:04 tobik search for other commits by this committer
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)
Original commitRevision:495779 
Tuesday, 25 Dec 2018
20:25 tcberner search for other commits by this committer
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
Original commitRevision:488341 
Saturday, 10 Nov 2018
18:12 bapt search for other commits by this committer
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
Original commitRevision:484628 
Sunday, 9 Sep 2018
20:14 flo search for other commits by this committer
Update to 5.5.61-38.13

PR:		230932
Submitted by:	Sergey Akhmatov <sergey@akhmatov.ru>
Original commitRevision:479333 
Friday, 18 May 2018
19:51 flo search for other commits by this committer
Fix rc scripts after r328331 in head.

PR:		227234, 227235
Submitted by:	0mp
Original commitRevision:470324 
19:24 flo search for other commits by this committer
Update to 5.5.60-38.12

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

PR:		225587
Submitted by:	Sergey Akhmatov <sergey@akhmatov.ru>
MFH:		2018Q1
Security:	e3445736-fd01-11e7-ac58-b499baebfeaf
Original commitRevision:461609 
Saturday, 16 Dec 2017
20:16 flo search for other commits by this committer
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
Original commitRevision:456485 
Monday, 14 Aug 2017
05:37 vd search for other commits by this committer
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
databases/mysql57-server
databases/mysql80-server
databases/percona55-server
databases/percona56-server
databases/percona57-server

There is not going to be mysqlwsrep*-client* ports (because the vanilla
mysql*-client* ports suffice), so the entry in CONFLICTS just reads
mysqlwsrep*.

PR:		220791
Submitted by:	vd
Approved by:	brnrd, ale (maintainer timeout), feld (maintainer timeout), flo,
mmokhi, koobs
Original commitRevision:447926 
Sunday, 23 Jul 2017
13:58 feld search for other commits by this committer
databases/percona55-server percona56-server:

Fix OPENSSL option to actually enable linking with OpenSSL

MFH:		2017Q3
Differential Revision:	https://reviews.freebsd.org/D9122
Original commitRevision:446475 
Tuesday, 27 Jun 2017
13:46 sunpoet search for other commits by this committer
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
Original commitRevision:444463 
Sunday, 25 Jun 2017
21:07 tcberner search for other commits by this committer
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
Original commitRevision:444324 
Monday, 13 Mar 2017
21:32 flo search for other commits by this committer
Update to 5.5.54-38.6
Original commitRevision:436110 
Thursday, 15 Sep 2016
01:41 swills search for other commits by this committer
Unmark broken on powerpc64

These ports built successfully
Original commitRevision:422175 
Tuesday, 13 Sep 2016
07:31 flo search for other commits by this committer
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
Original commitRevision:421982 
Saturday, 23 Apr 2016
14:10 flo search for other commits by this committer
Update to 5.5.48-37.8
Original commitRevision:413874 
Thursday, 21 Apr 2016
16:43 swills search for other commits by this committer
many ports: mark broken on powerpc64
Original commitRevision:413746 
Friday, 6 Nov 2015
17:10 flo search for other commits by this committer
- update to 5.5.46-37.5
- fix permission on db dir [1]

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

Committed from:	Essen FreeBSD Hackathon
Original commitRevision:392879 
Sunday, 7 Jun 2015
20:54 flo search for other commits by this committer
Update to 5.5.43-37.2
Original commitRevision:388781 
Wednesday, 21 Jan 2015
23:38 flo search for other commits by this committer
Update to 5.5.41-37.0

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

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

Submitted by:	Daniel Ylitalo <daniel@203core.se>
Original commitRevision:349059 
Sunday, 19 Jan 2014
20:21 flo search for other commits by this committer
- Update to 5.5.35-33.0
- Pet portlint

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

Reported by:	Dmitriy Simakov <basilio@j-vista.ru>
Original commitRevision:336956 
Monday, 28 Oct 2013
19:00 flo search for other commits by this committer
Remove debuging leftovers
Original commitRevision:331890 
18:15 flo search for other commits by this committer
- update to 5.5.34-32.0
- support stageing
Original commitRevision:331877 
Sunday, 6 Oct 2013
13:42 flo search for other commits by this committer
- merge r329549 by marino from mysql55 (use shebangfix)
Original commitRevision:329564 
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 
Monday, 30 Sep 2013
20:47 flo search for other commits by this committer
Update to 5.5.33.31.1
Original commitRevision:328871 
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 
Saturday, 13 Jul 2013
15:19 flo search for other commits by this committer
Update to 5.5.32.31.0
Original commitRevision:322935 
Saturday, 25 May 2013
00:31 flo search for other commits by this committer
Update to 5.5.31.30.3
Original commitRevision:319020 
Thursday, 18 Apr 2013
21:45 flo search for other commits by this committer
Update to 5.5.30.30.2

Feature safe:	yes
Original commitRevision:316075 
Friday, 22 Mar 2013
20:06 makc search for other commits by this committer
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
  for users

Approved by:	portmgr (miwi)
Original commitRevision:314960 
Friday, 8 Mar 2013
22:58 flo search for other commits by this committer
Update to 5.5.30.30.1
Original commitRevision:313679 
11:32 bapt search for other commits by this committer
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
Original commitRevision:313635 
Sunday, 3 Mar 2013
08:56 flo search for other commits by this committer
Update to 5.5.29.30.0
Original commitRevision:313332 
Thursday, 24 Jan 2013
21:55 flo search for other commits by this committer
- 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.
Original commitRevision:310950 
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:24 flo search for other commits by this committer
Set the correct MAINTAINER, not sure how this slipped through. All bugs are
mine...
Original commitRevision:310209 
23:18 flo search for other commits by this committer
Update to 5.5.28.29.3
Original commitRevision:310208 
Friday, 28 Dec 2012
19:17 flo search for other commits by this committer
Add Percona Server

Percona Server is an enhanced drop-in replacement for MySQL

Approved by:	portmgr (bapt)
Initial patches by:	pgollucci
Original commitRevision:309579 
Monday, 20 Aug 2012
23:04 linimon search for other commits by this committer
Remove abandoned repocopies of percona55-*.  Now that we are on svn, it
makes no sense to leave repocopy artifacts lying around.

Hat:		portmgr
Original commit
Sunday, 5 Aug 2012
23:19 dougb search for other commits by this committer
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
Original commit
Wednesday, 23 May 2012
18:53 pgollucci search for other commits by this committer
- Update the (unconnected) percona ports to be percona instead of MySQL

PR:             ports/164072 (part I)
Original commit

Number of commits found: 62