summaryrefslogtreecommitdiff
path: root/databases/mysql41-server (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix previouos commit.Alex Dupre2007-04-181-1/+1
|
* Use the new @stopdaemon feature.Alex Dupre2007-04-181-1/+1
|
* Fix dependencies.Alex Dupre2007-01-201-1/+1
|
* Update to 4.1.22 release and fix the long standing ORDER BY bug.Alex Dupre2006-11-283-9/+13
| | | | Requested by: many
* - Update to 4.1.21Pav Lucistnik2006-08-062-4/+4
| | | | Approved by: ale's vacation
* Remove the temporary hack to use the new USE_LDCONFIG feature.Alex Dupre2006-06-221-5/+0
|
* - Update to 4.1.20Marcus Alves Grando2006-06-012-4/+4
| | | | | | PR: 98280 Approved by: ale Security: http://lists.mysql.com/announce/364
* - Update to 4.1.19Pav Lucistnik2006-05-063-5/+8
| | | | Approved by: ale (maintainer)
* Fix rcNG startup ordering for MySQL daemon.Alex Dupre2006-03-072-3/+2
| | | | | | Bump PORTREVISION for mysql-server ports. Approved by: portmgr (clement)
* Conversion to a single libtool environment.Ade Lovett2006-02-232-1/+3
| | | | Approved by: portmgr (kris)
* MySQL 4.1 doesn't need newer zlib.Alex Dupre2006-02-132-11/+2
| | | | Reported by: mnag
* Update to 4.1.18 release.Alex Dupre2006-02-133-9/+15
|
* eplace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-1/+1
| | | | | Approved by: krion@ PR: ports/88711 (related)
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-2/+2
| | | | | Approved by: krion@ PR: ports/88711 (related)
* Convert mysql-client.sh to rcNG.Alex Dupre2006-01-123-23/+5
|
* Update to 4.1.16 release.Alex Dupre2005-12-225-32/+44
|
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
* Update to 4.1.15 release.Alex Dupre2005-10-232-3/+3
| | | | | PR: ports/87749 Submitted by: mnag
* Update to 4.1.14 release.Alex Dupre2005-08-283-11/+5
|
* Update to 4.1.13 release.Alex Dupre2005-07-234-13/+11
|
* Fix compilation on FreeBSD 4.X.Alex Dupre2005-06-111-1/+2
| | | | Submitted by: many
* Update to 4.1.12 release.Alex Dupre2005-06-084-51/+17
| | | | | PR: ports/81690 Submitted by: Marcus Grando <marcus@corp.grupos.com.br>
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
| | | | after 5.4-RELEASE.
* - Use the rcNG script to kill MySQL on deinstallation [1]Alex Dupre2005-04-114-3/+18
| | | | | | | | | | - Set the new sequence for finding my.cnf files [2]: /etc, ${PREFIX}/etc, ${mysql_dbdir} (default to: /etc/my.cnf, /usr/local/etc/my.cnf, /var/db/mysql/my.cnf) PR: ports/79166 [1], ports/79597 [2] Submitted by: Sergey Prikhodko <sergey@network-asp.biz> [1], Vasil Dimov <vd@datamax.bg> [2]
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-1/+1
| | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
* Update to 4.1.11 release:Alex Dupre2005-04-063-4/+7
| | | | | - add the possibility to specify additional command-line arguments to be passed to mysqld_safe on startup
* - Tell users about new WITH_COLLATION knobPav Lucistnik2005-03-211-0/+1
| | | | Requested by: ale (maintainer)
* - Add WITH_COLLATION knob to control --with-collation configure argument.Pav Lucistnik2005-03-211-0/+3
| | | | | | | | Useful for regional collation support. PR: ports/78400 Submitted by: Divacky Roman <xdivac02@stud.fit.vutbr.cz> Approved by: maintainer timeout (17 days)
* Remove obsolate knob description.Alex Dupre2005-03-151-1/+0
|
* Update to 4.1.10a:Alex Dupre2005-03-142-3/+3
| | | | | - fix potential security vulnerabilities in the creation of temporary table file names and the handling of User Defined Functions (UDFs).
* Update to 4.1.10 release:Alex Dupre2005-02-157-180/+77
| | | | | | | | - Add the possibility to specify the database directory in rc.conf [1] - Move database creation from post-install stage into startup script PR: ports/75453 [1] Submitted by: Boris Kovalenko <boris@tagnet.ru> [1]
* Symlink vulnerability fixed.Alex Dupre2005-01-161-0/+90
| | | | | Submitted by: simon Obtained from: MySQL BitKeeper Repository
* Update to 4.1.9 release.Alex Dupre2005-01-165-41/+6
|
* - Make it compilable with old gcc [1]Alex Dupre2005-01-102-0/+14
| | | | | | | - Fix plist PR: ports/76054 Submitted by: Marcus Grando <marcus@corp.grupos.com.br>
* Extend allowed linuxthreads shlib versions.Alex Dupre2005-01-101-2/+2
|
* Move pre-configure in the common part.Alex Dupre2005-01-101-6/+6
| | | | Spotted by: Maxim Maximov <mcsi@mcsi.pp.ru>
* Conditionally remove include/mysql.Alex Dupre2005-01-101-1/+1
|
* Correct comment typo.Alex Dupre2005-01-101-1/+1
| | | | | PR: ports/76050 Submitted by: Marcus Grando <marcus@corp.grupos.com.br>
* Update to 4.1.8a release [1][2]:Alex Dupre2005-01-1012-173/+289
| | | | | | | | | | | | - Use MASTER_SITES_MYSQL - Add WITHOUT_INNODB knob [3] - Fix tcp wrappers (hopefully definitely!) - Add WITH_NDB knob PR: ports/75556 [1], ports/75565 [2] Submitted by: Sergey Prikhodko <sergey@network-asp.biz> [1], Marcus Grando <marcus@corp.grupos.com.br> [2], sobomax [3]
* Fix p5-File-Temp dependency (not required for perl 5.8.x).Alex Dupre2004-12-151-2/+5
| | | | Spotted by: cdine <cdine@cdine.org>
* Add p5-File-Temp dependency to mysql-scripts.Alex Dupre2004-12-011-1/+2
| | | | | | | Required to run mysqlhotcopy. PR: ports/72095 Submitted by: Marcus Grando <marcus@corp.grupos.com.br>
* Fix docs installation.Alex Dupre2004-11-151-1/+2
| | | | Submitted by: Dan Nelson <dnelson@allantgroup.com>
* Update to 4.1.7 release. This is the first 4.1 production release.Alex Dupre2004-10-272-5/+4
|
* Update to 4.1.6 release:Alex Dupre2004-10-195-204/+176
| | | | | | | - convert startup script to rcNG [1] PR: ports/69273 [1] Submitted by: andreas [1]
* Fix build on FreeBSD 4.X.Alex Dupre2004-09-241-1/+1
| | | | | | PR: ports/71352 Submitted by: Douglas Thrift <douglas@douglasthrift.net> Approved by: portmgr (marcus)
* Update to 4.1.15 release:Alex Dupre2004-09-227-11/+94
| | | | | | | | - Fix a buffer overflow in prepared statements API - Fix bug in remote connections caused by libwrap [1] Patch by: peadar [1] Approved by: portmgr (marcus)
* Update to 4.1.4 release (before port freeze ;-))Alex Dupre2004-09-027-163/+19
|
* Fix compilation of ndb with gcc 3.4.Alex Dupre2004-07-271-0/+136
| | | | Obtained from: MySQL BitKeeper Repository
* Update to 4.1.3 release:Alex Dupre2004-07-055-18/+64
| | | | | | | | | | - switch to use libtool 1.5 Add ndbcluster, the new high-performance and high-reliable storage engine used in MySQL Cluster: - experimental: no docs, no examples, no startup scripts - to setup it see the administration guide at: http://gd.tuwien.ac.at/db/mysql/Downloads/Manual/mysql-cluster-admin.pdf
* Add patchfile as in mysql 5.0 to remove useless perl dependency.Alex Dupre2004-06-091-0/+21
|