'production' instead of 'stable' for no apparent reason. Release
notes are at http://lists.mysql.com/announce/192.
PR: ports/66908
Submitted by: Matthew Seaman <m.seaman at infracaninophile.co.uk> (maintainer)
Move PLIST_FILES to later in the Makefile for consistencies' sake.
PR: ports/66111
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
- Use PLIST_FILES
- Set JAVA_HOME to ant environment
- ECHO -> ECHO_MSG
PR: ports/62472
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
http://www.mysql.com/documentation/connector-j/index.html#id2800748
MySQL Connector/J really does need JDK 1.4.x to compile. Use of
apache-ant appears to side-step all of the effects of the USE_JAVA
knob from bsd.java.mk, so all previous testing was actually using JDK 1.4.2
to do the compilation step.
Since the distfile contains a pre-compiled .jar file, which will work with
any Java-2 JVM, provide a WITHOUT_BUILD option.
PR: ports/59993
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
Noticed by: Aristedes Maniatis