summaryrefslogtreecommitdiffstats
path: root/databases/mysql41-server
Commit message (Collapse)AuthorAgeFilesLines
* Fix docs installation.ale2004-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.ale2004-10-272-5/+4
|
* Update to 4.1.6 release:ale2004-10-195-204/+176
| | | | | | | - convert startup script to rcNG [1] PR: ports/69273 [1] Submitted by: andreas [1]
* Fix build on FreeBSD 4.X.ale2004-09-241-1/+1
| | | | | | PR: ports/71352 Submitted by: Douglas Thrift <douglas@douglasthrift.net> Approved by: portmgr (marcus)
* Update to 4.1.15 release:ale2004-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 ;-))ale2004-09-027-163/+19
|
* Fix compilation of ndb with gcc 3.4.ale2004-07-271-0/+136
| | | | Obtained from: MySQL BitKeeper Repository
* Update to 4.1.3 release:ale2004-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.ale2004-06-091-0/+21
|
* Improve the patch (this should work on 4.X, too).ale2004-06-021-3/+3
|
* - Update to 4.1.2 releaseale2004-06-019-115/+51
| | | | | - Add experimental WITH_PROC_SCOPE_PTH knob to use process scope threads instead of system scope threads with libpthread
* - Replace dead MASTER_SITE [1]ale2004-05-182-1/+15
| | | | | | | | | - Fix mysqlbug vulnerability [2] - Bump PORTREVISION PR: ports/66671 [1] Submitted by: Roman Neuhauser <neuhauser@chello.cz> [1], roam [2]
* Add size data, approved by maintainers.trevor2004-03-181-0/+1
|
* 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.
* Fix mysql default db installation.ale2004-03-083-5/+4
| | | | Noticed by: many
* Fix installation (a bit of perl was still there).ale2004-03-024-4/+23
| | | | Reported by: bento via kris
* Move mysql.info installation in do-install stage.ale2004-02-291-3/+1
|
* Sync with MySQL 4.0:ale2004-02-296-32/+108
| | | | | | - get rid of perl dependency - enhance man pages and scripts installation - move additional scripts in mysql-scripts port
* 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-17/+14
| | | | | | | | | - 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-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>
* o Update to 4.1.1 alpha release.nork2003-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)
* utilize SITE_PERLijliao2003-10-241-1/+1
| | | | | PR: 58166 Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
* Protect against accidentally defining USE_MYSQL in the environment orroam2003-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]
* take care about DB_DIR when the initial database get installedoliver2003-09-281-2/+2
| | | | | | PR: ports/54628 Submitted By: Max Okumoto <okumoto@ucsd.edu> Approved By: maintainer
* We finally have a threadsafe realpath(3) in 4.x and 5.x.mbr2003-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.
* Correct configure patcharved2003-05-191-5/+3
| | | | | PR: 51342 Submitted by: Alex Dupre <sysadmin@alexdupre.com>
* Repo copy & update to MySQL 4.1.0 aka mysql41-server/mysql41-client.nork2003-04-185-55/+59
| | | | | | 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.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
* Upgrade to 3.23.54.dirk2002-12-145-52/+44
| | | | | | | | | 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
* Mark as FORBIDDEN - multiple security vulnerabilities exist. Seesobomax2002-12-131-0/+2
| | | | | | http://security.e-matters.de/advisories/042002.html Submitted by: Constantin Deribin <deribin@portaone.com>
* Fix MASTER_SITES.dirk2002-11-211-4/+6
|
* WITH_XCHARSET is independent of WITH_CHARSET.dirk2002-11-171-1/+1
| | | | | PR: ports/45173 Submitted by: ITO Tsuyoshi <tsuyoshi@is.s.u-tokyo.ac.jp>
* -STABLE exits with signal 11 while connecting via TCP/IP if emptydirk2002-11-132-5/+9
| | | | | | | | prototypes are used. -CURRENT needs empty prototypes to build. Use __FreeBSD_version to differentiate. Set CXX to $CC on -STABLE again to get around stability problems under heavy load.
* FreeBSD has broken realpath(3), too.dirk2002-11-102-9/+17
| | | | | PR: ports/44784 Submitted by: Adrian Filipi-Martin <adrian@ubergeeks.com>
OpenPOWER on IntegriCloud