From owner-svn-ports-all@freebsd.org Fri Aug 18 15:36:39 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 885DFDE886D; Fri, 18 Aug 2017 15:36:39 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5701F68774; Fri, 18 Aug 2017 15:36:39 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v7IFacFP093319; Fri, 18 Aug 2017 15:36:38 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v7IFacMN093318; Fri, 18 Aug 2017 15:36:38 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201708181536.v7IFacMN093318@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Fri, 18 Aug 2017 15:36:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r448241 - head/databases/postgresql-tds_fdw X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/databases/postgresql-tds_fdw X-SVN-Commit-Revision: 448241 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Aug 2017 15:36:39 -0000 Author: swills Date: Fri Aug 18 15:36:38 2017 New Revision: 448241 URL: https://svnweb.freebsd.org/changeset/ports/448241 Log: databases/postgresql-tds_fdw: Fix LIB_DEPENDS, Remove BROKEN PR: 220936 Submitted by: Jov (maintainer) Modified: head/databases/postgresql-tds_fdw/Makefile Modified: head/databases/postgresql-tds_fdw/Makefile ============================================================================== --- head/databases/postgresql-tds_fdw/Makefile Fri Aug 18 15:25:32 2017 (r448240) +++ head/databases/postgresql-tds_fdw/Makefile Fri Aug 18 15:36:38 2017 (r448241) @@ -12,9 +12,7 @@ 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 +LIB_DEPENDS= libsybdb.so:databases/freetds USES= gmake pgsql:9.2+ USE_GITHUB= yes