Commit graph

17 commits

Author SHA1 Message Date
Akinori MUSHA
f81c34e7ba Update to 0.9.10, adding support for MySQL 5.5+. 2014-01-22 11:03:44 +00:00
Baptiste Daroussin
36117d7097 Add NO_STAGE all over the place in preparation for the staging support (cat: databases) 2013-09-20 16:13:47 +00:00
Bernhard Froehlich
c039bae4e3 - Fix to not require internet access during building
Submitted by:	myself
Approved by:	Akinori MUSHA <knu@FreeBSD.org> (maintainer)
Reported by:	pointyhat-west
2012-05-22 15:23:28 +00:00
Dmitry Marakasov
6f6fbe4bdf - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- 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
2011-09-23 22:26:39 +00:00
Akinori MUSHA
f48f8c2555 Update to 0.9.5.
PR:		ports/156150
Submitted by:	Tomislav Filipcic <tomislav@me.com>
2011-05-16 12:45:42 +00:00
Ade Lovett
4a8684e352 Sync to new bsd.autotools.mk 2010-12-04 07:34:27 +00:00
Akinori MUSHA
81646c9585 Update to 0.9.2. 2010-05-21 04:51:05 +00:00
Akinori MUSHA
af39f77ee7 Update to 0.9. 2010-01-15 12:25:16 +00:00
Akinori MUSHA
613d093047 Update to 0.8.9. 2009-10-26 13:53:11 +00:00
Jeremy Messenger
789d75c728 -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-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
2009-08-02 19:36:34 +00:00
Akinori MUSHA
0c3ce7c128 Update to 0.8.5. 2009-04-28 15:28:33 +00:00
Akinori MUSHA
7974bf2316 Update to 0.8.4. 2009-02-21 06:00:25 +00:00
Pav Lucistnik
935c58f804 - Another attempt to fix objformat thing
Reported by:	QAT
Approved by:	portmgr (self)
2008-09-15 23:14:27 +00:00
Pav Lucistnik
63c73ede28 - Fix on 7.x and above (objformat)
Reported by:	QAT
Approved by:	portmgr (self)
2008-09-15 22:50:34 +00:00
Pav Lucistnik
dd2c1e37fe - Fix build on pointyhat by preinstalling build-depend for mysql-server target
(ugly hack, but it works)

Approved by:	knu (maintainer)
Approved by:	portmgr (self)
2008-09-15 20:56:16 +00:00
Akinori MUSHA
4bd89b5599 Fix permissions of example files so that make test works after
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.
2008-09-03 09:06:58 +00:00
Akinori MUSHA
0f74e1f3b7 Add mysql-q4m, a message queue that works as a pluggable storage
engine of MySQL.
2008-09-02 11:32:01 +00:00