Commit graph

8 commits

Author SHA1 Message Date
Rene Ladan
676b34a127 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.
2017-02-15 21:33:11 +00:00
Rene Ladan
921fd6118f Return ports maintained by John Marino to the pool, see r433827 for details 2017-02-11 12:42:30 +00:00
Mathieu Arnold
4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00
John Marino
b8c4451936 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.
2015-03-03 14:55:28 +00:00
Alex Dupre
c6ee494199 Mark broken with mysql 5.6. 2015-01-16 11:02:54 +00:00
John Marino
10899bd955 databases/apq*: Remove @dirrm from four ports 2014-10-16 09:47:15 +00:00
John Marino
bfd732afd7 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
2014-03-26 01:39:57 +00:00
John Marino
197ad92ef8 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
2014-03-25 11:28:38 +00:00