aboutsummaryrefslogtreecommitdiff
path: root/databases/mysql40-server
Commit message (Collapse)AuthorAgeFilesLines
* 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=103762
* Move mysql.info installation in do-install stage.Alex Dupre2004-02-291-3/+1
| | | | Notes: svn path=/head/; revision=102507
* Remove lib/mysql directory, if empty.Alex Dupre2004-02-291-0/+1
| | | | Notes: svn path=/head/; revision=102498
* Fix plist (remove not installed man page).Alex Dupre2004-02-281-1/+1
| | | | Notes: svn path=/head/; revision=102481
* - get rid of perl dependency [1]Alex Dupre2004-02-236-30/+107
| | | | | | | | | | - enhance man pages and scripts installation - move additional scripts in mysql-scripts port Requested by: many [1] Notes: svn path=/head/; revision=101867
* Update to 4.0.18 release.Alex Dupre2004-02-133-3/+5
| | | | | | | Approved by: nork (mentor/implicitly) Notes: svn path=/head/; revision=100836
* Don't limit architectures.Alex Dupre2004-02-031-2/+0
| | | | | | | | Noticed by: Petri Helenius <pete@he.iki.fi> Approved by: nork (mentor/implicitly) Notes: svn path=/head/; revision=99883
* Use unique LATEST_LINK.Alex Dupre2004-01-291-0/+4
| | | | | | | | Reported by: kris Approved by: nork (mentor/implicitly) Notes: svn path=/head/; revision=99398
* Sync with recent mysql323 changes:Alex Dupre2004-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) Notes: svn path=/head/; revision=98441
* o Add CONFLICTS sections.Norikatsu Shigemura2003-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> Notes: svn path=/head/; revision=96629
* o Update to 4.0.17.Norikatsu Shigemura2003-12-174-69/+67
| | | | | | | | | | o Make portlint clean. PR: ports/60321 Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer) Notes: svn path=/head/; revision=96038
* Move CXXFLAGS out of BUILD_OPTIMIZED section, since theyNorikatsu Shigemura2003-10-251-1/+1
| | | | | | | | | | are always recommended. PR: ports/58509 Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer) Notes: svn path=/head/; revision=92124
* 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
* o Update to 4.0.16 release.Norikatsu Shigemura2003-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) Notes: svn path=/head/; revision=91965
* Protect against accidentally defining USE_MYSQL in the environment orPeter Pentchev2003-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] Notes: svn path=/head/; revision=90144
* Update to MySQL 4.0.15 to fix the password denial-of-service problem.Peter Pentchev2003-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) Notes: svn path=/head/; revision=89122
* update databases/mysql40-server: 4.0.13 -> 4.0.14Daichi GOTO2003-07-243-23/+4
| | | | | | | | PR: 54780 Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer) Notes: svn path=/head/; revision=85502
* We finally have a threadsafe realpath(3) in 4.x and 5.x.Martin Blapp2003-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. Notes: svn path=/head/; revision=81751
* Update to 4.0.13.Norikatsu Shigemura2003-05-214-4/+5
| | | | | | | | PR: ports/52440 Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer) Notes: svn path=/head/; revision=81640
* Correct configure patchTilman Keskinoz2003-05-191-5/+3
| | | | | | | | PR: 51342 Submitted by: Alex Dupre <sysadmin@alexdupre.com> Notes: svn path=/head/; revision=81389
* 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
* Destroy pkg-comment for some of the stranger uses in the tree,Ade Lovett2003-03-062-2/+1
| | | | | | | | | pending the final semi-automatic purge. Approved by: portmgr (implicitly) Notes: svn path=/head/; revision=77037
* FreeBSD 5.X does have lthread.3, FreeBSD 4.X lthread.2Martin Blapp2003-02-251-2/+7
| | | | Notes: svn path=/head/; revision=76433
* Add WITH_LINUXTHREADS option to build with linuxthreads.Martin Blapp2003-02-231-0/+9
| | | | Notes: svn path=/head/; revision=76275
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76031
* o Definitely fix building on -current.Norikatsu Shigemura2003-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) Notes: svn path=/head/; revision=74879
* Update to 4.0.10.Norikatsu Shigemura2003-02-044-14/+59
| | | | | | | | | | Fix configure on -current. PR: ports/47902 Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer) Notes: svn path=/head/; revision=74675
* Update to MySQL 4.0.9 after a repo-copy from the mysql323-* ports.Peter Pentchev2003-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) Notes: svn path=/head/; revision=74356
* Upgrade to 3.23.55.Dirk Froemberg2003-01-293-7/+8
| | | | Notes: svn path=/head/; revision=74215
* mysql-server compiles and runs fine on sparc64.Dirk Froemberg2003-01-231-1/+1
| | | | | | | Submitted by: Joao Pedras <jpedras@webvolution.net> Notes: svn path=/head/; revision=73859
* make USE_LIBTOOL actually workingDirk Froemberg2002-12-161-10/+18
| | | | | | | Submitted by: sobomax Notes: svn path=/head/; revision=71680
* Upgrade to 3.23.54.Dirk Froemberg2002-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 Notes: svn path=/head/; revision=71630
* Mark as FORBIDDEN - multiple security vulnerabilities exist. SeeMaxim Sobolev2002-12-131-0/+2
| | | | | | | | | http://security.e-matters.de/advisories/042002.html Submitted by: Constantin Deribin <deribin@portaone.com> Notes: svn path=/head/; revision=71599
* Fix MASTER_SITES.Dirk Froemberg2002-11-211-4/+6
| | | | Notes: svn path=/head/; revision=70717
* WITH_XCHARSET is independent of WITH_CHARSET.Dirk Froemberg2002-11-171-1/+1
| | | | | | | | PR: ports/45173 Submitted by: ITO Tsuyoshi <tsuyoshi@is.s.u-tokyo.ac.jp> Notes: svn path=/head/; revision=70311
* -STABLE exits with signal 11 while connecting via TCP/IP if emptyDirk Froemberg2002-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. Notes: svn path=/head/; revision=70020
* FreeBSD has broken realpath(3), too.Dirk Froemberg2002-11-102-9/+17
| | | | | | | | PR: ports/44784 Submitted by: Adrian Filipi-Martin <adrian@ubergeeks.com> Notes: svn path=/head/; revision=69859
* Set limits from user mysql before starting mysqld.Dirk Froemberg2002-11-102-1/+2
| | | | | | | Submitted by: Denis Shaposhnikov <dsh@neva.vlink.ru> Notes: svn path=/head/; revision=69853
* Only kill mysqld we started. Don't kill all mysqld.Dirk Froemberg2002-11-101-4/+12
| | | | | | | Submitted by: Submitted by: sobomax (modified by me a bit) Notes: svn path=/head/; revision=69845
* Only kill mysqld we started. Don't kill all mysqld.Dirk Froemberg2002-11-102-4/+11
| | | | | | | Submitted by: sobomax (modified by me a bit) Notes: svn path=/head/; revision=69844
* Fix build on 5.0-CURRENT.Dirk Froemberg2002-11-101-0/+11
| | | | | | | Submitted by: sobomax Notes: svn path=/head/; revision=69810
* Upgrade to 3.23.52.Dirk Froemberg2002-10-213-24/+25
| | | | Notes: svn path=/head/; revision=68483
* Don't restrict InnoDB to i386. Works on alpha, too.Dirk Froemberg2002-09-031-3/+4
| | | | | | | PR: ports/42337 Notes: svn path=/head/; revision=65576
* Upgrade to 3.23.52.Dirk Froemberg2002-08-195-51/+30
| | | | Notes: svn path=/head/; revision=64658
* - remove CXX=${CC} this doesn't work with -CURRENT ${CC} any longer.Dirk Froemberg2002-08-122-2/+12
| | | | | | | - add patch to use correct prototypes for libwrap Notes: svn path=/head/; revision=64441
* Bump PORTREVISION after fixing startup script.Dirk Froemberg2002-08-071-1/+1
| | | | Notes: svn path=/head/; revision=64174