Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix mysql default db installation. | Alex Dupre | 2004-03-08 | 1 | -0/+1 |
| | | | | Noticed by: many | ||||
* | Sync with MySQL 4.0: | Alex Dupre | 2004-02-29 | 1 | -1/+0 |
| | | | | | | - get rid of perl dependency - enhance man pages and scripts installation - move additional scripts in mysql-scripts port | ||||
* | Finally MySQL 5.0 appears in the ports tree! | Alex Dupre | 2004-02-04 | 1 | -1/+1 |
| | | | | | | PR: ports/60559 Submitted by: me Approved by: nork (mentor/implicitly) | ||||
* | o Add CONFLICTS sections. | Norikatsu Shigemura | 2003-12-26 | 1 | -1/+1 |
| | | | | | | | | | 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> | ||||
* | o Update to 4.1.1 alpha release. | Norikatsu Shigemura | 2003-12-11 | 1 | -1/+3 |
| | | | | | | | o Make portlint clean. PR: ports/60120 Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer) | ||||
* | Repo copy & update to MySQL 4.1.0 aka mysql41-server/mysql41-client. | Norikatsu Shigemura | 2003-04-18 | 1 | -5/+5 |
| | | | | | | Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer) Repo copied by: joe (cvs) Approved by: portmgr (no objections) | ||||
* | o Move USE_PERL5_RUN into server part. | Norikatsu Shigemura | 2003-04-04 | 1 | -1/+1 |
| | | | | | | | | | | 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) | ||||
* | o Build thread-safe libs by default. | Norikatsu Shigemura | 2003-03-25 | 1 | -1/+1 |
| | | | | | | | | o Fix pkg-plist. o Bump PORTREVISION accordingly. PR: ports/50293 Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer) | ||||
* | Destroy pkg-comment for some of the stranger uses in the tree, | Ade Lovett | 2003-03-06 | 1 | -1/+1 |
| | | | | | | pending the final semi-automatic purge. Approved by: portmgr (implicitly) | ||||
* | Update to MySQL 4.0.9 after a repo-copy from the mysql323-* ports. | Peter Pentchev | 2003-01-31 | 1 | -5/+6 |
| | | | | | | | PR: 45543 Submitted by: Alex Dupre <sysadmin@alexdupre.com> Repo-copy approved by: portmgr (will) Repo-copy performed by: cvs (josefk) | ||||
* | Upgrade to 3.23.54. | Dirk Froemberg | 2002-12-14 | 1 | -1/+1 |
| | | | | | | | | | 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 | ||||
* | Bump PORTVERSION for CXX=${CC} in mysql323-server. | Dirk Froemberg | 2002-11-13 | 1 | -1/+1 |
| | |||||
* | Upgrade to 3.23.52. | Dirk Froemberg | 2002-08-19 | 1 | -1/+1 |
| | |||||
* | - remove CXX=${CC} this doesn't work with -CURRENT ${CC} any longer. | Dirk Froemberg | 2002-08-12 | 1 | -1/+1 |
| | | | | - add patch to use correct prototypes for libwrap | ||||
* | Upgrade to 3.23.47. | Dirk Froemberg | 2001-12-29 | 1 | -1/+1 |
| | |||||
* | Bump PORTREVISION here, too, because CXX="${CC}" in master port | Dirk Froemberg | 2001-12-18 | 1 | -1/+1 |
| | | | | also affects slave port. | ||||
* | Simplify PORTNAME. | Dirk Froemberg | 2001-08-18 | 1 | -1/+1 |
| | |||||
* | Add dependency to p5-Mysql for the server part. mysql_convert_table_format, | Dirk Froemberg | 2001-08-18 | 1 | -0/+1 |
| | | | | mysql_setpermission and mysqlhotcopy need the perl module. | ||||
* | Upgrade to 3.23.33. | Dirk Froemberg | 2001-02-14 | 1 | -1/+0 |
| | |||||
* | Install mysql-client.sh as 00mysql-client.sh so the included | Dirk Froemberg | 2001-02-07 | 1 | -1/+1 |
| | | | | | | | ldconfig is run earlier. PR: ports/24924 Submitted by: jeh | ||||
* | Add support for BerkeleyDB table type. | Dirk Froemberg | 2001-01-25 | 1 | -0/+1 |
| | | | | | | | | This type allows SQL transactions (COMMIT, ROLLBACK). Note: BerkeleyDB is build as part of mysql323-server since mysql needs a special version of it. Thus we can't depend on databases/db3 at the moment. | ||||
* | Upgrade to 3.23.32. | Dirk Froemberg | 2001-01-22 | 1 | -1/+0 |
| | |||||
* | Switch from mysql322-{client,server} to mysql323-{client,server}. | Dirk Froemberg | 2001-01-21 | 1 | -0/+1 |
| | | | | | | | | mysql323-client installs libmysqlclient.so.10 (instead of libmysqlclient.so.6). mysql323-{client,server} are production quality, now (according to MySQL AB at least). | ||||
* | Upgrade to 3.23.31. | Dirk Froemberg | 2001-01-19 | 1 | -1/+0 |
| | |||||
* | Override PORTREVISION from master port. | Dirk Froemberg | 2001-01-07 | 1 | -0/+1 |
| | |||||
* | Upgrade to MySQL-3.23.24 after repository copy from mysql322-client | Dirk Froemberg | 2000-10-19 | 1 | -2/+2 |
| | | | | | | | | | | | | | and mysql322-server. - mit-pthread support was dropped. - libmysqlclient.so.9 was renamed to libmysqlclient.so.6 (like the one coming with MySQL-3.22.x) so ports depending on MySQL having a chance of using 3.23.x if installed. mysql322-(client|server) and mysql323-(client|server) can't be installed at the same time, of course. | ||||
* | Rename {COMMENT,PLIST}.client to pkg-{comment,plist}.client. | Satoshi Asami | 2000-10-07 | 1 | -2/+2 |
| | |||||
* | Remove obsolete `Version required' lines. | Akinori MUSHA | 2000-04-14 | 1 | -1/+0 |
| | |||||
* | Convert to PORTNAME/PORTVERSION. | Satoshi Asami | 2000-04-13 | 1 | -1/+1 |
| | |||||
* | Change Id->FreeBSD. | David E. O'Brien | 1999-08-25 | 1 | -1/+1 |
| | |||||
* | - install gifs for HTML documentation | Dirk Froemberg | 1999-07-04 | 1 | -1/+2 |
| | | | | | | - put mysqld in a sandbox: - create user and group 'mysql' (uid and gid 88) - start mysqld with user 'mysql' | ||||
* | s/mysql322/mysql322-server/ | Dirk Froemberg | 1999-07-01 | 1 | -2/+2 |
| | |||||
* | Split mysql322 into mysql322-client and mysql322-server. | Dirk Froemberg | 1999-07-01 | 1 | -0/+17 |
| | | | | | | | | | | mysql322-client uses mysql322-server as a master port. So all the magic is in mysql322-server. mysql322-client must be used to add dependencies to, now. Thanks to Dan Moschuk <dan@trinsec.com> for giving the initial point. | ||||
* | Remove mysql322-client. | Dirk Froemberg | 1999-07-01 | 1 | -89/+0 |
| | | | | A version using mysql322(-server) as a master port will follow. | ||||
* | Update this port so it really works, remove the BROKEN tag. | Bill Fumerola | 1999-06-23 | 1 | -1/+1 |
| | | | | | | | | | Note: This is a null commit for Makefile, the previous MASTER_SITE update included a patch I hadn't intended for primetime. Dirk can change/remove/modify this whenever he has the Better Solution. Submitted by: Dan Moschuk <dan@trinsec.com> (maintainer) | ||||
* | Follow the bouncing digex MASTER_SITE. | Bill Fumerola | 1999-06-23 | 1 | -18/+7 |
| | |||||
* | Mark BROKEN awaiting the new maintainer's update to make this port | Bill Fumerola | 1999-06-22 | 1 | -3/+4 |
| | | | | | | a reality. This port was repo-copied by 'The Wraith'. | ||||
* | Upgrade to 3.22.23b. | Dirk Froemberg | 1999-06-08 | 1 | -3/+3 |
| | |||||
* | Remove the test to create ${PREFIX}/share/info/dir as it is now | Michael Haro | 1999-06-05 | 1 | -4/+1 |
| | | | | in bsd.port.mk and this helps to unify the check and install. | ||||
* | Switch from GNU_CONFIGURE to USE_LIBTOOL with port so that it won't install | Michael Haro | 1999-06-05 | 1 | -2/+2 |
| | | | | the .la file. | ||||
* | Update version in comments.. | Peter Wemm | 1999-05-25 | 1 | -2/+2 |
| | |||||
* | Upgrade to 3.22.22. | Dirk Froemberg | 1999-05-02 | 1 | -4/+4 |
| | |||||
* | /sbin/ldconfig -> ${LDCONFIG} | Dirk Froemberg | 1999-04-18 | 1 | -2/+2 |
| | | | | | Found by: portlint Reminded by: asami | ||||
* | Move WWW_SITE to pkg/DESCR:WWW from Makefile | Marc G. Fournier | 1999-04-14 | 1 | -2/+1 |
| | |||||
* | - upgrade to 3.22.21 | Dirk Froemberg | 1999-04-06 | 1 | -3/+4 |
| | | | | - pass ${CONFIGURE_ARGS} to mit-pthreads configure | ||||
* | Upgrade to 3.22.20a. | Dirk Froemberg | 1999-03-22 | 1 | -3/+2 |
| | |||||
* | Commit all Y2K/WWW_SITE changes to Makefiles... | Marc G. Fournier | 1999-03-11 | 1 | -1/+4 |
| | |||||
* | Upgrade to 3.22.19b. | Dirk Froemberg | 1999-03-04 | 1 | -3/+3 |
| | |||||
* | Use ${PERL} for substituting and not ${PERL5}. | Dirk Froemberg | 1999-02-20 | 1 | -3/+3 |
| | |||||
* | Upgrade to 3.22.16a-gamma. | Dirk Froemberg | 1999-02-08 | 1 | -3/+3 |
| |