summaryrefslogtreecommitdiff
path: root/databases/mysql323-server (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Begin planning for de-orbit burn. This does not build with gcc4.2, andMark Linimon2007-07-241-15/+4
| | | | | | | | | | | | the correct fix is to update to a modern version of MySQL. While here, rip out obsolete 4.X cruft. Hat: portmgr Approved by: maintainer Notes: svn path=/head/; revision=196182
* Fix previouos commit.Alex Dupre2007-04-181-1/+1
| | | | Notes: svn path=/head/; revision=190265
* Use the new @stopdaemon feature.Alex Dupre2007-04-181-1/+1
| | | | Notes: svn path=/head/; revision=190263
* Fix for WITH_PROC_SCOPE_PTH=yes.Alex Dupre2006-09-091-1/+1
| | | | | | | | PR: ports/102899 Submitted by: Alex <garcol@postino.it> Notes: svn path=/head/; revision=172612
* Remove the temporary hack to use the new USE_LDCONFIG feature.Alex Dupre2006-06-221-5/+0
| | | | Notes: svn path=/head/; revision=166022
* Remove USE_REINPLACE from all categories starting with DEdwin Groothuis2006-05-041-1/+0
| | | | Notes: svn path=/head/; revision=161363
* Fix rcNG startup ordering for MySQL daemon.Alex Dupre2006-03-072-3/+2
| | | | | | | | | Bump PORTREVISION for mysql-server ports. Approved by: portmgr (clement) Notes: svn path=/head/; revision=157011
* Conversion to a single libtool environment.Ade Lovett2006-02-232-1/+3
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154141
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-1/+1
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154109
* Convert mysql-client.sh to rcNG.Alex Dupre2006-01-123-23/+5
| | | | Notes: svn path=/head/; revision=153339
* 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
* 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/+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] Notes: svn path=/head/; revision=133016
* 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 3.23.59 snapshot:Alex Dupre2005-03-158-229/+194
| | | | | | | | | - Switch to rcNG - Add the possibility to specify the database directory in rc.conf - Move database creation from post-install stage into startup script Notes: svn path=/head/; revision=131302
* - Use MASTER_SITES_MYSQLAlex Dupre2005-01-104-28/+207
| | | | | | | | | | | - Add WITHOUT_INNODB knob [1] - Fix tcp wrappers (hopefully definitely!) - Extend allowed linuxthreads shlib versions Submitted by: sobomax [1] Notes: svn path=/head/; revision=126061
* Fix p5-File-Temp dependency (not required for perl 5.8.x).Alex Dupre2004-12-151-2/+4
| | | | | | | Spotted by: cdine <cdine@cdine.org> Notes: svn path=/head/; revision=124089
* 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
* Unbreak (restore forced 'ps' command).Alex Dupre2004-09-291-5/+46
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=118499
* - Fix mysqlhotdump vulnerabilityAlex Dupre2004-09-243-57/+66
| | | | | | | | | | - Fix plist (don't install .la files) - Add optional knob WITH_PROC_SCOPE_PTH Approved by: portmgr (marcus) Notes: svn path=/head/; revision=118374
* - Replace dead MASTER_SITE [1]Alex Dupre2004-05-181-1/+1
| | | | | | | | | | | | - 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
* Add size data, approved by maintainers.Trevor Johnson2004-03-181-0/+1
| | | | Notes: svn path=/head/; revision=104520
* 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
* Sync with MySQL 4.0:Alex Dupre2004-02-296-26/+97
| | | | | | | | | - get rid of perl dependency - enhance man pages and scripts installation - move additional scripts in mysql-scripts port Notes: svn path=/head/; revision=102523
* 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
* - Completely restructure the port to follow other mysql* portsAlex Dupre2004-01-1710-359/+179
| | | | | | | | | | | | | | | | (too many improvements to be listed here) - Correctly support PTHREAD_LIBS/CFLAGS - Use USE_GNOME=lthack - Propagate DB_DIR in package [1] - Use my @FreeBSD.org email address - Bump PORTREVISION PR: ports/24749 [1] Submitted by: Tom Pavel <pavel@networkphysics.com> [1] Approved by: nork (mentor/implicitly) Notes: svn path=/head/; revision=98397
* In a followup to ports/60559, Alex admitted to being the maintainer of allMark Linimon2003-12-271-1/+1
| | | | | | | | | the other mysql-(server|client) ports, and thus found himself volunteered for this one as well. Of course, it may well be that he didn't run away fast enough ... or that this release is probably the last in the 3.x series. Notes: svn path=/head/; revision=96673
* 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
* Use INFO.Max Khon2003-11-142-3/+4
| | | | Notes: svn path=/head/; revision=93948
* Use the FIND and XARGS macros introduced in bsd.port.mk 1.391.Trevor Johnson2003-11-131-1/+2
| | | | Notes: svn path=/head/; revision=93890
* 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
* Update port: databases/mysql323-serverEdwin Groothuis2003-09-271-35/+35
| | | | | | | | | | | - ECHO -> ECHO_MSG - pre-fetch -> pre-everything PR: ports/56775 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=89488
* Security update to 3.23.58.Martin Blapp2003-09-193-13/+4
| | | | | | | | | | | | | | | Fixed buffer overflow in password handling which could potentially be exploited by MySQL users with ALTER privilege on the mysql.user table to execute random code or to gain shell access with the UID of the mysqld process. The complete changelog can be found at: http://www.mysql.com/doc/en/News-3.23.58.html Approved by: marcus (portsmgr) Notes: svn path=/head/; revision=89069
* With my portmgr hat on, apply a fix discussed on current@ to fix theJoe Marcus Clarke2003-08-292-14/+23
| | | | | | | | build on -CURRENT. Also, reset maintainer to ports@ since dirk@ has been inactive since 2003-02-06. Notes: svn path=/head/; revision=87990
* Update to 3.23.57.Norikatsu Shigemura2003-07-102-3/+3
| | | | | | | | PR: ports/53982 Submitted by: Xin LI <delphij@freebsdchina.org> Notes: svn path=/head/; revision=84581
* We finally have a threadsafe realpath(3) in 4.x and 5.x.Martin Blapp2003-05-222-10/+29
| | | | | | | | | | | 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
* Under FreeBSD 5.X, libstdc++ and libsupc++ in /usr/lib use FreeBSDMartin Blapp2003-03-261-1/+4
| | | | | | | | | | | | 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
* Upgrade to 3.23.56.Martin Blapp2003-03-262-2/+2
| | | | | | | | Maintainer timeout. I successfully run this package on ~ 10 servers since Mar 19. Notes: svn path=/head/; revision=77498
* Destroy pkg-comment for some of the stranger uses in the tree,Ade Lovett2003-03-063-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-3/+6
| | | | Notes: svn path=/head/; revision=76433
* 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