Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 May 2019 13:43:49 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r503068 - head/databases/dbconnect
Message-ID:  <201905301343.x4UDhnvD077233@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Thu May 30 13:43:49 2019
New Revision: 503068
URL: https://svnweb.freebsd.org/changeset/ports/503068

Log:
  Deprecate databases/dbconnect
  
  DBConnect has been unmaintained upstream since 2005 and is unused
  in the tree.
  
  While here drop nop and misspelled LDFLAG (added in r103180).

Modified:
  head/databases/dbconnect/Makefile

Modified: head/databases/dbconnect/Makefile
==============================================================================
--- head/databases/dbconnect/Makefile	Thu May 30 11:15:32 2019	(r503067)
+++ head/databases/dbconnect/Makefile	Thu May 30 13:43:49 2019	(r503068)
@@ -10,12 +10,14 @@ MASTER_SITES=	SF/${PORTNAME}/DBConnect%20API%200.3%20S
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Use C++ object API to allow applications to connect to databases
 
+DEPRECATED=	Abandonware and unused in the tree
+EXPIRATION_DATE=	2019-06-15
+
 USES=		autoreconf gmake dos2unix
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 
 CXXFLAGS+=	-fPIC -DFREEBSD
-LDFLAG+=	-lpthread
 
 PLIST_SUB=	PORTVERSION=${PORTVERSION}
 



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