1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
Commit Graph

318 Commits

Author SHA1 Message Date
Alex Dupre
b4492c8216 Update to 5.5.19 release. 2011-12-16 14:51:09 +00:00
Eitan Adler
7e3b32fff8 - remove maintainer tags from pkg-descr
Approved by:	portmgr
Approved by:	bapt (mentor)
2011-10-22 23:50: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
a52fc435a0 Update to 5.5.13 release. 2011-06-09 07:20:36 +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
1835bd6a5d Update MySQL to 5.5.10 release (shared library bumped). 2011-03-19 13:13:47 +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
144f3b9fb7 Normalize cmake parameters and fix WITH_FAST_MUTEXES.
PR:		ports/153472
Submitted by:	Oleg Sidorkin <OSidorkin@gmail.com>
2010-12-28 06:49:39 +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
b5e3d79bde Allow to enable userland dtrace only on supported FreeBSD versions.
PR:		ports/152590
Submitted by:	Sevan Janiyan <venture37@geeklan.co.uk>
2010-11-26 09:35:56 +00:00
Pav Lucistnik
c2c6dd75a0 - Mark BROKEN on 6.X: does not build
Reported by:	pointyhat
2010-11-19 22:28:39 +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
72629ab968 Update to 5.5.4-m3 release. 2010-04-16 09:18:51 +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
0771132bce Update to 5.5.1-m2 release. 2010-01-15 12:14:22 +00:00
Alex Dupre
02deaaf2a7 As announced, remove MySQL 6.0 (dead development branch) and update CONFLICTS. 2010-01-11 11:58:42 +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
f7667e2154 Update to 5.4.3 release (see UPDATING). 2009-10-18 10:22:03 +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
9a216ce0bb Update to 5.1.35 release and install additional manpages. 2009-06-08 06:49:58 +00:00
Alex Dupre
3969a8b320 Update to 5.1.34 release. 2009-04-23 07:09:13 +00:00
Alex Dupre
7bd0b24591 Update to 5.1.33 release. 2009-04-01 08:50:54 +00:00
Martin Matuska
2478af75fd - Mark MAKE_JOBS_SAFE for SMP compilation
PR:		ports/132965
Approved by:	ale (maintainer, private e-mail)
2009-03-25 12:57:46 +00:00
Alex Dupre
e2eb67cc32 Update to 5.1.32 release. 2009-03-04 07:50:02 +00:00
Alex Dupre
2920056f61 Update to 5.1.31 and add mysqld embedded server library. 2009-03-03 16:35:52 +00:00
Mark Linimon
cbfb36bb87 Move the USE_PERL5 definition for the scripts slave ports from the master
to the slave port, to move it before the inclusion of bsd.port.pre.mk.

Approved by:	maintainer
2009-01-16 22:41:06 +00:00
Alex Dupre
227612a39b Update to 5.1.30 Generaly Available release. 2008-12-07 23:03:58 +00:00
Alex Dupre
6d4ed3627c Accept all linuxthreads library major versions. 2008-11-17 09:28:40 +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