summaryrefslogtreecommitdiffstats
path: root/databases/mysql40-server
Commit message (Collapse)AuthorAgeFilesLines
* At Kris's request, back out the MACHINE_ARCH spelling correction untilobrien2005-04-121-1/+1
| | | | after 5.4-RELEASE.
* - Use the rcNG script to kill MySQL on deinstallation [1]ale2005-04-114-3/+21
| | | | | | | | | | | | - 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) - Add the possibility to specify additional command-line arguments to be passed to mysqld_safe on startup 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 theobrien2005-04-111-1/+1
| | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
* Remove obsolate knob description.ale2005-03-151-1/+0
|
* Update to 4.0.24 release:ale2005-03-148-271/+79
| | | | | | | - Fix potential security vulnerabilities in the creation of temporary table file names and the handling of User Defined Functions (UDFs) - Add the possibility to specify the database directory in rc.conf - Move database creation from post-install stage into startup script
* Symlink vulnerability fixed.ale2005-01-161-0/+90
| | | | | Submitted by: simon Obtained from: MySQL BitKeeper Repository
* Extend allowed linuxthreads shlib versions.ale2005-01-101-2/+2
|
* Move pre-configure in the common part.ale2005-01-101-6/+6
| | | | Spotted by: Maxim Maximov <mcsi@mcsi.pp.ru>
* Share post-extract target with all three subports.ale2005-01-091-3/+3
| | | | Spotted by: Jose Alonso Cardenas Marquez <acardenas@bsdperu.org>
* Update to 4.0.23a release [1]:ale2005-01-0911-111/+240
| | | | | | | | | | - Use MASTER_SITES_MYSQL - Add WITHOUT_INNODB knob [2] - Fix tcp wrappers (hopefully definitely!) PR: ports/75598 [1] Submitted by: Marcus Grando <marcus@corp.grupos.com.br> [1], sobomax [2]
* Fix p5-File-Temp dependency (not required for perl 5.8.x).ale2004-12-151-2/+4
| | | | Spotted by: cdine <cdine@cdine.org>
* Add p5-File-Temp dependency to mysql-scripts.ale2004-12-011-1/+2
| | | | | | | Required to run mysqlhotcopy. PR: ports/72095 Submitted by: Marcus Grando <marcus@corp.grupos.com.br>
* Update to 4.0.22 release:ale2004-10-315-143/+168
| | | | - Switch to rcNG startup script
* Update to 4.0.21 release:ale2004-09-219-33/+113
| | | | | | | | | | - Fix mysqlhotcopy insecure temporary file creation - Fix bug in remote connections caused by libwrap [1] PR: ports/70889 [1] Submitted by: Andreas Haakh <andreas.haakh@ib-haakh.de> [1] Patch by: peadar [1] Approved by: portmgr (marcus)
* - Update to 4.0.20 releaseale2004-05-185-45/+33
| | | | | - Add experimental WITH_PROC_SCOPE_PTH knob to use process scope threads instead of system scope threads with libpthread
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-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.
* Fix a never-catched bug in mysql_install_db script.ale2004-03-122-8/+22
| | | | Now the SKIP_DNS_CHECK knob is pointless.
* Move mysql.info installation in do-install stage.ale2004-02-291-3/+1
|
* Remove lib/mysql directory, if empty.ale2004-02-291-0/+1
|
* Fix plist (remove not installed man page).ale2004-02-281-1/+1
|
* - get rid of perl dependency [1]ale2004-02-236-30/+107
| | | | | | | - enhance man pages and scripts installation - move additional scripts in mysql-scripts port Requested by: many [1]
* Update to 4.0.18 release.ale2004-02-133-3/+5
| | | | Approved by: nork (mentor/implicitly)
* Don't limit architectures.ale2004-02-031-2/+0
| | | | | Noticed by: Petri Helenius <pete@he.iki.fi> Approved by: nork (mentor/implicitly)
* Use unique LATEST_LINK.ale2004-01-291-0/+4
| | | | | Reported by: kris Approved by: nork (mentor/implicitly)
* Sync with recent mysql323 changes:ale2004-01-185-20/+16
| | | | | | | | | - Correctly support PTHREAD_LIBS/CFLAGS - Use USE_GNOME=lthack - Propagate DB_DIR in packages - Use my @FreeBSD.org email address Approved by: nork (mentor/implicitly)
* o Add CONFLICTS sections.nork2003-12-261-2/+5
| | | | | | | | | 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.0.17.nork2003-12-174-69/+67
| | | | | | | o Make portlint clean. PR: ports/60321 Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer)
* Move CXXFLAGS out of BUILD_OPTIMIZED section, since theynork2003-10-251-1/+1
| | | | | | | are always recommended. PR: ports/58509 Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer)
* utilize SITE_PERLijliao2003-10-241-1/+1
| | | | | PR: 58166 Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
* o Update to 4.0.16 release.nork2003-10-234-24/+38
| | | | | | | | o Various little fixes. o Change behaviour of BUILD_OPTIMIZED. PR: ports/58377 Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer)
* Protect against accidentally defining USE_MYSQL in the environment orroam2003-10-031-0/+6
| | | | | | | | | 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]
* Update to MySQL 4.0.15 to fix the password denial-of-service problem.roam2003-09-233-7/+8
| | | | | | | | Check for OVERWRITE_DB="no" in addition to just the test for its presence. PR: 56703 Submitted by: maintainer Approved by: security-officer (nectar)
* update databases/mysql40-server: 4.0.13 -> 4.0.14daichi2003-07-243-23/+4
| | | | | PR: 54780 Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer)
* We finally have a threadsafe realpath(3) in 4.x and 5.x.mbr2003-05-222-7/+26
| | | | | | | | 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.
* Update to 4.0.13.nork2003-05-214-4/+5
| | | | | PR: ports/52440 Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer)
* Correct configure patcharved2003-05-191-5/+3
| | | | | PR: 51342 Submitted by: Alex Dupre <sysadmin@alexdupre.com>
* o Move USE_PERL5_RUN into server part.nork2003-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)
* Under FreeBSD 5.X, libstdc++ and libsupc++ in /usr/lib use FreeBSDmbr2003-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
* o Build thread-safe libs by default.nork2003-03-252-4/+5
| | | | | | | | o Fix pkg-plist. o Bump PORTREVISION accordingly. PR: ports/50293 Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer)
* Update to 4.0.12.nork2003-03-247-55/+54
| | | | | PR: ports/50130 Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer)
* Destroy pkg-comment for some of the stranger uses in the tree,ade2003-03-062-2/+1
| | | | | | pending the final semi-automatic purge. Approved by: portmgr (implicitly)
* FreeBSD 5.X does have lthread.3, FreeBSD 4.X lthread.2mbr2003-02-251-2/+7
|
* Add WITH_LINUXTHREADS option to build with linuxthreads.mbr2003-02-231-0/+9
|
* De-pkg-comment.knu2003-02-212-1/+1
|
* o Definitely fix building on -current.nork2003-02-052-22/+17
| | | | | | | | | o Really overwrite databases when OVERWRITE_DB is set. o Automatically skip installing databases if they already exist (unless OVERWRITE_DB is set). PR: ports/47945 Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer)
* Update to 4.0.10.nork2003-02-044-14/+59
| | | | | | | Fix configure on -current. PR: ports/47902 Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer)
* Update to MySQL 4.0.9 after a repo-copy from the mysql323-* ports.roam2003-01-3111-328/+119
| | | | | | | 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.55.dirk2003-01-293-7/+8
|
* mysql-server compiles and runs fine on sparc64.dirk2003-01-231-1/+1
| | | | Submitted by: Joao Pedras <jpedras@webvolution.net>
* make USE_LIBTOOL actually workingdirk2002-12-161-10/+18
| | | | Submitted by: sobomax
OpenPOWER on IntegriCloud