The FreeBSD Ports Archive
FreeBSD databases : freetds4>
Sybase/Microsoft TDS protocol library
This is TDS protocol library (CTlib/DBlib) that is used to connect to
Microsoft and Sybase SQL servers. This can be used instead of native
libraries, that are shipped with commercial products.
http://www.freetds.org/
|
freetds history
v. 1.49
date: 2007/10/05 20:25:32; author: tabthorpe; state: Exp; lines: +6 -1
- Add SSL knob to enable encryption
- Pet portlint while I am here, USE_LDCONFIG
PR: ports/116957
Submitted by: Anish Mistry
Approved by: clsung (mentor, implicit)
v. 1.48
date: 2007/09/30 04:46:39; author: linimon; state: Exp; lines: +2 -1
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.
PR: ports/116639
Submitted by: aDe
v. 1.47
date: 2007/03/03 14:18:19; author: rafan; state: Exp; lines: +3 -4
- Update to 0.64
- Fix MSSQL 7 support, use CP1252 even though it states to use ISO-8859-1
PR: ports/107874
Submitted by: Lapo Luchini
v. 1.46
date: 2007/02/24 10:46:46; author: edwin; state: Exp; lines: +1 -1
Reset maintainership as requested on -ports
v. 1.45
date: 2006/05/04 21:39:57; author: edwin; state: Exp; lines: +0 -1
Remove USE_REINPLACE from all categories starting with D
v. 1.44
date: 2006/02/23 10:35:02; author: ade; state: Exp; lines: +1 -0
Conversion to a single libtool environment.
Approved by: portmgr (kris)
v. 1.43
date: 2005/11/15 06:48:18; author: ade; state: Exp; lines: +1 -2
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
v. 1.42
date: 2005/04/11 20:52:27; author: pav; state: Exp; lines: +5 -3
- Update to 0.63
PR: ports/79392
Submitted by: Alex Kiesel (maintainer)
v. 1.41
date: 2005/02/14 12:06:11; author: vs; state: Exp; lines: +2 -2
Update to 0.62.4
PR: ports/75451
Submitted by: Marcus Grando
Approved by: maintainer
v. 1.40
date: 2004/07/29 10:42:56; author: pav; state: Exp; lines: +3 -1
- Make tdsver overridable
PR: ports/69651
Submitted by: Kenneth Vestergaard Schmidt
Approved by: maintainer
v. 1.39
date: 2004/07/09 17:42:00; author: marcus; state: Exp; lines: +1 -1
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to
your Makefile:
USE_LIBTOOL_VER= 15
To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:
USE_INC_LIBTOOL_VER= 15
With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).
PR: 63944
Based on work by:eik and marcus
Approved by: ade (autotools maintainer)
Tested by: kris on pointyhat
Bound to be hidden problems: You bet
v. 1.38
date: 2004/07/01 17:06:35; author: ade; state: Exp; lines: +1 -1
Autotools cleanup. Remove autoconf257 (259), automake17 (18), and
libtool14 (13/15).
PR: 67768
Submitted by: ade
Approved by: 4-exp bento runs (thanks, kris!)
v. 1.37
date: 2004/04/12 05:55:13; author: krion; state: Exp; lines: +3 -6
- Update to version 0.62.3
PR: ports/65444
Submitted by: maintainer
v. 1.36
date: 2004/03/30 19:20:15; author: krion; state: Exp; lines: +1 -2
- Use USE_ICONV knob
Approved by: portmgr
v. 1.35
date: 2004/03/28 00:10:33; author: kris; state: Exp; lines: +1 -1
Back out r1.33, which was committed prematurely
v. 1.34
date: 2004/03/14 06:16:07; author: ade; state: Exp; lines: +1 -1
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
v. 1.33
date: 2004/03/12 02:48:21; author: ade; state: Exp; lines: +1 -1
Replace all known incantations of WANT_{AUTOMAKE,AUTOCONF,LIBTOOL}* with
the USE_ equivalents. In the current scheme of things, the WANT_
variables in this case are synonymous with the USE_ ones, and thus need
to be exterminated.
First in a series of major autotools cleanups.
v. 1.32
date: 2004/02/04 05:19:01; author: marcus; state: Exp; lines: +1 -0
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
v. 1.31
date: 2004/01/15 18:28:02; author: ale; state: Exp; lines: +14 -10
Update to 0.62 release.
PR: ports/61302
Submitted by: Alex Kiesel
Approved by: nork (mentor/implicitly)
v. 1.30
date: 2003/11/07 08:26:27; author: anders; state: Exp; lines: +11 -4
Update to 0.61.2.
Fix distfile.
PR: 57397
Submitted by: maintainer
v. 1.29
date: 2003/04/21 16:07:04; author: nork; state: Exp; lines: +8 -4
Correct the overwrite of configuration files.
Submitted by: Alex Kiesel (maintainer)
v. 1.28
date: 2003/04/11 15:51:25; author: nork; state: Exp; lines: +3 -4
Update to 0.61.
Give maintainership to submitter.
PR: ports/50812
Submitted by: Alex Kiesel
v. 1.27
date: 2003/02/20 17:00:13; author: knu; state: Exp; lines: +1 -0
De-pkg-comment.
v. 1.26
date: 2002/11/10 16:45:22; author: lioux; state: Exp; lines: +0 -2
o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files
Approved by: kris (portmgr hat),
portmgr, re (silence)
v. 1.25
date: 2002/11/06 22:44:15; author: adamw; state: Exp; lines: +2 -0
Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by: pat
v. 1.24
date: 2002/10/08 09:10:00; author: sheldonh; state: Exp; lines: +3 -1
Use in-place editing to replace with .
Bump PORTREVISION accordingly, since the affected files were installed
even in -CURRENT, where they couldn't be used to build stuff.
v. 1.23
date: 2002/09/19 20:33:32; author: ijliao; state: Exp; lines: +8 -8
upgrade to 0.60
PR: 42735
Submitted by: Ports Fury
v. 1.22
date: 2002/09/01 16:07:46; author: dwcjr; state: Exp; lines: +4 -3
${PERL} -> ${REINPLACE_CMD}
PR: 40784
Submitted by: corecode@corecode.ath.cx
Reviewed by: flynn@energyhq.homeip.net
v. 1.21
date: 2002/07/15 17:21:52; author: sobomax; state: Exp; lines: +2 -1
Convert USE_GLIB into USE_GNOMENG+USE_GNOME.
v. 1.20
date: 2002/03/30 08:30:29; author: knu; state: Exp; lines: +1 -1
Properly link these libraries with libiconv.
This should fix some other ports that try to link with the FreeTDS
libraries.
v. 1.19
date: 2002/03/18 11:50:28; author: sobomax; state: Exp; lines: +0 -4
Iconv cleanup, stage 2b: remove regex hacks that change iconv.h to giconv.h and
-liconv to -lgiconv.
v. 1.18
date: 2002/03/18 10:27:47; author: knu; state: Exp; lines: +1 -0
Bump PORTREVISION to reflect the (lib)iconv upgrade.
v. 1.17
date: 2002/03/18 09:46:38; author: sobomax; state: Exp; lines: +1 -1
Iconv cleanup, stage 1b: correct {BUILD,LIB,RUN}_DEPENDS of all ports that need
libiconv.
v. 1.16
date: 2001/12/24 04:40:35; author: dwcjr; state: Exp; lines: +35 -9
Update to 0.53
PR: 33126
Submitted by: tkato@prontomail.com
v. 1.15
date: 2001/11/24 01:36:45; author: petef; state: Exp; lines: +2 -1
Fix compilation: malloc.h -> stdlib.h
PR: 32201
Submitted by: Anthony Kim
v. 1.14
date: 2001/08/05 04:28:23; author: lioux; state: Exp; lines: +8 -1
o Fix PLIST
o Better packaging and removal of configuration file
PR: 29428
Submitted by: Pete Fritchman
v. 1.13
date: 2001/07/22 03:01:22; author: dwcjr; state: Exp; lines: +2 -3
Update freetds to 0.52
PR: 28922
Submitted by: Joseph Scott
v. 1.12
date: 2001/02/26 03:48:31; author: steve; state: Exp; lines: +3 -3
Allow access to MS-SQL databases from PHP.
PR: 22172
Submitted by: David Hill
v. 1.11
date: 2001/02/25 06:19:42; author: kevlo; state: Exp; lines: +2 -2
Fix pkg-plist
PR: 25318
Submitted by: Ports Fury
v. 1.10
date: 2001/02/14 12:48:45; author: kevlo; state: Exp; lines: +9 -5
- Add workaround to prepend installing junk files
- Fix pkg-plist
PR: 25075
Submitted by: Ports Fury
v. 1.9
date: 2001/02/02 18:16:04; author: sobomax; state: Exp; lines: +2 -4
- Update to 0.51;
- add a WWW into pkg-descr.
PR: 24803
Submitted by: Joseph Scott
v. 1.8
date: 2001/01/30 13:53:30; author: sobomax; state: Exp; lines: +2 -2
Reassign maintainership to ports@FreeBSD.org to indicate that the ports need
new maintainer.
Submitted by: Domas Mituzas (previous MAINTAINER)
v. 1.7
date: 2000/06/16 21:50:35; author: asami; state: Exp; lines: +2 -2
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.)
Line up the rhs of variable assignments nicely. Remove a couple of extra
whitespaces while I'm here.
Suggested by: sobomax
v. 1.6
date: 2000/06/16 10:37:41; author: sobomax; state: Exp; lines: +2 -1
Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with
ldconfig in PLIST need personal consideration.
v. 1.5
date: 2000/06/03 07:59:18; author: dirk; state: Exp; lines: +2 -2
GNU_CONFIGURE -> USE_LIBTOOL.
v. 1.4
date: 2000/04/08 22:48:24; author: mharo; state: Exp; lines: +3 -3
update with the new PORTNAME/PORTVERSION variables
v. 1.3
date: 2000/02/29 20:49:07; author: dirk; state: Exp; lines: +2 -3
Fix typo (--enable-dmbfix -> --enable-dbmfix) and remove unneeded
PKGNAME.
v. 1.2
date: 1999/12/23 16:03:13; author: steve; state: Exp; lines: +7 -4
Update to version 0.50.
PR: 15453
Submitted by: Yung-Jeng Hung
v. 1.1
date: 1999/11/26 20:52:38; author: steve; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1999/11/26 20:52:38; author: steve; state: Exp; lines: +0 -0
Initial import of freetds version 0.42pre2.
A Sybase/Microsoft TDS protocol library.
PR: 14668
Submitted by: Domas Mituzas
=============================================================================
|
| |

|