summaryrefslogtreecommitdiff
path: root/databases/apq-pgsql
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2022-02-28 22:16:01 +0100
committerRene Ladan <rene@FreeBSD.org>2022-02-28 22:34:25 +0100
commit8e2a89b541867f9b43bfefc59a9af5245cdb4c2c (patch)
tree6683a6255be5b39bf367ccb345a5f20f52cdd32c /databases/apq-pgsql
parentwww/element-web: Update to 1.10.5 (diff)
cleanup: Remove ports depending on expired lang/gcc6-aux
Keep ports-mgmt/synth and dependencies (including lang/gcc6-aux itself) for now as synth is the only Ada port still maintained and might be somewhat high-profile. Removed ports: archivers/zip-ada cad/ghdl databases/adabase databases/apq databases/apq-mysql databases/apq-odbc databases/apq-pgsql devel/ada-util devel/adabooch devel/adaid devel/ahven devel/alog devel/aunit devel/florist-gpl devel/gprbuild devel/libspark2012 devel/matreshka devel/pcsc-ada devel/pragmarcs devel/sdl_gnat dns/ironsides graphics/generic_image_decoder lang/adacontrol lang/asis lang/gnat_util lang/lua-ada math/plplot-ada misc/excel-writer net/adasockets net/anet security/libadacrypt textproc/adabrowse textproc/templates_parser textproc/words textproc/xmlada x11-toolkits/gtkada x11-toolkits/gtkada3
Diffstat (limited to 'databases/apq-pgsql')
-rw-r--r--databases/apq-pgsql/Makefile51
-rw-r--r--databases/apq-pgsql/distinfo2
-rw-r--r--databases/apq-pgsql/files/patch-src_notices.c12
-rw-r--r--databases/apq-pgsql/files/patch-src_numeric.c10
-rw-r--r--databases/apq-pgsql/pkg-descr4
-rw-r--r--databases/apq-pgsql/pkg-plist16
6 files changed, 0 insertions, 95 deletions
diff --git a/databases/apq-pgsql/Makefile b/databases/apq-pgsql/Makefile
deleted file mode 100644
index ba5f4913236c..000000000000
--- a/databases/apq-pgsql/Makefile
+++ /dev/null
@@ -1,51 +0,0 @@
-# Created by: John Marino <marino@FreeBSD.org>
-
-PORTNAME= apq-pgsql
-PORTVERSION= ${APQ_VERSION}
-PORTREVISION= ${DRV_PGSQL_PR}
-CATEGORIES= databases
-MASTER_SITES= LOCAL/marino
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= APQ Ada95 PostgreSQL database driver
-
-LICENSE= GPLv2 GMGPL
-LICENSE_COMB= multi
-
-BUILD_DEPENDS= bash:shells/bash \
- gprbuild:devel/gprbuild \
- ${LOCALBASE}/lib/gnat/apq.gpr:databases/apq
-RUN_DEPENDS= ${LOCALBASE}/lib/gnat/apq.gpr:databases/apq
-
-USES= ada tar:bzip2 pgsql
-WANT_PGSQL= lib
-HAS_CONFIGURE= yes
-WRKPATH= ${WRKDIR}/build
-CONFIGURE_ARGS= --prefix=${PREFIX} \
- --disable-relocatable \
- --work-path=${WRKPATH} \
- --processors=${MAKE_JOBS_NUMBER}
-
-.include "${.CURDIR}/../apq/Makefile.version"
-
-post-patch:
- ${RM} ${WRKSRC}/src/*.orig
- @${REINPLACE_CMD} -e '/for Object_Dir/d' \
- ${WRKSRC}/src-in/apq-postgresql.gpr.in
- ${REINPLACE_CMD} -e 's|processors=2|gprbuild_params="--autoconf=apq.cgpr"|' \
- ${WRKSRC}/configure
- ${REINPLACE_CMD} -e 's|-ws|-ws --autoconf=dummy.cgpr|' \
- ${WRKSRC}/scripts/buildutil.sh
-
-do-install:
- ${MKDIR} ${STAGEDIR}${PREFIX}/lib/gnat \
- ${STAGEDIR}${PREFIX}/lib/apq-postgresql/static \
- ${STAGEDIR}${PREFIX}/include/apq-postgresql
- ${INSTALL_DATA} ${WRKPATH}/include/apq-postgresql/* \
- ${STAGEDIR}${PREFIX}/include/apq-postgresql
- ${INSTALL_DATA} ${WRKPATH}/lib/apq-postgresql/static/*.a* \
- ${STAGEDIR}${PREFIX}/lib/apq-postgresql/static
- ${INSTALL_DATA} ${WRKPATH}/lib/gnat/apq-postgresql.gpr \
- ${STAGEDIR}${PREFIX}/lib/gnat
-
-.include <bsd.port.mk>
diff --git a/databases/apq-pgsql/distinfo b/databases/apq-pgsql/distinfo
deleted file mode 100644
index 487761539bd5..000000000000
--- a/databases/apq-pgsql/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (apq-pgsql-3.2.0.tar.bz2) = b2bd6b1f3eaa26fe3abb88c1d8fb408e9fcfecc02c8732428bde2236dbcb2843
-SIZE (apq-pgsql-3.2.0.tar.bz2) = 51553
diff --git a/databases/apq-pgsql/files/patch-src_notices.c b/databases/apq-pgsql/files/patch-src_notices.c
deleted file mode 100644
index 1a8a30e827f4..000000000000
--- a/databases/apq-pgsql/files/patch-src_notices.c
+++ /dev/null
@@ -1,12 +0,0 @@
---- src/notices.c.orig 2012-04-26 16:10:18.000000000 -0500
-+++ src/notices.c
-@@ -31,6 +31,9 @@
- #include <stdio.h>
- #include <libpq-fe.h>
-
-+void notice_install (PGconn *, void *);
-+void notice_uninstall (PGconn *);
-+
- /*
- * Connection_Notify is an Ada procedure using C calling convention :
- */
diff --git a/databases/apq-pgsql/files/patch-src_numeric.c b/databases/apq-pgsql/files/patch-src_numeric.c
deleted file mode 100644
index b39dd16344f8..000000000000
--- a/databases/apq-pgsql/files/patch-src_numeric.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/numeric.c.orig 2012-04-26 16:10:18.000000000 -0500
-+++ src/numeric.c
-@@ -30,6 +30,7 @@
-
- #include <stdlib.h>
- #include <string.h>
-+#include <ctype.h>
-
- #include "decimal.h"
-
diff --git a/databases/apq-pgsql/pkg-descr b/databases/apq-pgsql/pkg-descr
deleted file mode 100644
index f821a16d91ba..000000000000
--- a/databases/apq-pgsql/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-APQ is a database interface library written in Ada95, and this is the
-PostgreSQL driver that is used with it.
-
-WWW: https://bitbucket.org/kowframework/apq-postgresql
diff --git a/databases/apq-pgsql/pkg-plist b/databases/apq-pgsql/pkg-plist
deleted file mode 100644
index 9860732538de..000000000000
--- a/databases/apq-pgsql/pkg-plist
+++ /dev/null
@@ -1,16 +0,0 @@
-include/apq-postgresql/apq-postgresql-client.adb
-include/apq-postgresql/apq-postgresql-client.ads
-include/apq-postgresql/apq-postgresql-decimal.adb
-include/apq-postgresql/apq-postgresql-decimal.ads
-include/apq-postgresql/apq-postgresql.ads
-include/apq-postgresql/apq-postgresql.ads-e
-include/apq-postgresql/decimal.h
-include/apq-postgresql/notices.c
-include/apq-postgresql/numeric.c
-include/apq-postgresql/numeric.h
-include/apq-postgresql/pgtypes.h
-lib/apq-postgresql/static/apq-postgresql-client.ali
-lib/apq-postgresql/static/apq-postgresql-decimal.ali
-lib/apq-postgresql/static/apq-postgresql.ali
-lib/apq-postgresql/static/libapq-postgresql.a
-lib/gnat/apq-postgresql.gpr