ports/69651: freetds-port has no way of selecting protocol version

Kenneth Vestergaard Schmidt kvs at pil.dk
Tue Jul 27 08:00:38 UTC 2004


>Number:         69651
>Category:       ports
>Synopsis:       freetds-port has no way of selecting protocol version
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jul 27 08:00:37 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Kenneth Vestergaard Schmidt
>Release:        FreeBSD 5.2.1-RELEASE-p8 i386
>Organization:
>Environment:
System: FreeBSD hoegaarden.pil.dk 5.2.1-RELEASE-p8 FreeBSD 5.2.1-RELEASE-p8 #9: Wed May 26 16:27:59 CEST 2004 root at hoegaarden.pil.dk:/usr/obj/usr/src/sys/HOEGAARDEN i386


>Description:
	When configuring FreeTDS, there is no way to sepcify if it should
	be compiled with another wire-protocol, even though it supports
	this.
>How-To-Repeat:
>Fix:
	[patch]

--- freetds.patch begins here ---
--- /usr/ports/databases/freetds/Makefile       Fri Jul  9 19:42:00 2004
+++ /root/Makefile      Fri Jul 23 22:02:32 2004
@@ -13,6 +13,8 @@
 MAINTAINER?=	kiesel at schlund.de
 COMMENT=		Sybase/Microsoft TDS protocol library

+TDS_VER?=		5.0
+
 USE_ICONV=		yes
 USE_REINPLACE=	yes
 USE_GMAKE=		yes
@@ -21,7 +23,7 @@
 WANT_AUTOCONF_VER=		259
 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
                LDFLAGS="-L${LOCALBASE}/lib"
-CONFIGURE_ARGS=		--with-tdsver=5.0
+CONFIGURE_ARGS=		--with-tdsver=${TDS_VER}
 INSTALLS_SHLIB=		yes

 DOCSDIR=		${PREFIX}/share/doc/${PORTNAME}-${PORTVERSION}
--- freetds.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list