aboutsummaryrefslogtreecommitdiff
path: root/databases/mysql-q4m
Commit message (Collapse)AuthorAgeFilesLines
* - Fix to not require internet access during buildingBernhard Froehlich2012-05-221-1/+1
| | | | | | | | | Submitted by: myself Approved by: Akinori MUSHA <knu@FreeBSD.org> (maintainer) Reported by: pointyhat-west Notes: svn path=/head/; revision=297196
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-2/+2
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* Update to 0.9.5.Akinori MUSHA2011-05-163-5/+5
| | | | | | | | PR: ports/156150 Submitted by: Tomislav Filipcic <tomislav@me.com> Notes: svn path=/head/; revision=274182
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* Update to 0.9.2.Akinori MUSHA2010-05-212-4/+4
| | | | Notes: svn path=/head/; revision=254684
* Update to 0.9.Akinori MUSHA2010-01-152-4/+4
| | | | Notes: svn path=/head/; revision=247938
* Update to 0.8.9.Akinori MUSHA2009-10-262-4/+4
| | | | Notes: svn path=/head/; revision=243333
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr Notes: svn path=/head/; revision=238781
* Update to 0.8.5.Akinori MUSHA2009-04-282-6/+8
| | | | Notes: svn path=/head/; revision=232906
* Update to 0.8.4.Akinori MUSHA2009-02-212-5/+4
| | | | Notes: svn path=/head/; revision=228760
* - Another attempt to fix objformat thingPav Lucistnik2008-09-151-1/+1
| | | | | | | | Reported by: QAT Approved by: portmgr (self) Notes: svn path=/head/; revision=220400
* - Fix on 7.x and above (objformat)Pav Lucistnik2008-09-151-0/+3
| | | | | | | | Reported by: QAT Approved by: portmgr (self) Notes: svn path=/head/; revision=220398
* - Fix build on pointyhat by preinstalling build-depend for mysql-server targetPav Lucistnik2008-09-151-0/+2
| | | | | | | | | | (ugly hack, but it works) Approved by: knu (maintainer) Approved by: portmgr (self) Notes: svn path=/head/; revision=220394
* Fix permissions of example files so that make test works afterAkinori MUSHA2008-09-031-5/+16
| | | | | | | | | | | | | | installation. COPYTREE_* macros install files with cpio -dumpl (l -- hardlink) and then do chmod & chown against the newly installed files, so when WRKSRC and PREFIX are under the same filesystem, permissions of the original files under the working directory are also affected. That was how installing files with wrong permissions caused make test under the working directory to fail. Notes: svn path=/head/; revision=219736
* Add mysql-q4m, a message queue that works as a pluggable storageAkinori MUSHA2008-09-024-0/+65
engine of MySQL. Notes: svn path=/head/; revision=219656