Date: Fri, 22 May 2015 10:47:02 +0000 (UTC) From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r387018 - in head/databases/freetds: . files Message-ID: <201505221047.t4MAl2N8045419@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bofh Date: Fri May 22 10:47:02 2015 New Revision: 387018 URL: https://svnweb.freebsd.org/changeset/ports/387018 Log: databases/freetds: Add PORTSCOUT - Update patch files to be 'make makepatch' compatible Modified: head/databases/freetds/Makefile head/databases/freetds/files/patch-doc_Makefile.am head/databases/freetds/files/patch-include_tdsodbc.h Modified: head/databases/freetds/Makefile ============================================================================== --- head/databases/freetds/Makefile Fri May 22 10:26:46 2015 (r387017) +++ head/databases/freetds/Makefile Fri May 22 10:47:02 2015 (r387018) @@ -14,6 +14,7 @@ LICENSE= GPLv2 LIB_DEPENDS= libgcrypt.so:${PORTSDIR}/security/libgcrypt +PORTSCOUT= skipv:0.92.405 TDS_VER?= 5.0 USES= autoreconf iconv gmake pkgconfig libtool:keepla tar:bzip2 Modified: head/databases/freetds/files/patch-doc_Makefile.am ============================================================================== --- head/databases/freetds/files/patch-doc_Makefile.am Fri May 22 10:26:46 2015 (r387017) +++ head/databases/freetds/files/patch-doc_Makefile.am Fri May 22 10:47:02 2015 (r387018) @@ -1,6 +1,6 @@ ---- doc/Makefile.am.orig 2015-05-10 18:47:04.571197742 +0600 -+++ doc/Makefile.am 2015-05-10 18:47:22.212197672 +0600 -@@ -8,7 +8,7 @@ +--- doc/Makefile.am.orig 2015-01-29 00:40:17 UTC ++++ doc/Makefile.am +@@ -8,7 +8,7 @@ SHELL = /bin/sh TXT2MAN = $(srcdir)/txt2man DOCDIR = doc/freetds-$(VERSION) PRODUCT = FreeTDS Modified: head/databases/freetds/files/patch-include_tdsodbc.h ============================================================================== --- head/databases/freetds/files/patch-include_tdsodbc.h Fri May 22 10:26:46 2015 (r387017) +++ head/databases/freetds/files/patch-include_tdsodbc.h Fri May 22 10:47:02 2015 (r387018) @@ -1,8 +1,8 @@ ---- include/tdsodbc.h.orig 2006-02-24 21:14:21.000000000 +0000 +--- include/tdsodbc.h.orig 2015-01-29 00:40:17 UTC +++ include/tdsodbc.h -@@ -31,8 +31,8 @@ - #include <sql.h> - #include <sqlext.h> +@@ -30,8 +30,8 @@ + #include <odbcinst.h> + #endif #else /* IODBC */ -#include <isql.h> -#include <isqlext.h>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505221047.t4MAl2N8045419>