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
1dfd54b282
Merge r329781 by tijl to fix the build with clang on i386
2013-10-10 22:02:17 +00:00
Florian Smeets
f1685df279
Update to 5.5.33.31.1
2013-09-30 20:47:18 +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
3425a6db7c
Merge optimizations to the rc script from r316439 and r316532.
2013-04-26 20:47:28 +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
Doug Barton
83eb2c3700
In the rc.d scripts, change assignments to rcvar to use the
...
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
2012-01-14 08:57:23 +00:00
Alex Dupre
e12bf51650
Update to 5.5.17 release.
2011-10-22 12:49:54 +00:00
Alex Dupre
7c285d8050
Update to 5.5.16 release.
2011-10-07 09:46:50 +00:00
Alex Dupre
143537c422
Don't escape quotes in mysqld_safe script, in order to fix @FIND_PROC@.
...
Spotted by: Erik <me@erik.eu>
2011-09-01 08:19:58 +00:00
Alex Dupre
ea57ca1063
Update to 5.5.15 release.
2011-08-09 11:12:44 +00:00
Alex Dupre
4ddf65715f
Update to 5.5.14 release.
2011-07-12 14:44:51 +00:00
Alex Dupre
0d4594ec03
Update to 5.5.12 release.
2011-05-10 08:36:53 +00:00
Alex Dupre
f475db30be
Update to 5.5.11 release.
2011-04-12 07:51:49 +00:00
Alex Dupre
b2d972df06
Update to 5.5.9 release [1]
...
Use system readline instead of bundled libedit [2]
Enable tcp wrappers [2]
PR: ports/154579 [1], ports/154538 [2]
Submitted by: mm [1], Dan Lukes <dan@obluda.cz> [2]
Feature safe: yes
2011-02-08 16:37:40 +00:00
Alex Dupre
186cfdea42
Fix init_embedded_server when argc=0.
...
Submitted by: fluffy
Obtained from: MySQL Bug #57931
Feature safe: yes
2011-01-13 09:15:22 +00:00
Alex Dupre
784b960442
Remove any attempts to create a libmysqlclient not linked to a threading library.
...
Restore previous libraries location.
These two changes should fix most of the reported errors.
Feature safe: yes
2011-01-11 20:33:38 +00:00
Alex Dupre
e4340ab85f
Fix mysqlclient library in single-threaded applications,
...
by correctly implementing pthread_once (see PR threads/150959).
While I'm here, replace CONFLICTS with CONFLICTS_INSTALL.
Bump PORTREVISION.
PR: ports/153588
Submitted by: Richard Anthony Secor <rsecor@seqlogic.com>
2011-01-09 12:29:19 +00:00
Alex Dupre
70f8ddb44f
Allow custom pidfile.
2010-12-27 18:01:03 +00:00
Alex Dupre
d9029c5139
Update MySQL to 5.5.8 GA release. Read UPDATING.
...
Major changes:
- new installation layout, resembling RPM packages:
- client = Client Utilities + Development Libraries + Shared components
- server = MySQL Server + Embedded
- new build system: cmake instead of autotools
- fewer port knobs
Expect various breakages, but if we are lucky this could become the new default
mysql port.
2010-12-27 15:02:38 +00:00
Alex Dupre
1c5b6af38c
Update to 5.5.7-rc release.
...
Fix crash caused by MAX_DEFAULT_DIRS too small [1]
PR: ports/151927
Submitted by: Bartosz Fabianowski <freebsd@chillt.de>
2010-11-10 16:55:08 +00:00
Alex Dupre
569dca908a
Switch to use daemon(8) in rc script to avoid keeping a tty open.
...
Submitted by: koitsu, ed
2010-09-30 09:10:49 +00:00
Alex Dupre
ac053c9ed0
- Update to 5.5.6 RC release [1]
...
- Add support for DTrace [2]
PR: ports/150915 [1], ports/150488 [2]
Submitted by: Oleg Sidorkin <osidorkin@gmail.com> [1], rpaulo [2]
2010-09-28 10:09:21 +00:00
Alex Dupre
31da751ef4
Really fix includes.
2010-07-27 15:10:54 +00:00
Alex Dupre
1f706238c5
Update to 5.5.5-m3 release:
...
- fix include layout [1]
- drop obsolete WITH_NDB knob
PR: ports/146276 [1]
Submitted by: pgollucci
2010-07-16 10:24:46 +00:00
Alex Dupre
3bae06fc05
Fix build/install when cmake is installed.
...
PR: ports/145774
Submitted by: Gerard Seibert <gerard@seibercom.net>
2010-04-18 09:20:10 +00:00
Alex Dupre
88a770e5fe
- Update to 5.5.3-m3 release
...
- Switch to use USERS and GROUPS [1]
PR: ports/144887 [1]
Submitted by: Sevan Janiyan <venture37@geeklan.co.uk> [1]
2010-04-13 15:12:34 +00:00
Doug Barton
1d6b4b3f91
Begin the process of deprecating sysutils/rc_subr by
...
s#. %%RC_SUBR%%#. /etc/rc.subr#
2010-03-27 00:15:24 +00:00
Alex Dupre
618197dd0d
Update to 5.5.2 release.
...
Feature safe: yes
2010-03-05 11:43:04 +00:00
Alex Dupre
92b5a6ed5e
Update to 5.5.0 Milestone 2 release.
...
PR: ports/142162
Submitted by: ale
2010-01-04 10:10:33 +00:00
Alex Dupre
0276c8f596
Update to 5.4.2 release.
...
Feature safe: yes
2009-09-24 15:36:20 +00:00
Alex Dupre
57cc4a6e6d
Fix build when perl is not installed.
...
Reported by: pointyhat
2009-07-23 13:04:08 +00:00
Alex Dupre
68fc560349
Fix --enable-dtrace logic and use bundled libtool.
...
Reported by: many
2009-07-22 12:16:57 +00:00
Alex Dupre
6da08f8296
Add MySQL 5.4.1-beta.
...
Beware: it needs a lot of memory in default configuration for InnoDB.
Repocopy by: marcus
2009-07-21 08:07:28 +00:00
Alex Dupre
3969a8b320
Update to 5.1.34 release.
2009-04-23 07:09:13 +00:00
Alex Dupre
2920056f61
Update to 5.1.31 and add mysqld embedded server library.
2009-03-03 16:35:52 +00:00
Alex Dupre
4f6f936f4b
Update to 5.1.29 release.
2008-10-31 07:58:03 +00:00
Alex Dupre
c7d5687bb9
- Fix client input validation vulnerability
...
- Fix my.cnf search path
2008-10-10 18:35:13 +00:00
Alex Dupre
a4b9511333
Update to 5.1.28-rc release.
2008-09-23 05:43:45 +00:00
Alex Dupre
71e1e1936f
Make startup script ssh-friendly.
...
PR: ports/81915
Submitted by: David Marshall <marshall@chezmarshall.com>
2008-07-30 06:11:16 +00:00
Alex Dupre
acd00046b3
Update to 5.1.25-rc release.
...
Fix startup script to wait until server is completely up. [1]
PR: ports/122063 [1]
Submitted by: Christopher Sean Hilton <chris@vindaloo.com> [1]
2008-06-07 08:33:50 +00:00
Alex Dupre
488c2c63cc
- Update to 5.1.24 release
...
- Fix my.cnf search path [1]
PR: ports/121900 [1]
Submitted by: Yarema <yds@CoolRat.org> [1]
2008-04-21 20:34:32 +00:00
Alex Dupre
0246067549
Update to 5.1.23 release.
2008-02-14 10:49:46 +00:00
Alex Dupre
6ca542df3c
Update to 5.1.22 RC release.
2007-10-08 08:57:59 +00:00
Alex Dupre
493779bf8b
Update to 5.1.21 release.
2007-08-28 09:33:41 +00:00