Commit graph

371 commits

Author SHA1 Message Date
Florian Smeets
c0228e6c03 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
2017-12-16 20:16:05 +00:00
Vasil Dimov
c6ff8e4970 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
2017-08-14 05:37:21 +00:00
Mark Felder
fc2e966935 databases/percona55-server percona56-server:
Fix OPENSSL option to actually enable linking with OpenSSL

MFH:		2017Q3
Differential Revision:	https://reviews.freebsd.org/D9122
2017-07-23 13:58:45 +00:00
Sunpoet Po-Chuan Hsieh
cb037d3c98 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
2017-06-27 13:46:53 +00:00
Tobias C. Berner
5e373eaa92 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
2017-06-25 21:07:58 +00:00
Florian Smeets
386cf298d4 Update to 5.5.54-38.6 2017-03-13 21:32:03 +00:00
Steve Wills
149ba7338a Unmark broken on powerpc64
These ports built successfully
2016-09-15 01:41:28 +00:00
Florian Smeets
8a7b05b1cc 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
2016-09-13 07:31:25 +00:00
Florian Smeets
95654011b7 Update to 5.5.48-37.8 2016-04-23 14:10:25 +00:00
Steve Wills
86cd4fbe5a many ports: mark broken on powerpc64 2016-04-21 16:43:14 +00:00
Florian Smeets
60b1cd50e9 - update to 5.5.46-37.5
- fix permission on db dir [1]

PR:		204144 [1]
Reported by:	<sergey@akhmatov.ru> [1]
2015-11-06 17:10:17 +00:00
Florian Smeets
8bb2d067fb Update to 5.5.44-37.3
Committed from:	Essen FreeBSD Hackathon
2015-07-25 11:51:29 +00:00
Florian Smeets
23d1c02a59 Update to 5.5.43-37.2 2015-06-07 20:54:24 +00:00
Florian Smeets
c14bb80a68 Update to 5.5.41-37.0
MFH:		2015Q1
2015-01-21 23:38:27 +00:00
Florian Smeets
ca199c0364 Update to 5.5.40-36.1
Update CONFLICTS [1]

PR:		194820 [1]
Submitted by:	Bernard Spil <spil.oss@gmail.com> [1]
2014-11-25 11:27:57 +00:00
Baptiste Daroussin
3edc030b9f Cleanup plist 2014-10-20 10:41:12 +00:00
Baptiste Daroussin
64f1991bcd Remove now useless @cwd and @stopdaemon 2014-09-02 14:38:05 +00:00
Florian Smeets
18be6d5f44 Update to 5.5.38-35.2 2014-07-06 12:10:43 +00:00
Baptiste Daroussin
cca3c8eb1c Deserves the same punishment as mysql55 for readline support 2014-07-01 23:05:06 +00:00
Baptiste Daroussin
f85a534244 Fix build with readline from ports 2014-07-01 12:22:05 +00:00
Florian Smeets
3400b2d230 Remove 2 duplicates from pkg-plist
Reported by:	Jenkins (swills)
2014-06-17 09:04:43 +00:00
Florian Smeets
7d3a9f4fa1 Update pkg-descr and point to the correct URL
Reported by:	Ronald Klop <ronald@klop.ws>
2014-06-12 18:44:43 +00:00
Florian Smeets
c141a2e8c1 - Update to 5.5.36-34.1
- Also pass --defaults-extra-file to mysql_install_db [1]

Submitted by:	Daniel Ylitalo <daniel@203core.se>
2014-03-24 20:16:31 +00:00
Florian Smeets
0dd36d6e5e - Update to 5.5.35-33.0
- Pet portlint

PR:		ports/185889
Submitted by:	Jim Ohlstein <jim@selenium.jlkhosting.com>
2014-01-19 20:21:00 +00:00
Florian Smeets
ec2f641762 Don't use the LATEST link. This fixes the issue that these ports became
unfetchable after every upstream update.
2013-12-21 00:25:08 +00:00
Florian Smeets
d89e1f30c8 Fix fetch
Reported by:	Dmitriy Simakov <basilio@j-vista.ru>
2013-12-19 20:07:03 +00:00
Florian Smeets
4437d2203b Remove debuging leftovers 2013-10-28 19:00:51 +00:00
Florian Smeets
91e1022468 - update to 5.5.34-32.0
- support stageing
2013-10-28 18:15:24 +00:00
Florian Smeets
1dfd54b282 Merge r329781 by tijl to fix the build with clang on i386 2013-10-10 22:02:17 +00:00
Florian Smeets
cbc2f81ace - merge r329549 by marino from mysql55 (use shebangfix) 2013-10-06 13:42:49 +00:00
Florian Smeets
174a06e160 - use unique package names
- stop using LATEST_LINK
- update CONFLICTS accordingly

Approved by:	maintainer
2013-10-03 23:18:52 +00:00
Florian Smeets
f1685df279 Update to 5.5.33.31.1 2013-09-30 20:47:18 +00:00
Baptiste Daroussin
36117d7097 Add NO_STAGE all over the place in preparation for the staging support (cat: databases) 2013-09-20 16:13:47 +00:00
Alex Kozlov
d4041784dc - Remove MAKE_JOBS_SAFE variable
Approved by:	portmgr (bdrewery)
2013-08-14 22:35:50 +00:00
Florian Smeets
cade7fe0b3 Update to 5.5.32.31.0 2013-07-13 15:19:32 +00:00
Florian Smeets
b92850856d Update to 5.5.31.30.3 2013-05-25 00:31:10 +00:00
Florian Smeets
d53c2d5811 Update distinfo the distfile was rerolled.
Minimal changes for rpm builds and a while space change.

Reported by:	erwin
2013-05-17 22:30:44 +00:00
Florian Smeets
3425a6db7c Merge optimizations to the rc script from r316439 and r316532. 2013-04-26 20:47:28 +00:00
Florian Smeets
2cc7536be3 Update to 5.5.30.30.2
Feature safe:	yes
2013-04-18 21:45:13 +00:00
Max Brazhnikov
ffd97a0193 - convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
  for users

Approved by:	portmgr (miwi)
2013-03-22 20:06:14 +00:00
Florian Smeets
6d05bdfddb Update to 5.5.30.30.1 2013-03-08 22:58:43 +00:00
Baptiste Daroussin
9250d94365 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
2013-03-08 11:32:11 +00:00
Florian Smeets
b5e1558487 Update to 5.5.29.30.0 2013-03-03 08:56:47 +00:00
Florian Smeets
ad39f5552f - 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.
2013-01-24 21:55:59 +00:00
Florian Smeets
c12f359886 Update CONFLCITS after the addition of percona55-* and mariadb55-*
Approved by:	maintainer
2013-01-17 16:43:07 +00:00
Florian Smeets
f6f3ae5b30 Set the correct MAINTAINER, not sure how this slipped through. All bugs are mine... 2013-01-10 23:24:54 +00:00
Florian Smeets
6eab3e1635 Update to 5.5.28.29.3 2013-01-10 23:18:20 +00:00
Florian Smeets
52e3d62d02 Add Percona Server
Percona Server is an enhanced drop-in replacement for MySQL

Approved by:	portmgr (bapt)
Initial patches by:	pgollucci
2012-12-28 19:17:48 +00:00
Mark Linimon
542f24d05c Remove abandoned repocopies of percona55-*. Now that we are on svn, it
makes no sense to leave repocopy artifacts lying around.

Hat:		portmgr
2012-08-20 23:04:52 +00:00
Doug Barton
9aac569eaa 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
2012-08-05 23:19:36 +00:00