svn commit: r446379 - head/databases/postgresql-tds_fdw

Antoine Brodin antoine at FreeBSD.org
Sat Jul 22 09:33:00 UTC 2017


Author: antoine
Date: Sat Jul 22 09:32:59 2017
New Revision: 446379
URL: https://svnweb.freebsd.org/changeset/ports/446379

Log:
  Mark BROKEN: wrong dependencies

Modified:
  head/databases/postgresql-tds_fdw/Makefile

Modified: head/databases/postgresql-tds_fdw/Makefile
==============================================================================
--- head/databases/postgresql-tds_fdw/Makefile	Sat Jul 22 09:29:45 2017	(r446378)
+++ head/databases/postgresql-tds_fdw/Makefile	Sat Jul 22 09:32:59 2017	(r446379)
@@ -12,6 +12,8 @@ COMMENT=	PostgreSQL foreign data wrapper to connect to
 
 LICENSE=	PostgreSQL
 
+BROKEN=		wrong dependencies, libodbc.so is not provided by freetds
+
 LIB_DEPENDS=	libodbc.so:databases/freetds
 
 USES=		gmake pgsql:9.2+


More information about the svn-ports-all mailing list