Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Oct 2013 22:11:02 +0000 (UTC)
From:      Palle Girgensohn <girgen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r330683 - head/databases/postgresql-libpq++
Message-ID:  <201310172211.r9HMB2me079743@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310172211.r9HMB2me079743>