3e666d2f42
Changes since 0.51: - tdspool now working for big endian systems - Added some descriptive text to the PWD file - EINTR handling during login (Kostya Ivanov) - Added support for TLI style interfaces files (thanks Michael for explaining) - Added 'text size' config option which changes textsize on connect - Added preliminary TDS 8.0 support (no new datatypes supported though) - Added 'emulate little endian' config flag - Some TDS5 placeholder stuff. Not ready for primetime yet. - Added support for new configuration format (freetds.conf) - unixODBC now working - Added support for nullable bits (BITN) - checked in work on tds connection pooling server - added preliminary userguide (James Lowden and me) - a lot of work on ODBC driver, now works with PHP - added config options for iodbc/unixodbc (unixODBC doesn't actually work yet) - image -> char now works (verified with ctlib only) - varbinary -> char now works with destlen of -1 - New config routines - numeric problem with 7.0 fixed - digit cutoff on numerics/floats fixed As well as some bug fixes.
25 lines
621 B
Makefile
25 lines
621 B
Makefile
# $NetBSD: Makefile,v 1.7 2002/03/14 23:57:02 wiz Exp $
|
|
|
|
DISTNAME= freetds-0.53
|
|
CATEGORIES= databases
|
|
MASTER_SITES= ftp://ftp.metalab.unc.edu/pub/Linux/ALPHA/freetds/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= tsarna@netbsd.org
|
|
HOMEPAGE= http://www.freetds.org/
|
|
COMMENT= LGPL'd implementation of Sybase's db-lib/ct-lib/ODBC libs
|
|
|
|
USE_BUILDLINK_ONLY= yes
|
|
USE_GMAKE= yes
|
|
|
|
HAS_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --prefix=${PREFIX}/freetds
|
|
CONFIGURE_ARGS+= --with-tdsver=7.0
|
|
|
|
USE_LIBTOOL= yes
|
|
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
|
|
|
|
#post-install:
|
|
# ${CHOWN} -R ${BINOWN}:${BINGRP} ${PREFIX}/share/doc/db
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|