summaryrefslogtreecommitdiff
path: root/databases/mysql50-server (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-3/+3
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154109
* Fix build on 4.X (use included zlib on 4.X).Alex Dupre2006-01-111-2/+2
| | | | Notes: svn path=/head/; revision=153237
* Update to 5.0.18 release:Alex Dupre2006-01-094-27/+9
| | | | | | | - convert mysql-client.sh script to use ldconfig rcNG system Notes: svn path=/head/; revision=153126
* Update to 5.0.17 release.Alex Dupre2005-12-224-17/+26
| | | | Notes: svn path=/head/; revision=151862
* Update to 5.0.16 release:Alex Dupre2005-11-273-21/+26
| | | | | | | - add Federated Engine Notes: svn path=/head/; revision=149664
* 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. Notes: svn path=/head/; revision=148323
* Update to 5.0.15 release, the first Generally Available (GA) version!Alex Dupre2005-10-263-5/+4
| | | | Notes: svn path=/head/; revision=146389
* Update to 5.0.13 rc release:Alex Dupre2005-09-293-5/+10
| | | | | | | | | - Add knob to enable Archive Storage Engine [1] Submitted by: Justin Bastedo <justin.bastedo@gmail.com> via grog [1] Notes: svn path=/head/; revision=143802
* Update to 5.0.12 release.Alex Dupre2005-09-072-3/+3
| | | | | | | | PR: ports/85665 Submitted by: Marcus Grando <marcus@corp.grupos.com.br> Notes: svn path=/head/; revision=142158
* Update to 5.0.11 release.Alex Dupre2005-08-285-17/+20
| | | | | | | | PR: ports/85403 Submitted by: Marcus Grando <marcus@corp.grupos.com.br> Notes: svn path=/head/; revision=141168
* Install some header files (like mysqld_error.h) with the client, as previous ↵Alex Dupre2005-07-233-6/+8
| | | | | | | behaviour. Notes: svn path=/head/; revision=139948
* Update to 5.0.9 release.Alex Dupre2005-07-163-7/+7
| | | | | | | | PR: ports/83541 Submitted by: Marcus Grando <marcus@corp.grupos.com.br> Notes: svn path=/head/; revision=139329
* Update to 5.0.7 release.Alex Dupre2005-06-183-9/+7
| | | | Notes: svn path=/head/; revision=137677
* Fix compilation on FreeBSD 4.X.Alex Dupre2005-06-111-1/+2
| | | | | | | Submitted by: many Notes: svn path=/head/; revision=137261
* Update to 5.0.6 release.Alex Dupre2005-06-087-64/+39
| | | | Notes: svn path=/head/; revision=137029
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
| | | | | | | after 5.4-RELEASE. Notes: svn path=/head/; revision=133116
* - 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] Notes: svn path=/head/; revision=133014
* 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'. Notes: svn path=/head/; revision=132992
* Update to 5.0.3 release:Alex Dupre2005-04-0613-290/+125
| | | | | | | | | | - Add the possibility to specify the database directory in rc.conf - Move database creation from post-install stage into startup script - Add the possibility to specify additional command-line arguments to be passed to mysqld_safe on startup Notes: svn path=/head/; revision=132637
* - Add new knob to define default server collationPav Lucistnik2005-03-211-0/+4
| | | | | | | Requested by: ale (maintainer) Notes: svn path=/head/; revision=131838
* Symlink vulnerability fixed.Alex Dupre2005-01-161-0/+90
| | | | | | | | Submitted by: simon Obtained from: MySQL BitKeeper Repository Notes: svn path=/head/; revision=126626
* - Make it compilable with old gcc [1]Alex Dupre2005-01-102-1/+17
| | | | | | | | | | - Fix plist PR: ports/76054 Submitted by: Marcus Grando <marcus@corp.grupos.com.br> Notes: svn path=/head/; revision=126068
* Extend allowed linuxthreads shlib versions.Alex Dupre2005-01-101-2/+2
| | | | Notes: svn path=/head/; revision=126058
* Move pre-configure in the common part.Alex Dupre2005-01-101-6/+6
| | | | | | | Spotted by: Maxim Maximov <mcsi@mcsi.pp.ru> Notes: svn path=/head/; revision=126054
* Correct comment typo.Alex Dupre2005-01-101-1/+1
| | | | | | | | PR: ports/76050 Submitted by: Marcus Grando <marcus@corp.grupos.com.br> Notes: svn path=/head/; revision=126052
* Update to 5.0.2 release:Alex Dupre2005-01-108-165/+301
| | | | | | | | | | | | - Use MASTER_SITES_MYSQL - Add WITHOUT_INNODB knob [1] - Fix tcp wrappers (hopefully definitely!) - Add WITH_NDB knob Submitted by: sobomax [1] Notes: svn path=/head/; revision=126051
* 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> Notes: svn path=/head/; revision=122887
* Update to 5.0.1 (snapshot) release:Alex Dupre2004-10-2412-304/+265
| | | | | | | | | | - Unmark FORBIDDEN - Install a rcNG startup script - Enable support for ndbcluster - Add knob to use process scope threads Notes: svn path=/head/; revision=120092
* Mark FORBIDDEN due to serious, unpatched security vulnerabilityJacques Vidrine2004-10-211-0/+2
| | | | | | | | documented for almost two months at http://vuxml.freebsd.org/e5e2883d-ceb9-11d8-8898-000d6111a684.html Notes: svn path=/head/; revision=119934
* - Fix mysqlhotdump vulnerabilityAlex Dupre2004-09-243-12/+60
| | | | | | | | | - Fix plist (don't install .la files) Approved by: portmgr (marcus) Notes: svn path=/head/; revision=118376
* - Replace dead MASTER_SITE [1]Alex Dupre2004-05-182-1/+15
| | | | | | | | | | | | - Fix mysqlbug vulnerability [2] - Bump PORTREVISION PR: ports/66671 [1] Submitted by: Roman Neuhauser <neuhauser@chello.cz> [1], roam [2] Notes: svn path=/head/; revision=109426
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-03-141-1/+1
| | | | | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed. Notes: svn path=/head/; revision=103963
* Fix a never-catched bug in mysql_install_db script.Alex Dupre2004-03-122-8/+22
| | | | | | | Now the SKIP_DNS_CHECK knob is pointless. Notes: svn path=/head/; revision=103766
* Fix mysql default db installation.Alex Dupre2004-03-083-5/+4
| | | | | | | Noticed by: many Notes: svn path=/head/; revision=103278
* Fix building without perl.Alex Dupre2004-03-051-0/+21
| | | | | | | Reported by: bento via kris Notes: svn path=/head/; revision=103028
* Fix installation (a bit of perl was still there).Alex Dupre2004-03-024-4/+23
| | | | | | | Reported by: bento via kris Notes: svn path=/head/; revision=102728
* Sync with MySQL 4.0:Alex Dupre2004-02-296-34/+108
| | | | | | | | | - get rid of perl dependency - enhance man pages and scripts installation - move additional scripts in mysql-scripts port Notes: svn path=/head/; revision=102508
* Finally MySQL 5.0 appears in the ports tree!Alex Dupre2004-02-046-38/+38
| | | | | | | | | PR: ports/60559 Submitted by: me Approved by: nork (mentor/implicitly) Notes: svn path=/head/; revision=99976
* o Add CONFLICTS sections.Norikatsu Shigemura2003-12-262-3/+17
| | | | | | | | | | | | 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> Notes: svn path=/head/; revision=96629
* o Update to 4.1.1 alpha release.Norikatsu Shigemura2003-12-116-122/+110
| | | | | | | | | | | o Sync with mysql40 port changes. o Make portlint clean. PR: ports/60119 Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer) Notes: svn path=/head/; revision=95620
* utilize SITE_PERLYing-Chieh Liao2003-10-241-1/+1
| | | | | | | | PR: 58166 Submitted by: Cheng-Lung Sung <clsung@dragon2.net> Notes: svn path=/head/; revision=92059
* Protect against accidentally defining USE_MYSQL in the environment orPeter Pentchev2003-10-031-0/+4
| | | | | | | | | | | | on the make(1) command line[1]. Unbreak mysql40-server's building on -CURRENT (-pthread)[2]. PR: 56252[1], 56925[2] Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> [1], Alex Dupre <sysadmin@alexdupre.com> (maintainer) [2] Notes: svn path=/head/; revision=90144
* take care about DB_DIR when the initial database get installedOliver Lehmann2003-09-281-2/+2
| | | | | | | | | PR: ports/54628 Submitted By: Max Okumoto <okumoto@ucsd.edu> Approved By: maintainer Notes: svn path=/head/; revision=89724
* We finally have a threadsafe realpath(3) in 4.x and 5.x.Martin Blapp2003-05-222-6/+25
| | | | | | | | | | | Remove problematic HAVE_BROKEN_REALPATH define, now we have a fixed version. This allows usage of symlinks for database paths again which was previously broken. Bump portrevision. Notes: svn path=/head/; revision=81751
* Correct configure patchTilman Keskinoz2003-05-191-5/+3
| | | | | | | | PR: 51342 Submitted by: Alex Dupre <sysadmin@alexdupre.com> Notes: svn path=/head/; revision=81394
* Repo copy & update to MySQL 4.1.0 aka mysql41-server/mysql41-client.Norikatsu Shigemura2003-04-185-55/+59
| | | | | | | | | Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer) Repo copied by: joe (cvs) Approved by: portmgr (no objections) Notes: svn path=/head/; revision=79234
* o Move USE_PERL5_RUN into server part.Norikatsu Shigemura2003-04-041-3/+4
| | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=78088
* Under FreeBSD 5.X, libstdc++ and libsupc++ in /usr/lib use FreeBSDMartin Blapp2003-03-261-1/+2
| | | | | | | | | | | | native (libc_r style) mutexes, thus some of the linked application might indirectly try to pass native style mutexes to linuxthreads pthread functions, either hanging at program startup or overwriting data following the native style mutex. <tegge> Reviewed by: tegge Notes: svn path=/head/; revision=77499
* o Build thread-safe libs by default.Norikatsu Shigemura2003-03-252-4/+5
| | | | | | | | | | | o Fix pkg-plist. o Bump PORTREVISION accordingly. PR: ports/50293 Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer) Notes: svn path=/head/; revision=77464
* Update to 4.0.12.Norikatsu Shigemura2003-03-247-55/+54
| | | | | | | | PR: ports/50130 Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer) Notes: svn path=/head/; revision=77407