Commit Graph

25 Commits

Author SHA1 Message Date
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
robert
0bb447be4f update to version 5.0.45 that includes bugfixes and a couple of security
fixes too;

move to a new way of documenting the usage of mysql,
based on the documentation that can found in postgresql port

the original diff was from Brad; fixes from Stuart Henderson and me;

ok naddy@, espie@, pvalchev@
2007-08-08 21:33:51 +00:00
brad
af59157dc9 upgrade to MySQL 3.23.46
--
- The port has switched back to using native threads. Only tested and known to work on i386. For everything else the port is currently marked BROKEN until the appropriate architectures are tested. Do not even try this if you're not running -current libc_r.
- As suggested by Marc Espie, make symlink for the MySQL client library in lib/ to eliminate the need for adding lib/mysql to the shlib dir path. Porters have to be careful and ensure autoconf scripts do not arbitrarily enable MySQL support after this change.
2001-12-22 03:54:44 +00:00
brad
027ccc4cbb upgrade to MySQL 3.23.42 2001-09-10 02:59:35 +00:00
brad
ed4c8a5aba upgrade to MySQL 3.23.41
--
New version pointed out by: Wilbern Cobb <cobb@vedge.com.ar>
2001-08-14 02:06:29 +00:00
brad
666752fc75 upgrade to MySQL 3.23.40 2001-07-22 20:35:29 +00:00
brad
e0021e087f upgrade to MySQL 3.23.39 2001-06-15 19:10:11 +00:00
brad
1f15fd42e7 upgrade to MySQL 3.23.38
- Also split the package into client and a server sub-package which
depends on the client portion. This allows for adding/removing the server
without needing to remove ports that might be dependent on the client
portion.
- innodb FLAVOR goes away and is replaced with the max FLAVOR like the
real MySQL distribution which gives us both Berkeley DB and InnoDB tables
for transaction support.
2001-06-02 20:18:43 +00:00
avsm
1969ce17c9 update the checksum for mysql-3.23.37 too 2001-04-20 15:43:44 +00:00
brad
4e2d38df35 upgrade to MySQL 3.23.36 2001-03-28 22:12:18 +00:00
brad
2373a38d4e upgrade to MySQL 3.23.35
--
Availability of this version pointed out to by: fries@
2001-03-16 21:14:42 +00:00
brad
eeb6788aa2 upgrade to MySQL 3.23.34 2001-03-12 22:30:59 +00:00
brad
76f5c4c68b upgrade to MySQL 3.23.33 2001-02-13 21:03:42 +00:00
brad
2783c9e4ef upgrade to MySQL 3.23.32 2001-01-23 00:48:45 +00:00
brad
08677f0112 upgrade to MySQL 3.23.31 2001-01-21 17:09:12 +00:00
brad
6fc17e3f42 - re-introduce DB_DIR option
- make sure MySQL is started as user mysql from safe_mysqld.sh script
instead of the example startup.sh
- hard coded /usr/local -> ${PREFIX} in MESSAGE
- use user/group commands instead of cat/adduser in INSTALL script
- ${FOO} -> $FOO in INSTALL/DEINSTALL
2000-08-15 13:24:00 +00:00
brad
56b79fc7f8 upgrade to MySQL 3.22.32 2000-02-14 21:28:05 +00:00
brad
72452bb507 upgrade to MySQL 3.22.30 2000-01-13 20:24:57 +00:00
brad
cd0eb6cb1b fix startup script
Reported by: Peter Strömberg" <peter.stromberg@commentor.se>
2000-01-05 06:12:17 +00:00
brad
a86c705da2 upgrade to MySQL 3.22.29 2000-01-03 08:36:19 +00:00
brad
6f39e9630f - upgrade to MySQL 3.22.27
- make the default database directory a bit easier to change with the
DB_DIR variable
- add warning about possible virtual memory limit exhaustion
- change default database directory to /var/mysql and chown it to the
user:group
- integrate check_old_version script into Makefile
- we should be able to make this into a full package now, though not
tested fully
- install user:group of mysql and make MySQL load as user mysql

Reviewed and tested by: ericj@
2000-01-01 05:54:12 +00:00
brad
b0ac3f25cd - remove now unnecesary USE_EGCC and USE_EGXX tags
- split out startup.sh cretion from Makefile and just include it in the
  files subdir
- remove CONFIGURE_ENV, CFLAGS and CXXFLAGS do not require overriding with
  -current pthreads, the autoconf script properly detects and uses them
- cleanup Makefile
1999-12-02 03:47:36 +00:00
brad
26d484b0c0 - upgrade to mysql 3.22.22
- add a few more master dist sites
- remove @exec of non-existant killall from PLIST
1999-05-11 21:25:17 +00:00
todd
3c51c9dd36 new version 3.22.22 1999-05-02 19:49:40 +00:00
marc
6bb87769cd mysql, from freebsd via d@openbsd.org. Uses egcc with -pthread
said to work on i386, not tested on any other architecture
1999-03-30 06:42:47 +00:00