svn commit: r330683 - head/databases/postgresql-libpq++
Palle Girgensohn
girgen at FreeBSD.org
Thu Oct 17 22:11:03 UTC 2013
Author: girgen
Date: Thu Oct 17 22:11:02 2013
New Revision: 330683
URL: http://svnweb.freebsd.org/changeset/ports/330683
Log:
Deprecate port and prepare for removal.
It has not been maintained upstreams for 10+ years.
Approved by: pgsql@
With hat: pgsql@
Modified:
head/databases/postgresql-libpq++/Makefile
Modified: head/databases/postgresql-libpq++/Makefile
==============================================================================
--- head/databases/postgresql-libpq++/Makefile Thu Oct 17 22:03:59 2013 (r330682)
+++ head/databases/postgresql-libpq++/Makefile Thu Oct 17 22:11:02 2013 (r330683)
@@ -13,6 +13,14 @@ DIST_SUBDIR= postgresql
MAINTAINER= pgsql at FreeBSD.org
COMMENT= C++ interface for PostgreSQL
+DEPRECATED= Not maintained upstreams for 10+ years.
+EXPIRATION_DATE=2013-11-17
+
+.include <bsd.port.pre.mk>
+.if ${OSVERSION} >= 1000024
+BROKEN= Does not build under FreeBSD 10
+.endif
+
USE_PGSQL= YES
USES= gmake
USE_LDCONFIG= YES
More information about the svn-ports-all
mailing list