Commit graph

403 commits

Author SHA1 Message Date
Adriaan de Groot
c6093a753e databases/mysql55-server: fix check-plist
An empty directory `info` is created during install; it's
not listed in the plist. Get rid of it.

Not bumping PORTREVISION because the package itself doesn't change.
2021-04-09 11:45:57 +02:00
Mathieu Arnold
135fdeebb9
all: Remove all other $FreeBSD keywords. 2021-04-06 16:31:13 +02:00
Mathieu Arnold
305f148f48
Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
Piotr Kubaj
479345a67b databases/mysql55-server: fix build on powerpc64 elfv2
Like other SQL servers, Clang has issues compiling this port:
Wrong types for attribute: inalloca nest noalias nocapture nonnull readnone readonly signext sret zeroext byval dereferenceable(1) dereferenceable_or_null(1)
  %call53 = call signext i32 @my_atomic_cas32(i32* %62, i32* %64, %union.U_32 signext %65)
in function lf_hash_insert
fatal error: error in backend: Broken function found, compilation aborted!

Switch to GCC for now. Since libc++ requires C++11 with GCC, use it instead of C++98.
2020-03-21 10:33:40 +00:00
Tobias Kortkamp
581cac9416 Move remaining USE_MYSQL, WANT_MYSQL_VER to USES=mysql 2019-11-15 10:12:08 +00:00
Baptiste Daroussin
ebc87904a6 Drop the ipv6 virtual category for d* category as it is not relevant anymore 2019-10-09 10:34:56 +00:00
Mathieu Arnold
78d1aff1fc Convert to UCL & cleanup pkg-message (categories d) 2019-08-13 16:01:59 +00:00
Gerald Pfeifer
ea8c8ec7da 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
2019-07-26 20:46:53 +00:00
Piotr Kubaj
6a806270ed databases/mysql55-server: fix build
This port needs C++11-compatible compiler.

Approved by:	mentors (implicit approval)
2019-06-24 13:20:24 +00:00
Sunpoet Po-Chuan Hsieh
40c9c7f7eb 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
2019-04-09 14:04:49 +00:00
Dmitry Marakasov
ee72d93f47 - Update WWW
Approved by:	portmgr blanket
2019-01-19 09:30:35 +00:00
Tobias C. Berner
707c6bf295 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
2018-12-25 20:25:39 +00:00
Mateusz Piotrowski
43f9ba04f1 databases/mysql55-server: Adapt ${name}_limits to the new resource
limiting mechanics for services

Thanks to the recent change to rc.subr(8) it is no longer necessary to
define a resource limiting logic in service scripts. limits(1) is now run
by default and its configuration is handled via the "${name}_limits"
variable.

Unfortunately, there is a collision of variable names. The service scripts
are broken on FreeBSD version with that new change (>= 12.0).

The patch preserves the old behavior on the systems without the rc.subr(8)
modification.

PR:		227228
Reviewed by:	krion
Approved by:	krion (mentor), maintainer timeout
Differential Revision:	https://reviews.freebsd.org/D17818
2018-11-03 21:54:52 +00:00
Alex Dupre
8cbfdffa1f Update to 5.5.62 release.
PR:		232699
Submitted by:	Pascal Christen <pascal.christen@hostpoint.ch>
2018-10-26 12:18:20 +00:00
Alex Dupre
ac97dc3014 Update to 5.5.61 release.
PR:		230409
Submitted by:	Dani <i.dani@outlook.com>
2018-08-06 08:07:53 +00:00
Alex Dupre
a36ab02ffa Try to fix build with clang6. 2018-05-14 13:52:34 +00:00
Alex Dupre
1186544557 Update to 5.5.60 release. 2018-04-26 14:43:55 +00:00
Alex Dupre
041f5c8dbe Update to 5.5.59 release.
PR:		225241
Submitted by:	Markus Kohlmeyer <rootservice@gmail.com>
2018-01-23 14:08:44 +00:00
Alex Dupre
afda259e96 Update to 5.5.58 release. 2017-10-19 14:08:21 +00:00
Mark Linimon
3ef3461740 For ports that are explicitly enabled on armv6, also enable them
on armv7.  This has not been tested with an -exp run but should
"do no harm".

PR:		221894 (partial)
2017-10-10 21:31:30 +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
Alex Dupre
7ce625030f Update to 5.5.57 release. 2017-08-07 12:00:39 +00:00
Alex Dupre
bffab68325 Update to 5.5.56 release. 2017-06-30 09:52:29 +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
Alex Dupre
6a22df3e31 Update to 5.5.55 release. 2017-04-12 17:07:45 +00:00
Baptiste Daroussin
e988538a22 Remove patch added by accident
Reported by:	antoine
2017-04-01 16:38:59 +00:00
Baptiste Daroussin
b85734e5a8 Update libedit to 20170329 2017-04-01 15:11:14 +00:00
Alex Dupre
c9cee48c1a Update to 5.5.54 release. 2017-01-23 08:57:33 +00:00
Alex Dupre
9486b299e2 Update to 5.5.53 release. 2016-10-21 09:05:59 +00:00
Alex Dupre
186d0d4282 Update to 5.5.52 release. 2016-09-16 07:38:26 +00:00
Steve Wills
149ba7338a Unmark broken on powerpc64
These ports built successfully
2016-09-15 01:41:28 +00:00
Alex Dupre
fc0b8c197b Update to 5.5.51 release. 2016-08-31 10:56:31 +00:00
Mark Felder
578f4d9aee databases/mysql55-server: Update to 5.5.50
Changelog:	https://dev.mysql.com/doc/relnotes/mysql/5.5/en/news-5-5-50.html

MFH:		2016Q3
Security:	ca5cb202-4f51-11e6-b2ec-b499baebfeaf
2016-07-27 22:53:13 +00:00
Steve Wills
86cd4fbe5a many ports: mark broken on powerpc64 2016-04-21 16:43:14 +00:00
Alex Dupre
9f618db9bc Update to 5.5.49 release. 2016-04-19 15:29:51 +00:00
Alex Dupre
a58764c14a Update to 5.5.46 release. 2015-11-19 08:24:02 +00:00
Jimmy Olgeni
42bc424f61 Remove trailing whitespace from Makefiles, A-L. 2015-10-08 15:11:28 +00:00
Alex Dupre
06a7eaf574 Update to 5.5.44 release. 2015-07-16 06:46:50 +00:00
Mathieu Arnold
60d1a83c2a MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
  of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
  no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.

While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.

Also, replace some EXTRACT_SUFX occurences with USES=tar:*.

Checked by:	make fetch-urlall-list
With hat:	portmgr
Sponsored by:	Absolight
2015-05-14 10:15:04 +00:00
Alex Dupre
6af0b01ffd Update to 5.5.43 release. 2015-04-26 12:45:33 +00:00
Alex Dupre
5d5b6fc7c5 Update to 5.5.42 release. 2015-02-04 13:31:09 +00:00
Sean Bruno
f5f737f97e For ARMv6, declare FPSETMASK 0 and FEDISABLEEXCEPT 1. This allows mysql server to
build on ARMv6.

No need to bump portrevision for everyone else here as this only affects ARM users.

PR:		195750
Submitted by:	mikael.urankar@gmail.com
Approved by:	mentor (implicit)
2015-01-01 22:41:56 +00:00
Alex Dupre
31cea5319a Update to 5.5.41 release. 2014-12-03 09:33:13 +00:00
Alex Dupre
07e30da27e Update CONFLICTS.
PR:		194810
Submitted by:	spil.oss@gmail.com
2014-11-04 16:45:45 +00:00
Alex Dupre
fa1c1bc803 Update to 5.5.40 release and unbreak on armv6 [1].
PR:		193841 [1]
Submitted by:	mikael.urankar@gmail.com
2014-09-23 15:03:22 +00:00
Alex Dupre
184ed069c0 Update to 5.5.39 release. 2014-08-04 14:06:08 +00:00
Baptiste Daroussin
1b034ec317 Both the client and the server require readline if no readline is present in
base (otherwise cmake fails for the server)
2014-07-01 22:45:48 +00:00
Baptiste Daroussin
a375d779c4 Given cmake seems to not append CPPFLAGS to CXXFLAGS enforce it, that allows
mysql55 to build with readline from ports
2014-07-01 16:35:06 +00:00
Baptiste Daroussin
f85a534244 Fix build with readline from ports 2014-07-01 12:22:05 +00:00