1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
Commit Graph

128 Commits

Author SHA1 Message Date
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
Florian Smeets
18be6d5f44 Update to 5.5.38-35.2 2014-07-06 12:10: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
Antoine Brodin
7a23bc5274 Finish stage support (the master port is already staged) 2014-02-05 23:35:20 +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
174a06e160 - use unique package names
- stop using LATEST_LINK
- update CONFLICTS accordingly

Approved by:	maintainer
2013-10-03 23:18:52 +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
Florian Smeets
cade7fe0b3 Update to 5.5.32.31.0 2013-07-13 15:19:32 +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
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
Philip M. Gollucci
f61b8b83d0 - Update the (unconnected) percona ports to be percona instead of MySQL
PR:             ports/164072 (part I)
2012-05-23 18:53:30 +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
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
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
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
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
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
d1d5102caa Remove BROKEN flag. 2006-05-23 21:25:06 +00:00
Kris Kennaway
01ffad2eff BROKEN: Incorrect pkg-plist 2006-05-21 21:46:47 +00:00
Alex Dupre
de8cbc09e1 Update to 5.1.7 beta release:
- add mysql_upgrade script to update the databases from an earlier (even minor) release
2006-03-17 07:06:04 +00:00
Alex Dupre
8140074797 Fix rcNG startup ordering for MySQL daemon.
Bump PORTREVISION for mysql-server ports.

Approved by:	portmgr (clement)
2006-03-07 16:25:01 +00:00
Alex Dupre
ed24876210 Initial import of MySQL 5.1 version.
This is an *alpha* release (5.1.5).
2006-02-05 10:08:40 +00:00
Alex Dupre
0ac896f1ce - Fix mysqlhotdump vulnerability
- Fix plist (don't install .la files)

Approved by:	portmgr (marcus)
2004-09-24 16:21:27 +00:00
Alex Dupre
3fed262dde - Replace dead MASTER_SITE [1]
- Fix mysqlbug vulnerability [2]
- Bump PORTREVISION

PR:		ports/66671 [1]
Submitted by:	Roman Neuhauser <neuhauser@chello.cz> [1],
		roam [2]
2004-05-18 11:37:49 +00:00
Alex Dupre
16c0520e22 Fix mysql default db installation.
Noticed by:	many
2004-03-08 08:58:24 +00:00
Alex Dupre
74f3f85057 Sync with MySQL 4.0:
- get rid of perl dependency
- enhance man pages and scripts installation
- move additional scripts in mysql-scripts port
2004-02-29 10:53:29 +00:00
Alex Dupre
8a1140ca5e Finally MySQL 5.0 appears in the ports tree!
PR:		ports/60559
Submitted by:	me
Approved by:	nork (mentor/implicitly)
2004-02-04 15:56:17 +00:00
Norikatsu Shigemura
6af6d64e7e o Add CONFLICTS sections.
o Fix packages dependencies.
o portlint clean
o Correct typo in MASTER_SITES, Fix non-optimized build.

PR:		ports/60559
Submitted by:	Alex Dupre <sysadmin@alexdupre.com>
2003-12-26 16:56:52 +00:00
Norikatsu Shigemura
03170478cc o Update to 4.1.1 alpha release.
o Make portlint clean.

PR:		ports/60120
Submitted by:	Alex Dupre <sysadmin@alexdupre.com> (maintainer)
2003-12-11 15:59:24 +00:00
Norikatsu Shigemura
dc608dc90f Repo copy & update to MySQL 4.1.0 aka mysql41-server/mysql41-client.
Submitted by:	Alex Dupre <sysadmin@alexdupre.com> (maintainer)
Repo copied by:	joe (cvs)
Approved by:	portmgr (no objections)
2003-04-18 16:17:47 +00:00
Norikatsu Shigemura
03be952534 o Move USE_PERL5_RUN into server part.
o Switch from p5-Mysql to p5-DBD-mysql.
o Add MySQL 4 support (and set it as default) to p5-DBD-mysql.
o Bump PORTREVISION accordingly.

PR:		ports/50315
Submitted by:	Alex Dupre <sysadmin@alexdupre.com> (mysql40 maintainer)
Approved by:	skv (p5-DBD-myql maintainer)
2003-04-04 05:21:36 +00:00
Norikatsu Shigemura
c6a95a3a85 o Build thread-safe libs by default.
o Fix pkg-plist.
o Bump PORTREVISION accordingly.

PR:		ports/50293
Submitted by:	Alex Dupre <sysadmin@alexdupre.com> (maintainer)
2003-03-25 23:39:43 +00:00
Ade Lovett
84ea4ee842 Destroy pkg-comment for some of the stranger uses in the tree,
pending the final semi-automatic purge.

Approved by:	portmgr (implicitly)
2003-03-06 19:23:19 +00:00
Peter Pentchev
b62043221b Update to MySQL 4.0.9 after a repo-copy from the mysql323-* ports.
PR:			45543
Submitted by:		Alex Dupre <sysadmin@alexdupre.com>
Repo-copy approved by:	portmgr (will)
Repo-copy performed by:	cvs (josefk)
2003-01-31 16:02:39 +00:00
Dirk Froemberg
282d50d23d Upgrade to 3.23.54.
This fixes a security hole which is remotely exploitable.

See http://security.e-matters.de/advisories/042002.html for details.

Submitted by:	sobomax
Approved by:	sobomax
2002-12-14 16:00:39 +00:00
Dirk Froemberg
d1a0e21987 Bump PORTVERSION for CXX=${CC} in mysql323-server. 2002-11-13 10:47:42 +00:00
Dirk Froemberg
172ccca45e Upgrade to 3.23.52. 2002-08-19 13:27:52 +00:00