| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
| |
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
Notes:
svn path=/head/; revision=214430
|
|
|
|
|
|
|
|
| |
PR: 121448
Submitted by: Matthew Seaman (maintainer)
Notes:
svn path=/head/; revision=208562
|
|
|
|
|
|
|
|
| |
PR: 117219
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
Notes:
svn path=/head/; revision=201895
|
|
|
|
|
|
|
|
| |
PR: 117060
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
Notes:
svn path=/head/; revision=201378
|
|
|
|
|
|
|
|
|
| |
PR: 116724
Submitted by: hq
Approved by: maintainer
Notes:
svn path=/head/; revision=200700
|
|
|
|
|
|
|
|
| |
PR: ports/114759
Submitted by: Matthew Seaman <m.seaman at infracaninophile.co.uk>
Notes:
svn path=/head/; revision=196389
|
|
|
|
|
|
|
|
| |
PR: 112726
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
Notes:
svn path=/head/; revision=191856
|
|
|
|
|
|
|
|
| |
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Notes:
svn path=/head/; revision=191544
|
|
|
|
|
|
|
|
| |
PR: ports/109849
Submitted by: Matthew Seaman <m.seaman at infracaninophile.co.uk> (maintainer)
Notes:
svn path=/head/; revision=186572
|
|
|
|
|
|
|
|
|
|
| |
PR: ports/104712
Submitted by: Kay Abendroth <kay.abendroth@raxion.net>
Reviewed by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
Approved by: flz (mentor)
Notes:
svn path=/head/; revision=177333
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
version numbers is apparently mostly an exercise by MySQL AB to have
all their products with "matching" version numbers. There are some
shiny new bits of extra functionality to justify the new major version
numbers though.
Quoting the release message:
"This is the first generally-available, production release of
Connector/J 5.0. Notice that Connector/J 3.1 has supported all
MySQL-5.0 features other than XA, but this is the first
generally-available release that "synchronizes" version numbers
with the server (as well as adding support for XA).
Version 5.0.3 is suitable for use with any MySQL version including
MySQL-4.1, MySQL-5.0 or MySQL-5.1 beta."
The complete release announcement is at:
http://lists.mysql.com/announce/382
On-line changelog is at:
http://dev.mysql.com/doc/refman/5.0/en/cj-news.html
Upgrade notes:
http://dev.mysql.com/doc/refman/5.0/en/cj-upgrading.html
PR: ports/100931
Submitted by: Matthew Seaman (maintainer)
Notes:
svn path=/head/; revision=168932
|
|
|
|
|
|
|
|
| |
PR: 98225
Submitted by: maintainer
Notes:
svn path=/head/; revision=164122
|
|
|
|
|
|
|
|
|
| |
PR: 90308
Submitted by: maintainer
Approved by: clement (mentor)
Notes:
svn path=/head/; revision=151122
|
|
|
|
|
|
|
|
| |
PR: 87797
Submitted by: maintainer
Notes:
svn path=/head/; revision=146118
|
|
|
|
|
|
|
|
|
|
|
| |
ownerships and permissions come out right when port is built as a mortal user
then installed as root
PR: 86088
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk>
Notes:
svn path=/head/; revision=142723
|
|
|
|
|
|
|
|
|
|
|
| |
- Don't try to mkdir ${JAVAJARDIR} as it has been part of mtree for more than 3
years now
PR: 83059 [1]
Submitted by: maintainer [1]
Notes:
svn path=/head/; revision=138602
|
|
|
|
|
|
|
|
| |
PR: 80271
Submitted by: maintainer
Notes:
svn path=/head/; revision=133990
|
|
|
|
|
|
|
|
| |
PR: 80270
Submitted by: maintainer
Notes:
svn path=/head/; revision=133979
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Use ${JAVALIBDIR} for JAR dependencies
- Use %%JAVAJARDIR%% in plist
- ECHO_CMD -> ECHO_MSG
- Add $FreeBSD$ tag in patch
- Improve the build.xml patch to have the location of JAR files set through
MAKE_ARGS (should help with people with non-standard paths)
PR: 77916 [1]
Submitted by: maintainer [1]
Approved by: maintainer
Notes:
svn path=/head/; revision=129572
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Update to version 3.1.6 -- This is a major update to a new code
branch, and development on the 3.0 branch will now be limited to
critical bug-fixes. From the release announcement:
Version 3.1.6 is the first production release of
the 3.1 series that is suitable for use with all
versions of MySQL, including MySQL-4.1 or MySQL-5.0.
Connector/J 3.1.6 is required if you want to use
server-side prepared statements MySQL-4.1.2 or
newer, or CallableStatements with MySQL-5.0.
http://lists.mysql.com/announce/250
Anyone upgrading from the 3.0 series should first read
http://dev.mysql.com/doc/connector/j/en/#id2424819
This update adds both a BUILD_DEPENDS and a RUN_DEPENDS on
devel/log4j (unless you use the WITHOUT_COMPILE option,
where there's only a RUN_DEPENDS)
PR: ports/76149
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk>
Notes:
svn path=/head/; revision=126376
|
|
|
|
|
|
|
|
| |
PR: ports/76055
Submitted by: maintainer
Notes:
svn path=/head/; revision=126133
|
|
|
|
|
|
|
| |
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
Notes:
svn path=/head/; revision=122423
|
|
|
|
|
|
|
|
| |
PR: ports/71364
Submitted by: Matthew Seaman <m.seaman at infracaninophile dot co dot uk> (maintainer)
Notes:
svn path=/head/; revision=118822
|
|
|
|
|
|
|
|
|
| |
target definition.
Approved by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
Notes:
svn path=/head/; revision=115596
|
|
|
|
|
|
|
|
| |
PR: 70084
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
Notes:
svn path=/head/; revision=115520
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
http://bugs.mysql.com/?id=3923
Full release announcement at:
http://lists.mysql.com/announce/197
This also resyncs the list of MASTER_SITES with the list from the
databases/mysql41-server port.
Notes:
svn path=/head/; revision=110420
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Version 3.0.13 is a bugfix release for the production tree that
is suitable for use with any MySQL version including MySQL-4.1 or
MySQL-5.0.
This release is intended to fix three minor bugs, two which
impact users using MysqlConnectionPoolDataSource, and one bug fix
for prepared statements with batched parameters creating all keys
for getGeneratedKeys()."
Full release announcement at http://lists.mysql.com/java/7488.
PR: ports/67265
Submitted by: Matthew Seaman <m.seaman at infracaninophile.co.uk> (maintainer)
Notes:
svn path=/head/; revision=110166
|
|
|
|
|
|
|
|
|
|
|
| |
'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)
Notes:
svn path=/head/; revision=109991
|
|
|
|
|
|
|
|
|
|
| |
Move PLIST_FILES to later in the Makefile for consistencies' sake.
PR: ports/66111
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
Notes:
svn path=/head/; revision=108805
|
|
|
|
|
|
|
|
| |
PR: 63122
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk>
Notes:
svn path=/head/; revision=101538
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
Notes:
svn path=/head/; revision=100288
|
|
|
|
|
|
|
|
|
|
|
| |
Restore compatability with mysql 4.1.1.
PR: ports/61380
Submitted by: Matthew Seaman (maintainer)
Approved by: nork (mentor/implicitly)
Notes:
svn path=/head/; revision=98459
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=96913
|
|
|
|
| |
Notes:
svn path=/head/; revision=94172
|
|
|
|
|
|
|
|
| |
PR: 59182
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
Notes:
svn path=/head/; revision=93916
|
|
|
|
|
|
|
|
|
|
|
| |
to it now being an official MySQL product.
. Update to 3.0.9.
PR: 57753
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk>
Notes:
svn path=/head/; revision=93148
|
|
|
|
|
|
|
|
| |
Reported by: kris
Pointy hat to: me
Notes:
svn path=/head/; revision=85451
|
|
|
|
|
|
|
|
| |
PR: 52441
Submitted by: Dave Glowacki <dglo@glowacki.dyndns.org>
Notes:
svn path=/head/; revision=83465
|
|
|
|
| |
Notes:
svn path=/head/; revision=76031
|
|
|
|
|
|
|
|
| |
PR: ports/45514
Submitted by: Dave Glowacki <dglo@hyde.ssec.wisc.edu>
Notes:
svn path=/head/; revision=70782
|
|
|
|
|
|
|
|
| |
PR: ports/39899
Submitted by: maintainer
Notes:
svn path=/head/; revision=62874
|
|
|
|
|
|
|
|
|
|
| |
the Makefile to the new bsd.java.mk format.
Submitted by: maintainer
PR: 34150
Notes:
svn path=/head/; revision=59724
|
|
|
|
|
|
|
|
| |
PR: 27761
Submitted by: Dave Glowacki <dglo@ssec.wisc.edu>
Notes:
svn path=/head/; revision=43386
|
|
|
|
|
|
|
|
|
|
|
| |
override.
- Also install the doc files in the post-install target.
PR: 20718
Submitted by: maintainer
Notes:
svn path=/head/; revision=32292
|
|
|
|
| |
Notes:
svn path=/head/; revision=28820
|
|
|
|
|
|
|
| |
Noticed by: bento
Notes:
svn path=/head/; revision=28138
|
|
|
|
|
|
|
|
|
|
| |
PR: ports/17773
Submitted by: MAINTAINER
- Add `java' category.
Notes:
svn path=/head/; revision=27997
|
|
|
|
| |
Notes:
svn path=/head/; revision=27418
|
|
|
|
| |
Notes:
svn path=/head/; revision=26370
|
|
The mm JDBC interface for MySQL.
PR: 16083
Submitted by: Dave Glowacki <dglo@ssec.wisc.edu>
Notes:
svn path=/head/; revision=25285
|