| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
22 May 2012 15:23:28
0.9.5
|
decke  |
- Fix to not require internet access during building
Submitted by: myself
Approved by: Akinori MUSHA <knu@FreeBSD.org> (maintainer)
Reported by: pointyhat-west |
23 Sep 2011 22:26:39
0.9.5
|
amdmi3  |
- 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 |
16 May 2011 12:45:42
0.9.5
|
knu  |
Update to 0.9.5.
PR: ports/156150
Submitted by: Tomislav Filipcic <tomislav@me.com> |
20 Mar 2011 12:54:45
0.9.2
|
miwi  |
- Get Rid MD5 support |
04 Dec 2010 07:34:27
0.9.2
|
ade  |
Sync to new bsd.autotools.mk |
21 May 2010 04:51:06
0.9.2
|
knu  |
Update to 0.9.2. |
15 Jan 2010 12:25:16
0.9
|
knu  |
Update to 0.9. |
26 Oct 2009 13:53:11
0.8.9
|
knu  |
Update to 0.8.9. |
02 Aug 2009 19:36:34
0.8.5
|
mezz  |
-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 |
28 Apr 2009 15:28:33
0.8.5
|
knu  |
Update to 0.8.5. |
21 Feb 2009 06:00:26
0.8.4
|
knu  |
Update to 0.8.4. |
15 Sep 2008 23:14:28
0.8.3_1
|
pav  |
- Another attempt to fix objformat thing
Reported by: QAT
Approved by: portmgr (self) |
15 Sep 2008 22:50:34
0.8.3_1
|
pav  |
- Fix on 7.x and above (objformat)
Reported by: QAT
Approved by: portmgr (self) |
15 Sep 2008 20:56:16
0.8.3_1
|
pav  |
- 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) |
03 Sep 2008 09:06:59
0.8.3_1
|
knu  |
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. |
02 Sep 2008 11:32:01
0.8.3
|
knu  |
Add mysql-q4m, a message queue that works as a pluggable storage
engine of MySQL. |