Date: Sun, 17 Aug 2014 20:46:37 +0000 (UTC) From: John Marino <marino@FreeBSD.org> 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 Message-ID: <201408172046.s7HKkbOG023519@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <sql.h> + #include <sqlext.h> + #else /* IODBC */ +-#include <isql.h> +-#include <isqlext.h> ++#include <libiodbc/isql.h> ++#include <libiodbc/isqlext.h> + #ifdef HAVE_IODBCINST_H + #include <iodbcinst.h> + #endif /* HAVE_IODBCINST_H */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408172046.s7HKkbOG023519>