Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
01 Jul 2019 07:43:33
3.2.0_2

|
ale  |
Update default MySQL version to 5.7.
PR: 238365
Submitted by: ale
Exp-run by: antoine
Approved by: portmgr (antoine) |
21 Apr 2017 20:25:01
3.2.0_2

|
rene  |
Return ports maintained by John Marino to the pool, he is no longer interested.
Submitted by: Mark Millard via private e-mail |
15 Feb 2017 21:33:11
3.2.0_2

|
rene  |
Return the ports mistakenly reset to ports@ in r433856 to John Marino.
The mistake was completely on my part, I somehow connected the dots the
wrong way in my head.
The only exceptions (for now) are archivers/zstd and ports-mgmt/synth
which were already picked up by new volunteers in the mean time. |
11 Feb 2017 12:42:30
3.2.0_2

|
rene  |
Return ports maintained by John Marino to the pool, see r433827 for details |
01 Apr 2016 14:00:57
3.2.0_1

|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
03 Mar 2015 14:55:29
3.2.0_1

|
marino  |
databases/apq-mysql: Support default MySQL (5.6)
This port generates some headers based on MySQL headers, and a couple
of the variables must have been deprecated because the resulting
variable name ended in "__UNUSED". Double underscores are not allowed
in Ada, so the build broke.
Since the Ada header is generated during the configure phase, I'm adding
a post-configure target to replace "__" with "_" to restore the build.
Since the dependencies change from MySQL 5.5 to MySQL 5.6, revbump. |
16 Jan 2015 11:02:54
3.2.0

|
ale  |
Mark broken with mysql 5.6. |
16 Oct 2014 09:47:16
3.2.0

|
marino  |
databases/apq*: Remove @dirrm from four ports |
26 Mar 2014 01:39:57
3.2.0

|
marino  |
APQ ports: apq, apq-mysql, apq-pgsql, apq-odbc
Without direction, GPRconfig will create a cgpr file at the standard
$PREFIX/lib/gnat repository. This is the cause of the builder
failures because it touches a part of the userland it's not supposed to.
GPRconfig should be modified not to do this; it is never desirable.
In the meantime, the fix for APQ is to specify .cgpr targets which do
not exist so GPRconfig creates them there instead of $PREFIX/lib/gnat.
Reported by: swills |
25 Mar 2014 11:28:38
3.2.0

|
marino  |
Add new Ada database ports: apq, apq-mysql, apq-pgsql, apq-odbc
APQ is a database interface library written in Ada95. This is the base
library, but it is not useful without a driver. There are three drivers
available for PostgreSQL, MySQL, and ODBC in separate ports.
Some features:
* Thick binding
* Strong typing support
* Full BLOB support (PGSQL)
* High performance BLOB I/O via streams
* Full support for NULL Values
* Fully portable (database neutral) code possible
* Four levels of debug tracing
WWW: https://bitbucket.org/kowframework/apq |