Commit graph

41 commits

Author SHA1 Message Date
Steve Wills
86cd4fbe5a many ports: mark broken on powerpc64 2016-04-21 16:43:14 +00:00
Alex Dupre
8b723701db Update to 5.6.30 release. 2016-04-19 15:45:07 +00:00
Alex Dupre
eb972c7c07 Update to 5.6.27 release. 2015-11-18 17:00:16 +00:00
Jimmy Olgeni
42bc424f61 Remove trailing whitespace from Makefiles, A-L. 2015-10-08 15:11:28 +00:00
Raphael Kubo da Costa
f1ba8488af Switch to USES=libedit.
Instead of manually adding both a build- and a run-time dependency on
libedit from ports, use USES=libedit instead. Not only does it take care of
adding the proper dependency, but it also sets CMAKE_PREFIX_PATH to
${LOCALBASE} to make sure that the version in ports is preferred instead of
the one in base.

This is a dependency for moving to CMake 3.3.x, as starting with 3.3.0 calls
to find_library() will also look in the $PATH environment variable and end
up finding libedit from base by default (see bug 202516).

PR:		202618
Approved by:	maintainer timeout (ale, 14 days)
2015-09-07 11:16:17 +00:00
Alex Dupre
6fbc9068e7 Update to 5.6.26 release. 2015-08-15 08:17:44 +00:00
Alex Dupre
58c3ffd060 Update to 5.6.25 release. 2015-07-15 13:49:04 +00:00
Antoine Brodin
21bdf4b0e9 Unbreak on head: instead of using headers from base libedit and
linking against readline, use libedit from ports
Note: this may need a bit more patching during next libedit port update

Reported by:	pkg-fallout
2015-06-14 21:33:01 +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
8a53055ae6 Update to 5.6.24 release. 2015-04-26 13:36:54 +00:00
Alex Dupre
1a909a09cf Update to 5.6.23 release. 2015-02-04 13:42:50 +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
c998ab645b Update to 5.6.22 release. 2014-12-03 09:40:02 +00:00
Alex Dupre
5b75bfae2e Update CONFLICTS.
PR:		194819
Submitted by:	spil.oss@gmail.com
2014-11-06 11:05:26 +00:00
Alex Dupre
617059c3e9 Update to 5.6.21 release. 2014-09-24 10:48:00 +00:00
Alex Dupre
709c6474c5 Update to 5.6.20 release. 2014-08-04 14:21:40 +00:00
Baptiste Daroussin
3c216d44ae Revert accidental removal of USES=perl5 2014-07-01 12:42:04 +00:00
Baptiste Daroussin
f85a534244 Fix build with readline from ports 2014-07-01 12:22:05 +00:00
Alex Dupre
baa2f5cff4 Update to 5.6.19 release. 2014-06-03 12:53:54 +00:00
Alex Dupre
b6efe925db Update to 5.6.17 release. 2014-03-31 12:29:12 +00:00
Alex Dupre
a4e50b41f3 Update to 5.6.16 release. 2014-02-01 10:29:56 +00:00
Alex Dupre
6952860f70 Update to 5.6.15 release and stagify. 2013-12-17 11:25:11 +00:00
Tijl Coosemans
879931c62f Fix mysql51/55/56 build with clang on i386.
The included yassl library contains inline asm (only for i386) using
intel syntax which clang does not support.  For now, just disable the
inline asm when clang is used and use the standard C implementation like
on every other architecture.

Approved by:	ale (maintainer)
2013-10-08 13:25:00 +00:00
John Marino
74b85b9755 databases/mysql5{5,6}-server: set shebangfix for perl
PR:		ports/182071
Approved by:	maintainer timeout
2013-10-06 10:25:40 +00:00
Bernhard Froehlich
9a1cf8046f - Fix build problem on HEAD where libc++ bitset::test() and the
mysql built in macro test() from my_global.h clash.

The port requires another fix to properly compile on HEAD which
will be committed to libc++/include/memory on HEAD soon.

With hat:	portmgr
2013-10-05 15:55:13 +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
Alex Dupre
f548c5fef8 Update to 5.6.14 release. 2013-09-27 14:20:02 +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
Andrej Zverev
a5341091eb - convert to the new perl5 framework
- convert USE_GMAKE to Uses

Approved by:	portmgr (bapt@, blanket)
2013-09-16 17:03:42 +00:00
Alex Kozlov
d4041784dc - Remove MAKE_JOBS_SAFE variable
Approved by:	portmgr (bdrewery)
2013-08-14 22:35:50 +00:00
Alex Dupre
f7f43aecfa Update to 5.6.13 release. 2013-08-12 11:47:33 +00:00
Alex Dupre
9e81fe6bd8 Distfile rerolled to make it clearer the license of this
community edition (GPLv2).
Restore readline patch.
2013-06-30 09:05:03 +00:00
Alex Dupre
4ddabf9b13 Update to 5.6.12 release. 2013-06-10 15:12:51 +00:00
Alex Dupre
e457b98073 Pass --defaults-extra-file also to mysql_install_db.
Submitted by:	Daniel Ylitalo <daniel@203core.se>
2013-05-27 11:59:01 +00:00
Chris Rees
68bfa4c6fd Very slight speedup on rc file parsing; use hostname variable in preference
to calling /bin/hostname if available

Approved by:	ale (maintainer)
2013-04-24 17:28:01 +00:00
Alex Dupre
bdacc7aca2 Allow to specify server-specific option file path in /etc/rc.conf
PR:		ports/172408
Submitted by:	Daniel Ylitalo <daniel@produktion203.se>
2013-04-24 15:08:22 +00:00
Alex Dupre
02a4160e1e Allow compilation using Clang in C++11 mode.
PR:		ports/171546
Submitted by:	Michael Gmelin <freebsd@grem.de>
2013-04-23 10:18:02 +00:00
Alex Dupre
3156cdf2e1 Update to 5.6.11 release. 2013-04-22 18:45:59 +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
Alex Dupre
578c95faf5 Add perl runtime dependency for a few scripts (mysql_install_db is the main one).
PR:		ports/176255
Submitted by:	Rustem Alimov <rustem.alimov@gmail.com>
2013-03-05 09:36:13 +00:00
Alex Dupre
43b36cb2d7 Add MySQL 5.6. 2013-02-14 15:04:05 +00:00