From owner-svn-ports-head@FreeBSD.ORG Sun Aug 17 20:46:38 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 52DEA34F; Sun, 17 Aug 2014 20:46:38 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 32C0C305A; Sun, 17 Aug 2014 20:46:38 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s7HKkcqV023522; Sun, 17 Aug 2014 20:46:38 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s7HKkbOG023519; Sun, 17 Aug 2014 20:46:37 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201408172046.s7HKkbOG023519@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 17 Aug 2014 20:46:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r365246 - in head/databases: freetds freetds-msdblib freetds/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Aug 2014 20:46:38 -0000 Author: marino Date: Sun Aug 17 20:46:37 2014 New Revision: 365246 URL: http://svnweb.freebsd.org/changeset/ports/365246 QAT: https://qat.redports.org/buildarchive/r365246/ Log: databases/freetds: Fix build with libiodbc, reset maintainer The maintainer (cowbert) hasn't been seen since 2009 and several PRs timed out in the span of months. Reset freetds and it's slave port. Moveover, it's ancient. All the MASTER_SITES are gone. I had to switch this over to Fedora repo so that it had public distfiles again. The actual PR fixes the build when libiodbc is selected. There is a freetds-devel port that's much newer. I recommend that it move these location and they disappear. PR: 192224 Submitted by: Denys Razumov Approved by: maintainer timeout (of course) Added: head/databases/freetds/files/patch-include_tdsodbc.h (contents, props changed) Modified: head/databases/freetds-msdblib/Makefile head/databases/freetds/Makefile Modified: head/databases/freetds-msdblib/Makefile ============================================================================== --- head/databases/freetds-msdblib/Makefile Sun Aug 17 20:41:48 2014 (r365245) +++ head/databases/freetds-msdblib/Makefile Sun Aug 17 20:46:37 2014 (r365246) @@ -3,7 +3,7 @@ PKGNAMESUFFIX= -msdblib -MAINTAINER= cowbert@gmail.com +MAINTAINER= ports@FreeBSD.org WITH_MSDBLIB= yes Modified: head/databases/freetds/Makefile ============================================================================== --- head/databases/freetds/Makefile Sun Aug 17 20:41:48 2014 (r365245) +++ head/databases/freetds/Makefile Sun Aug 17 20:46:37 2014 (r365246) @@ -6,10 +6,9 @@ PORTVERSION= 0.64 PORTREVISION= 11 PORTEPOCH= 1 CATEGORIES= databases -MASTER_SITES= ${MASTER_SITE_SUNSITE} -MASTER_SITE_SUBDIR= ALPHA/${PORTNAME}/stable +MASTER_SITES= http://pkgs.fedoraproject.org/repo/pkgs/${FEDORALOC}/ -MAINTAINER?= cowbert@gmail.com +MAINTAINER?= ports@FreeBSD.org COMMENT= Sybase/Microsoft TDS protocol library TDS_VER?= 5.0 @@ -22,6 +21,7 @@ LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --with-tdsver=${TDS_VER} USE_LDCONFIG= yes INSTALL_TARGET= install-strip +FEDORALOC= freetds/freetds-0.64.tar.gz/ecfee5d6c96932172a1f29fb215c9d23 PORTDOCS= * Added: head/databases/freetds/files/patch-include_tdsodbc.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/freetds/files/patch-include_tdsodbc.h Sun Aug 17 20:46:37 2014 (r365246) @@ -0,0 +1,13 @@ +--- include/tdsodbc.h.orig 2006-02-24 21:14:21.000000000 +0000 ++++ include/tdsodbc.h +@@ -31,8 +31,8 @@ + #include + #include + #else /* IODBC */ +-#include +-#include ++#include ++#include + #ifdef HAVE_IODBCINST_H + #include + #endif /* HAVE_IODBCINST_H */