aboutsummaryrefslogtreecommitdiffstats
path: root/databases/freetds
Commit message (Collapse)AuthorAgeFilesLines
* databases/freetds: Update version 0.95.91=>0.95.92bofh2016-04-182-3/+3
|
* databases/freetds: Update version 0.95.87=>0.95.91bofh2016-04-032-4/+3
|
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.mat2016-04-011-4/+4
| | | | | With hat: portmgr Sponsored by: Absolight
* Fixup some whitespace at the beginning of lines problems.mat2016-04-011-1/+1
| | | | | With hat: portmgr Sponsored by: Absolight
* - Update security/gnutls to 3.4.10.tijl2016-03-271-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | - Rename the LIBDANE option DANE because that's the name of the protocol supported by libgnutls-dane and gnutls-cli. Also clarify the option description. - Add an IDN option. - libgnutls-openssl has been removed in 3.4. Some ports used this library in their LIB_DEPENDS but no port actually required it. - Some old API functions have been removed. Ports that used these have been updated or patched to use the new API. - Add a patch to print/cups to prevent overlinking of libgnutls.so. - Bump PORTREVISION on dependent ports. net-im/jabber: This port used the old API to give users fine grained control over which crypto algorithms were used via a configuration file. It's not immediately obvious how to port this to the new API so the port always uses the defaults now. www/hydra: Mark BROKEN. This uses more removed calls than the other ports, is said to be alpha quality and not fully functional and has been abandoned 10 years ago. PR: 207768 Exp-run by: antoine Approved by: portmgr (antoine)
* databases/freetds: Update version 0.95.73=>0.95.87bofh2016-02-242-3/+3
|
* databases/freetds: Update version 0.95.69=>0.95.73bofh2016-01-023-4/+4
|
* databases/freetds: Update version 0.95.65=>0.95.69bofh2015-11-192-8/+9
| | | | | - Make UNIXODBC a default option as from PHP7 MSSQL support has been removed and without ODBC support there is no way to connect to MSSQL
* databases/freetds: Update version 0.95.19=>0.95.65bofh2015-10-202-3/+3
|
* databases/freetds: Update version 0.95.18=>0.95.19bofh2015-09-162-4/+4
| | | | - Sort USES
* databases/freetds: Update version 0.95.8=>0.95.18bofh2015-07-042-3/+3
|
* databases/freetds: Update version 0.95.1=>0.95.8bofh2015-06-232-3/+3
|
* databases/freetds: Update version 0.95.0=>0.95.1bofh2015-06-152-3/+3
|
* databases/freetds: Fix build with IODBCbofh2015-06-101-2/+2
| | | | | PR: 200747 Submitted by: crest@sahiro.org
* databases/freetds: Update version 0.91.112.0.0=>0.95.0bofh2015-06-097-35/+33
| | | | - Remove PORTSCOUT variable as new version has superseeded
* databases/freetds: Fix PORTSCOUT variable typo in previous commitbofh2015-06-021-1/+1
|
* databases/freetds: Fix PORTSCOUTbofh2015-05-271-1/+1
|
* databases/freetds: Fix PORTSCOUT variablebofh2015-05-261-1/+1
|
* databases/freetds-devel: Fix PORTSCOUT variablebofh2015-05-251-1/+1
|
* databases/freetds: Add PORTSCOUTbofh2015-05-223-7/+8
| | | | - Update patch files to be 'make makepatch' compatible
* databases/freetds: Update version 0.91.103=>0.91.112.0.0bofh2015-05-103-15/+16
| | | | | - Migrate to USES framework from USE_AUTOTOOLS - Move OPTIONS OPENSSL and GNUTLS under OPTIONS_SINGLE
* security/libgcrypt: 1.6.1 -> 1.6.2, bump dependspi2015-01-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes: - src/sexp.c (do_vsexp_sscan): Return error for invalid args. - cipher/md.c (_gcry_md_info): Fix a segv in case of calling with wrong parameters. - cipher/primegen.c (_gcry_generate_elg_prime): Change to return an error code, possible NULL deref in call to prime generator. - cipher/dsa.c (generate): Take care of new return code. - cipher/elgamal.c (generate): Change to return an error code. Take care of _gcry_generate_elg_prime return code. - ecc: Support the non-standard 0x40 compression flag for EdDSA. - mpi: Extend the internal mpi_get_buffer. - mpi: Fix regression for powerpc-apple-darwin detection. - Fix bug inhibiting the use of the sentinel attribute in src/gcrypt.h.in - Fix building for the x32 target without asm modules in mpi/generic/mpi-asm-defs.h: Use a fixed value for the x32 ABI. - Fix ARM assembly when building __PIC__ - mpi: Fix a subtle bug setting spurious bits with in mpi_set_bit. * mpi/mpi-bit.c (_gcry_mpi_set_bit, _gcry_mpi_set_highbit): Clear allocated but not used bits before resizing. * tests/t-mpi-bits.c (set_bit_with_resize): New. - Use internal malloc function in fips.c. * src/fips.c (check_binary_integrity): s/gcry_malloc/xtrymalloc/. - pubkey: Re-map all deprecated RSA algo numbers. - cipher: Fix possible NULL dereference in cipher/md.c for being NULL. - Fix ARMv6 detection when CFLAGS modify target CPU architecture. PR: 193264 Approved by: cpm@fbsd.es (maintainer)
* Change my non-FreeBSD MAINTAINER mail to bofh@bofh2014-12-241-1/+1
| | | | Approved by: bapt
* Modernise databases/freetds portriggs2014-09-272-7/+4
| | | | | | | | | | | - Retire databases/freetds-msdblib port (no longer needed, recently updated upstream version has necessary compat option which is now enabled in the freetds port) - Fix LIB_DEPENDS in dependent ports - Bump PORTREVISION in freetds and dependent ports PR: 193850 Submitted by: 5u623l20@gmail.com (maintainer)
* - Update to upstream version 0.91.103riggs2014-09-216-209/+67
| | | | | | | | - Assign maintainership to Muhammad Moinur Rahman <5u623l20@gmail.com> - Convert to simple OPTIONS handling where possible PR: 193686 Submitted by: 5u623l20@gmail.com
* databases/freetds: Fix build with libiodbc, reset maintainermarino2014-08-182-3/+16
| | | | | | | | | | | | | | | | The maintainer (cowbert) hasn't been seen since 2009 and several PRs timed out in the span of months. Reset freetds and it's slave port. Moveover, it's ancient. All the MASTER_SITES are gone. I had to switch this over to Fedora repo so that it had public distfiles again. The actual PR fixes the build when libiodbc is selected. There is a freetds-devel port that's much newer. I recommend that it move these location and they disappear. PR: 192224 Submitted by: Denys Razumov Approved by: maintainer timeout (of course)
* - Replace security/gnutls with security/gnutls3 and update to 3.2.15tijl2014-07-231-1/+1
| | | | | | | | | | | | - Bump PORTREVISION on all ports that depend on security/gnutls and adjust all ports that depend on security/gnutls3 - Update mail/anubis to version 4.2 which supports gnutls 3.x - Update mail/libvmime to a development snapshot (recommended by upstream developers) PR: 191274 Exp-run by: antoine Approved by: portmgr (antoine)
* strip binariesbapt2014-05-082-5/+10
| | | | | USES=libtool:keepla USES=gmake
* - Really stage supportmiwi2014-02-051-1/+0
|
* - Stage supportmiwi2014-02-052-8/+9
|
* In preparation for making libtool generate libraries with a sane name, fix allbapt2013-12-121-3/+3
| | | | LIB_DEPENDS in databases
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | databases)
* - Convert USE_ICONV=yes to USES=iconvmva2013-04-271-1/+1
| | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here Reviewed by: bapt, kwm
* Fix conversion to new option frameworkbapt2013-04-041-1/+1
| | | | | | Reported by: bdrewery Approved by: portmgr (implicit) With hat: portmgr
* Convert to new options framework left unconverted ports in databases categorybapt2013-03-221-18/+14
|
* - Add UPDATING entry for gnutls updatenovel2013-02-061-1/+1
| | | | - Chase shlib version bump for dependant ports
* - Chase unixODBC shlib bumpmiwi2012-02-061-1/+1
|
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-2/+2
| | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav
* Chase security/gnutls update and add an UPDATING entry.novel2011-06-061-1/+1
|
* - Get Rid MD5 supportmiwi2011-03-201-1/+0
|
* Sync to new bsd.autotools.mkade2010-12-041-1/+1
|
* Punt autoconf267->autoconf268ade2010-10-161-1/+1
|
* Autotools update. Read ports/UPDATING 20100915 for details.ade2010-09-161-2/+2
| | | | | Approved by: portmgr (for Mk/bsd.port.mk part) Tested by: Multiple -exp runs
* - Fix gnutls linking error by using pkg-configpgollucci2010-01-152-5/+6
| | | | | | PR: ports/138435 Submitted by: Chris Cowart <ccowart@rescomp.berkeley.edu> Approved by: maintainer timeout (> 5 months)
* - Fix build if gnuTLS enabled ismiwi2009-09-191-0/+13
| | | | | | | PR: 137867 Reported by: Andrei Lavreniyuk <andy.lavr@reactor-xg.kiev.ua> Approved by: maintainer timeout Feature safe: yes
* Bump PORTREVISIONs of the gnutls dependant ports to chase gnutls update.novel2009-08-171-1/+1
|
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.mezz2009-08-031-1/+1
| | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr
* - Add options guibeech2009-03-034-220/+124
| | | | | | | | | | | - Add gnutls option [1] - Fix to respect portdocs - Fix plist - Bump portrevision PR: ports/132081 Submitted by: Matthew Ekstrand-Abueg <mattea@rescomp.berkeley.edu> Approved by: Peter Lai <cowbert@gmail.com> (maintainer)
* - Revert to 0.64 (Update breaks dependent ports)beech2008-12-076-140/+264
| | | | | | | - Bump portepoch PR: ports/129413 Reported by: pointyhat (pav)
* - Restore tags for slave portbeech2008-12-051-2/+2
|
* - Update to 0.82.1beech2008-12-056-263/+140
| | | | | | | | | - Add options - Make port respect NOPORTDOCS - Pass maintainership to submitter PR: ports/129413 Submitted by: Peter C. Lai <cowbert@gmail.com>
* Conversion from (now defunct) autoconf-2.61 to autoconf-2.62ade2008-08-201-1/+1
| | | | Tested by: exp build run (erwin)
* - fix install when -DNOPORTDOCSitetcu2008-06-162-6/+18
| | | | | | - bump PORTREVISION Submitted by: my QA Tindy run
* - Add SSL knob to enable encryptiontabthorpe2007-10-061-1/+6
| | | | | | | | - Pet portlint while I am here, USE_LDCONFIG PR: ports/116957 Submitted by: Anish Mistry <amistry am-productions.biz> Approved by: clsung (mentor, implicit)
* Switch autoconf dependencies from 2.53 or 2.59 to 2.61.linimon2007-09-301-1/+2
| | | | | PR: ports/116639 Submitted by: aDe
* - Update to 0.64rafan2007-03-034-83/+135
| | | | | | | - Fix MSSQL 7 support, use CP1252 even though it states to use ISO-8859-1 PR: ports/107874 Submitted by: Lapo Luchini <lapo at lapo.it>
* Reset maintainership as requested on -portsedwin2007-02-241-1/+1
|
* Remove USE_REINPLACE from all categories starting with Dedwin2006-05-051-1/+0
|
* Conversion to a single libtool environment.ade2006-02-232-1/+6
| | | | Approved by: portmgr (kris)
* SHA256ifyedwin2006-01-221-0/+1
| | | | Approved by: krion@
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-2/+1
| | | | | | | | | | | | | | | | | 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.
* - Update to 0.63pav2005-04-123-66/+70
| | | | | PR: ports/79392 Submitted by: Alex Kiesel <kiesel@schlund.de> (maintainer)
* Update to 0.62.4vs2005-02-144-16/+4
| | | | | | PR: ports/75451 Submitted by: Marcus Grando Approved by: maintainer
* - Make tdsver overridablepav2004-07-291-1/+3
| | | | | | PR: ports/69651 Submitted by: Kenneth Vestergaard Schmidt <kvs@pil.dk> Approved by: maintainer
* Apply a big libtool patch to allow porters to use the libtool installed bymarcus2004-07-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Autotools cleanup. Remove autoconf257 (259), automake17 (18), andade2004-07-022-12/+1
| | | | | | | | libtool14 (13/15). PR: 67768 Submitted by: ade Approved by: 4-exp bento runs (thanks, kris!)
* - Update to version 0.62.3krion2004-04-125-72/+41
| | | | | PR: ports/65444 Submitted by: maintainer
* SIZEify (maintainer timeout)trevor2004-03-311-0/+1
|
* - Use USE_ICONV knobkrion2004-03-311-2/+1
| | | | Approved by: portmgr
* Back out r1.33, which was committed prematurelykris2004-03-281-1/+1
|
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-141-1/+1
| | | | | | | | | | | | | | | 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.
* Replace all known incantations of WANT_{AUTOMAKE,AUTOCONF,LIBTOOL}* withade2004-03-121-1/+1
| | | | | | | | the USE_<x> 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.
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1
| | | | (Part 2)
* Update to 0.62 release.ale2004-01-165-15/+214
| | | | | | PR: ports/61302 Submitted by: Alex Kiesel <kiesel@schlund.de> Approved by: nork (mentor/implicitly)
* Update to 0.61.2.anders2003-11-074-5/+25
| | | | | | | Fix distfile. PR: 57397 Submitted by: maintainer
* Correct the overwrite of configuration files.nork2003-04-222-8/+11
| | | | Submitted by: Alex Kiesel <kiesel@schlund.de> (maintainer)
* Update to 0.61.nork2003-04-113-15/+13
| | | | | | | Give maintainership to submitter. PR: ports/50812 Submitted by: Alex Kiesel <kiesel@schlund.de>
* De-pkg-comment.knu2003-02-212-1/+1
|
* o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-11-112-2/+1
| | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.adamw2002-11-072-1/+2
| | | | Approved by: pat
* Use in-place editing to replace <malloc.h> with <stdlib.h>.sheldonh2002-10-081-1/+3
| | | | | Bump PORTREVISION accordingly, since the affected files were installed even in -CURRENT, where they couldn't be used to build stuff.
* upgrade to 0.60ijliao2002-09-207-73/+25
| | | | | PR: 42735 Submitted by: Ports Fury
* ${PERL} -> ${REINPLACE_CMD}dwcjr2002-09-021-3/+4
| | | | | | PR: 40784 Submitted by: corecode@corecode.ath.cx Reviewed by: flynn@energyhq.homeip.net
* Convert USE_GLIB into USE_GNOMENG+USE_GNOME.sobomax2002-07-161-1/+2
|
* Properly link these libraries with libiconv.knu2002-03-302-1/+29
| | | | | This should fix some other ports that try to link with the FreeTDS libraries.
* Iconv cleanup, stage 2b: remove regex hacks that change iconv.h to giconv.h andsobomax2002-03-181-4/+0
| | | | -liconv to -lgiconv.
* Bump PORTREVISION to reflect the (lib)iconv upgrade.knu2002-03-181-0/+1
|
* Iconv cleanup, stage 1b: correct {BUILD,LIB,RUN}_DEPENDS of all ports that needsobomax2002-03-181-1/+1
| | | | libiconv.
* Update to 0.53dwcjr2001-12-246-36/+65
| | | | | PR: 33126 Submitted by: tkato@prontomail.com
* Fix compilation: malloc.h -> stdlib.hpetef2001-11-241-0/+1
| | | | | PR: 32201 Submitted by: Anthony Kim <anthony.kim@vw.com>
* o Fix PLISTlioux2001-08-052-0/+15
| | | | | | | o Better packaging and removal of configuration file PR: 29428 Submitted by: Pete Fritchman <petef@databits.net>
* Update freetds to 0.52dwcjr2001-07-225-16/+15
| | | | | PR: 28922 Submitted by: Joseph Scott <joseph@randomnetworks.com>
* Allow access to MS-SQL databases from PHP.steve2001-02-261-2/+2
| | | | | PR: 22172 Submitted by: David Hill <djhill@novagate.net>
* Fix pkg-plistkevlo2001-02-252-1/+2
| | | | | PR: 25318 Submitted by: Ports Fury
* - Add workaround to prepend installing junk fileskevlo2001-02-142-4/+9
| | | | | | | - Fix pkg-plist PR: 25075 Submitted by: Ports Fury
* - Update to 0.51;sobomax2001-02-036-23/+23
| | | | | | | - add a WWW into pkg-descr. PR: 24803 Submitted by: Joseph Scott <joseph@randomnetworks.com>
* Reassign maintainership to ports@FreeBSD.org to indicate that the ports needsobomax2001-01-301-1/+1
| | | | | | new maintainer. Submitted by: Domas Mituzas <midom@dammit.lt> (previous MAINTAINER)
* PLIST @dirrm should be added to configuration directory.kevlo2000-07-251-0/+1
| | | | | PR: 20152 Submitted by: MAINTAINER
* Correct PLISTjedgar2000-07-191-3/+3
| | | | | PR: 20032 Submitted by: Maintainer
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theasami2000-06-171-1/+1
| | | | | | | | | 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
* Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports withsobomax2000-06-162-2/+1
| | | | ldconfig in PLIST need personal consideration.
* GNU_CONFIGURE -> USE_LIBTOOL.dirk2000-06-031-1/+1
|
* update with the new PORTNAME/PORTVERSION variablesmharo2000-04-091-2/+2
|
* Define DBMFIX in sybdb.h permanently to be consistent with --enable-dbmfix.dirk2000-03-021-0/+14
|
* Fix typo (--enable-dmbfix -> --enable-dbmfix) and remove unneededdirk2000-03-011-2/+1
| | | | PKGNAME.
* Update to version 0.50.steve1999-12-245-5/+30
| | | | | PR: 15453 Submitted by: Yung-Jeng Hung <winard@ritax.dorm.ccu.edu.tw>
* Initial import of freetds version 0.42pre2.steve1999-11-275-0/+52
A Sybase/Microsoft TDS protocol library. PR: 14668 Submitted by: Domas Mituzas <midom@dammit.lt>