summaryrefslogtreecommitdiff
path: root/databases/freetds
AgeCommit message (Collapse)AuthorFilesLines
2012-01-09clean up in some cases where the faked "libgnutls-config" scriptdrochner1-2/+2
is not needed anymore
2011-10-17Add PKG_SUGGESTED_OPTIONS=openssl as freetds won't build with out tls support.sbd1-1/+2
2011-08-19Changes 0.91:adam9-66/+640
* Full Kerberos and SSPI support for passwordless login to Microsoft SQL Server from Unix and Windows clients. Includes Kerberos delegation option. * Full support for DB-Library under Win32/64 via NMAKE.EXE. * Built-in support for UTF-8. * Support for wide characters in ODBC. * Support for varchar(max) and varbinary(max). * Better thread-safety in ODBC. * Distinguish between connect and login errors. * Bulk-copy functions in CT-Library.
2011-04-22recursive bump from gettext-lib shlib bump.obache1-2/+2
2011-04-22recursive bump from gettext-lib shlib bump.obache1-2/+2
2010-12-16Add include of "../../libltdl/buildlink3.mk".taca1-1/+2
Fix build problem.
2010-02-07update master_siteszafer1-4/+2
2010-01-17Recursive PKGREVISION bump for jpeg update to 8.wiz1-2/+2
2009-10-17Add LICENSE.taca1-1/+2
2009-07-02use libgnutls-config.mktnn1-1/+2
2009-06-16Fix a number of GENERATE_PLIST entries to always have a terminating ;joerg1-5/+2
2009-06-14Remove @dirrm related logic.joerg1-3/+1
2009-06-14Remove @dirrm entries from PLISTsjoerg1-2/+1
2009-05-21freetds builds fine with unixodbc on AIX and RHEL4sno1-2/+2
2009-05-20Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlibwiz1-2/+2
major change. Reported by Robert Elz in PR 41345.
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2008-09-02update distinfo for patchesgrant1-1/+3
2008-09-02fix openssl check in configure to NOT try to use openssl when it hasgrant2-0/+34
been disabled by PKG_OPTIONS. also fix doc install target on Solaris.
2008-06-07At least some places use tds functions from the libraries and thejoerg3-2/+28
visibility default is messed up, so make them all visible for now. This also fixes the compilation on AMD64 as it doesn't allow text relocations. Bump revision.
2008-05-08Restore old BUILDLINK_API_DEPENDS value so we don't need to revbumpjlam1-2/+2
packages.
2008-05-08Update freetds to version 0.82. Changes from version 0.63 include:jlam7-75/+89
Pkgsrc changes: + Support user-destdir installation. + Document the way that pkgsrc handles the freetds documentation. + Use GENERATE_PLIST instead of creating a .PLIST.doc. + Remove patch-ac and patch-ad due to reports of success compiling FreeTDS on Mac OS X without changes on the freetds@ mailing list. Package changes: - libtds.* has been removed. Its objects are now linked directly into the other client libraries. - support TLSv1 sessions to MSSQL servers - fixed timeout handling - added protocol version discovery - reduced network bandwidth use on Linux and -BSD - fixed conversion NUMERIC->NUMERIC changing precision/scale - added named instance support (mssql2k) - many other code improvements and bug fixes - improved pool server - ODBC: - cursors (mssql) - fixed database setting - fixed SQLGetData result - fixed compute handling in ODBC - paramset support
2008-04-12Convert to use PLIST_VARS instead of manually passing "@comment "jlam2-6/+7
through PLIST_SUBST to the plist module.
2007-09-25Back out previous. Pointed out by uebayasi@ and martti@.hira1-2/+2
2007-09-25ln -> ${LN}.hira1-2/+2
2006-07-08Change the format of BUILDLINK_ORDER to contain depth information as well,jlam1-2/+2
and add a new helper target and script, "show-buildlink3", that outputs a listing of the buildlink3.mk files included as well as the depth at which they are included. For example, "make show-buildlink3" in fonts/Xft2 displays: zlib fontconfig iconv zlib freetype2 expat freetype2 Xrender renderproto
2006-07-08Track information in a new variable BUILDLINK_ORDER that informs usjlam1-1/+2
of the order in which buildlink3.mk files are (recursively) included by a package Makefile.
2006-04-12Aligned the last line of the buildlink3.mk files with the first line, sorillig1-2/+2
that they look nicer.
2006-04-06Over 1200 files touched but no revisions bumped :)reed1-3/+3
RECOMMENDED is removed. It becomes ABI_DEPENDS. BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo. BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo. BUILDLINK_DEPENDS does not change. IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS which defaults to "yes". Added to obsolete.mk checking for IGNORE_RECOMMENDED. I did not manually go through and fix any aesthetic tab/spacing issues. I have tested the above patch on DragonFly building and packaging subversion and pkglint and their many dependencies. I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I have used IGNORE_RECOMMENDED for a long time). I have been an active user of IGNORE_RECOMMENDED since it was available. As suggested, I removed the documentation sentences suggesting bumping for "security" issues. As discussed on tech-pkg. I will commit to revbump, pkglint, pkg_install, createbuildlink separately. Note that if you use wip, it will fail! I will commit to pkgsrc-wip later (within day).
2006-03-03Regen hand-edited patch so that the MacOS X patch program can apply it.kristerw2-6/+4
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg2-3/+4
2005-12-31Per pkgsrc guidelines, move the documentation to be stored underjlam2-175/+30
${PREFIX}/share/doc/${PKGBASE}. Also, generate the documentation PLIST entries dynamically since those files are generated from SGML, and their names can change quite a bit from release to release. Bump the PKGREVISION to 3.
2005-12-30Optionally build the ODBC driver for freetds. This will allow ODBCjlam3-2/+38
clients to load the driver to talk to MS SQL Server.
2005-12-30Remove some unnecessary patches that removed targets to install thejlam4-43/+4
configuration files. It's easier just to override the installation destination during the install phase by setting INSTALL_MAKE_FLAGS.
2005-12-30Update the package description to match the current version.jlam1-14/+6
2005-12-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam1-2/+1
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
2005-12-27Don't install to $PREFIX/freetds anymore.reed3-45/+32
Discussed with maintainer and tech-pkg in November. (I don't use this software myself, but initially looked at this to fix the manual page installation.) Get rid of BUILDLINK_PASSTHRU_DIRS as not needed now. Bump PKGREVISION. BUILDLINK_RECOMMENDED.freetds removed. And BUILDLINK_DEPENDS.freetds set to this new version. TODO: allow threadsafe on platforms that support it.
2005-12-05Ran "pkglint --autofix", which corrected some of the quoting issues inrillig1-2/+2
CONFIGURE_ARGS.
2005-11-25Reverting the mods in revision 1.10 of this file allows a package toagc1-5/+7
be built with standard settings in /etc/mk.conf, and fixes a problem in the bulk build results. In short: install the manual pages into freetds/man/man1 (the rest of the files in this package have a prefix directory of ${PREFIX}/freetds)
2005-11-22use ${PKGNAME} to ease updates, suggested by Jeremy C. Reedjdolecek1-172/+172
2005-11-22fixup PLIST after the change to standard manpage installation directoryjdolecek1-7/+5
2005-10-31Added the proper --mandir argument to the configure script. Bumpedrillig2-3/+4
PKGREVISION.
2005-10-13Removed the RCS Id from patch-ad. While at it, fixed the other pkglintrillig3-8/+5
warning, too.
2005-10-09Update freetds to version 0.63.jdolecek6-30/+208
Main changes since 0.61 besides general bug fixes: * BCP support for db-lib and ct-lib * many ODBC fixes * added support for TDS 8.0 * iconv changes (better collation, improve error reporting)
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-23Add RMD160 digests in addition to SHA1 ones.agc1-1/+2
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv2-2/+4
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-09-22Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.jlam1-17/+1
All library names listed by *.la files no longer need to be listed in the PLIST, e.g., instead of: lib/libfoo.a lib/libfoo.la lib/libfoo.so lib/libfoo.so.0 lib/libfoo.so.0.1 one simply needs: lib/libfoo.la and bsd.pkg.mk will automatically ensure that the additional library names are listed in the installed package +CONTENTS file. Also make LIBTOOLIZE_PLIST default to "yes".
2004-07-06Unused.wiz1-24/+0
2004-05-23add a dummy file to libreplacements_la_SOURCES so this buildsdanw3-1/+31
correctly on Darwin (which doesn't need any of the replacement functions, but also doesn't allow empty .a files). PR 25682