summaryrefslogtreecommitdiff
path: root/databases/freetds
AgeCommit message (Collapse)AuthorFilesLines
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
2004-04-25BUILDLINK_{INC,LIB}DIRS should be relatives to BUILDLINK_PREFIX.<pkg>xtraeme1-3/+3
2004-04-25bl3ifyxtraeme2-3/+27
2004-02-14LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globsjlam1-4/+2
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
2004-01-22replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2003-10-09Update freetds to 0.61.2, the distfile changed and the previous versionjdolecek2-7/+5
isn't available anymore Changes since 0.61: Version 0.61.2 (August 2003): - fix some memory leaks - fix bug binding parameters with NULL indicator Version 0.61.1 (May 2003): - Fixed segfault on opening log file in append mode - locale initialization? - fix segfault when used with iODBC - better configure script for HP/UX 11
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-13PKGREVISION bump for libiconv update.wiz2-3/+4
2003-06-11Update to 0.61, based on 21395 by MLH, but with the PKG_SYSCONFDIRwiz7-66/+47
patches intact. Changes since 0.60: * Jan 2003 - Version 0.61 - Dynamic SQL - Output parameters - Compute rows - Varbinary support - dsn-less ODBC connections - RPC support (db-lib) - Compatibility with DBD::Sybase 0.95 - 68 new functions! (see doc/api_status.txt) - Error/message handling rewritten, uses real error numbers - new sample programs - much cleaner code, warning-free compiles - namespace cleanup - public domain versions of functions for OSs that lack them - autoconf portability improvements - builds in HP-UX, Win32, and cygwin - No dependency on OpenSSL
2003-03-14(1) Publicly export the value of _OPSYS_RPATH_NAME as RPATH_FLAG;jlam1-2/+3
Makefiles simply need to use this value often, for better or for worse. (2) Create a new variable FIX_RPATH that lists variables that should be cleansed of -R or -rpath values if ${_USE_RPATH} is "no". By default, FIX_RPATH contains LIBS, X11_LDFLAGS, and LDFLAGS, and additional variables may be appended from package Makefiles.
2003-01-28Instead of including bsd.pkg.install.mk directly in a package Makefile,jlam1-2/+2
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set to "YES". This enforces the requirement that bsd.pkg.install.mk be included at the end of a package Makefile. Idea suggested by Julio M. Merino Vidal <jmmv at menta.net>.
2002-10-26Update to freetds-0.60.grant6-30/+41
Changes since 0.53 include: * Much improved support for Microsoft servers, including SQL Server 2000 datatypes and domain logins. * Support and convertibility of all major datatypes. * Much expanded coverage of the ODBC API. * An all-new BCP implementation, including host variable support. * Character set conversions, via the iconv library. * Threadsafe operation.
2002-10-12Unused.wiz1-34/+0
2002-10-12libct needs linking against libiconv.wiz5-5/+40
Bump to 0.53nb2.
2002-09-22Create new variables BUILDLINK_CPPFLAGS.<pkg> and BUILDLINK_LDFLAGS.<pkg>jlam1-1/+5
that hold the compiler and linker flags used to find the headers and libraries because these packages install them into non-standard places. These variables may be used in package Makefiles by doing: CPPFLAGS+= ${BUILDLINK_CPPFLAGS.<pkg>} LDFLAGS+= ${BUILDLINK_LDFLAGS.<pkg>}
2002-09-20bump BUILDLINK_DEPENDS after adding dependancy on converters/libiconv.grant2-4/+4
as discussed with jlam.
2002-09-20- add dependancy on converters/libiconvgrant1-2/+5
- convert to buildlink2 - bump PKGREVISION as discussed with jlam.