Commit Graph

262 Commits

Author SHA1 Message Date
ajacoutot
ae70c849c2 Make use of rcexec.
While here, force postgresql to quit in rc_stop, ok pea@
2011-01-05 16:05:54 +00:00
ajacoutot
e133cd7a34 Cope with recent class handling in rc.subr. 2011-01-04 16:03:00 +00:00
ajacoutot
4ec44530ca Simplify after recent rc.subr change.
The framework is now stable and we will start documenting it (at last).
2010-12-27 14:50:22 +00:00
ajacoutot
df73465884 Update to mysql-5.1.54.
More details at:
http://dev.mysql.com/doc/refman/5.1/en/news-5-1-54.html

from Brad
2010-12-26 08:23:17 +00:00
ajacoutot
b28452a489 Cope with recent rc.subr changes. 2010-12-24 10:40:04 +00:00
ajacoutot
73ebcb7514 Cope with recent rc.subr changes. 2010-12-13 16:13:04 +00:00
jasper
1552f48bdc - unbreak rc_stop()
from frantisek holop, ok brad (MAINTAINER)
2010-12-12 20:18:40 +00:00
ajacoutot
8a39ef78ea Move these to rc_reload=NO. 2010-12-11 12:57:37 +00:00
ajacoutot
baffaea96e Cope again with rc.subr changes. 2010-12-11 09:59:25 +00:00
ajacoutot
edb6d63e81 Adapt to new rc_start and fix RCS Id.
ok robert@
2010-12-11 08:48:24 +00:00
sthen
8347a8a8e1 update MySQL to 5.1.53; from Brad 2010-11-26 10:21:17 +00:00
espie
2314c85f45 convert to new style depends
zap default spec that are not needed
convert libspecs as well
convert p* to REVISION.

No package changes
2010-11-15 00:22:45 +00:00
sthen
c8e930b871 Update MySQL to 5.1.52, from Brad. 2010-11-10 21:03:03 +00:00
ajacoutot
088d74ef7a Move to pkg-readmes. 2010-11-09 09:55:56 +00:00
ajacoutot
67eef87141 Add missing RCS id. Protect variable names. 2010-11-09 08:58:06 +00:00
robert
5e9a799ce8 Add an rc script for mysqld 2010-11-09 08:55:32 +00:00
espie
cd474773cf bye bye old LIB_DEPENDS 2010-11-06 22:50:02 +00:00
espie
880de1aa40 USE_GROFF=Yes 2010-10-18 17:06:05 +00:00
sthen
7b09afdbc6 - update to 5.1.48
http://dev.mysql.com/doc/refman/5.1/en/news-5-1-48.html

- remove USE_GMAKE, upstream improved their Makefiles

from Brad (maintainer).
2010-06-18 11:31:11 +00:00
sthen
ee5ccc7f4f - update for COMPILER_VERSION and gcc4, from Brad
- add libstdc++ WANTLIB, ok Brad
2010-06-07 21:52:34 +00:00
sthen
a4f69c10a1 Update MySQL to 5.1.47. This is a security update - for more details, see
http://dev.mysql.com/doc/refman/5.1/en/news-5-1-47.html
2010-05-24 20:40:41 +00:00
sthen
31e9638b56 update to 5.1.46, from Brad 2010-04-27 11:03:52 +00:00
sthen
0fbeaaa2a3 use newer autoconf, from Brad 2010-04-03 00:21:14 +00:00
sthen
4e93b1a2c3 adjust sample rc.local lines to start the server after printing
the name, as is normal with other ports and daemons started from /etc/rc,
from jcs via Brad.
2010-03-21 09:04:10 +00:00
sthen
04b61aa5d4 update to 5.1.45; from Brad 2010-03-21 01:20:47 +00:00
ajacoutot
91a08fe7dc Bugfix update to MySQL 5.1.42.
See http://dev.mysql.com/doc/refman/5.1/en/news-5-1-42.html for details.

from Brad
2010-01-01 19:54:33 +00:00
sthen
7fb98303f7 Update to 5.1.41; SECURITY and various bug fixes. From Brad. 2009-11-20 01:15:34 +00:00
giovanni
d4b72f348b Update to 5.1.40
Ok Brad (maintainer)
2009-10-23 08:04:50 +00:00
sthen
91a00ec036 bugfix update to 5.1.39, from Brad (maintainer). 2009-09-21 13:10:18 +00:00
sthen
a155f5b2db update to 5.1.38, from Brad (maintainer). 2009-09-07 21:35:34 +00:00
sthen
4e8294791c Update to 5.1.37 from Brad (maintainer); fixes crashes. 2009-08-05 14:24:33 +00:00
sthen
9e35b23ac4 This file is now empty; remove. Pointed out by Brad. 2009-07-27 16:26:33 +00:00
sthen
7ed794627d Update MySQL to 5.1.33; from Brad.
Tested by giovanni@ on amd64 and several ports@ readers.
No problems found with a complete bulk build.
2009-07-27 15:19:15 +00:00
sthen
8fb6a2870d Bug fix update to MySQL 5.0.83. From Brad (maintainer). 2009-06-13 21:51:30 +00:00
sthen
49782989ff bugfix update to 5.0.82, from Brad. 2009-05-29 08:42:06 +00:00
sthen
6210021275 SECURITY and bugfix update to 5.0.81, from Brad (maintainer). 2009-05-03 12:19:09 +00:00
martynas
4c51498968 follow the naming scheme. it should be MASTER_SITE_MYSQL
"correct." fgs@
2009-03-19 22:51:01 +00:00
sthen
9db2df7c04 adjust lib/run_depends & bump. 2009-03-17 11:26:14 +00:00
sthen
8978654a35 Use a more appropriate version of autoconf to regenerate the autoconf
script so that when the size of a char pointer is detected that the
proper define name is set which the code is expecting. From Brad.
2009-03-08 10:51:32 +00:00
sthen
7b00b90062 bugfix/SECURITY update to 5.0.77, from Brad. 2009-02-17 10:46:59 +00:00
jasper
7b8aff3857 - add a whole bunch of master sites for mysql as MASTER_SITES_MYSQL
ok ajacoutot@
2009-02-02 15:54:19 +00:00
sthen
8a77aaa623 garbage-collect MAKE_FLAGS line which is now set in gnu.port.mk. From Brad. 2009-01-07 22:54:15 +00:00
sthen
3449d849a6 SECURITY (CVE-2008-2079) and bug fix update to 5.0.75.
http://dev.mysql.com/doc/refman/5.0/en/releasenotes-cs-5-0-75.html

from Brad (maintainer).
2008-12-28 19:45:17 +00:00
ajacoutot
4eed10c764 - TRUEPREFIX and LOCALBASE are already part of the default SUBST_VARS 2008-09-17 13:54:54 +00:00
brad
ae711204e0 Upgrade to MySQL 5.0.67.
Tested by sthen@ on amd64/sparc64.
2008-08-24 08:40:02 +00:00
sthen
323cf44154 shared library and PKGNAME bumps due to use of isinf/isnan/nan
following libc/libm changes
2008-07-25 20:25:59 +00:00
sthen
747ed7434f - enable Archive and Federated storage engines, requested by jakob@.
(no PLIST changes).
- garbage-collect configure arg which no longer exists.

From Brad.
2008-05-23 14:38:08 +00:00
sthen
1e64c8b0b9 Since kern.maxfiles default changed, this file has told people to lower
it from the default. Remove the section, people running systems large
enough to need a higher value should already know about the sysctl.

Diff from Brad (MAINTAINER) after a suggestion from me.
2008-05-23 12:05:47 +00:00
sthen
f52eead6f8 SECURITY update to mysql 5.0.51a
from Brad, also tested by Frank Denis and myself.
2008-02-11 01:03:34 +00:00
merdely
1e5d3a60aa Update to MySQL 5.0.51.
(rest of diff)

From brad
ok mbalmer
2008-01-18 20:34:14 +00:00