aboutsummaryrefslogtreecommitdiff
path: root/databases/freetds
Commit message (Collapse)AuthorAgeFilesLines
* Update to 0.61.2.Anders Nordby2003-11-074-5/+25
| | | | | | | | | | Fix distfile. PR: 57397 Submitted by: maintainer Notes: svn path=/head/; revision=93290
* Correct the overwrite of configuration files.Norikatsu Shigemura2003-04-212-8/+11
| | | | | | | Submitted by: Alex Kiesel <kiesel@schlund.de> (maintainer) Notes: svn path=/head/; revision=79417
* Update to 0.61.Norikatsu Shigemura2003-04-113-15/+13
| | | | | | | | | | Give maintainership to submitter. PR: ports/50812 Submitted by: Alex Kiesel <kiesel@schlund.de> Notes: svn path=/head/; revision=78740
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75951
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-102-2/+1
| | | | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) Notes: svn path=/head/; revision=69808
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-062-1/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* Use in-place editing to replace <malloc.h> with <stdlib.h>.Sheldon Hearn2002-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. Notes: svn path=/head/; revision=67614
* upgrade to 0.60Ying-Chieh Liao2002-09-197-73/+25
| | | | | | | | PR: 42735 Submitted by: Ports Fury Notes: svn path=/head/; revision=66747
* ${PERL} -> ${REINPLACE_CMD}David W. Chapman Jr.2002-09-011-3/+4
| | | | | | | | | PR: 40784 Submitted by: corecode@corecode.ath.cx Reviewed by: flynn@energyhq.homeip.net Notes: svn path=/head/; revision=65426
* Convert USE_GLIB into USE_GNOMENG+USE_GNOME.Maxim Sobolev2002-07-151-1/+2
| | | | Notes: svn path=/head/; revision=63003
* Properly link these libraries with libiconv.Akinori MUSHA2002-03-302-1/+29
| | | | | | | | This should fix some other ports that try to link with the FreeTDS libraries. Notes: svn path=/head/; revision=56907
* Iconv cleanup, stage 2b: remove regex hacks that change iconv.h to giconv.h andMaxim Sobolev2002-03-181-4/+0
| | | | | | | -liconv to -lgiconv. Notes: svn path=/head/; revision=56294
* Bump PORTREVISION to reflect the (lib)iconv upgrade.Akinori MUSHA2002-03-181-0/+1
| | | | Notes: svn path=/head/; revision=56291
* Iconv cleanup, stage 1b: correct {BUILD,LIB,RUN}_DEPENDS of all ports that needMaxim Sobolev2002-03-181-1/+1
| | | | | | | libiconv. Notes: svn path=/head/; revision=56287
* Update to 0.53David W. Chapman Jr.2001-12-246-36/+65
| | | | | | | | PR: 33126 Submitted by: tkato@prontomail.com Notes: svn path=/head/; revision=52078
* Fix compilation: malloc.h -> stdlib.hPete Fritchman2001-11-241-0/+1
| | | | | | | | PR: 32201 Submitted by: Anthony Kim <anthony.kim@vw.com> Notes: svn path=/head/; revision=50444
* o Fix PLISTMario Sergio Fujikawa Ferreira2001-08-052-0/+15
| | | | | | | | | | o Better packaging and removal of configuration file PR: 29428 Submitted by: Pete Fritchman <petef@databits.net> Notes: svn path=/head/; revision=45818
* Update freetds to 0.52David W. Chapman Jr.2001-07-225-16/+15
| | | | | | | | PR: 28922 Submitted by: Joseph Scott <joseph@randomnetworks.com> Notes: svn path=/head/; revision=45338
* Allow access to MS-SQL databases from PHP.Steve Price2001-02-261-2/+2
| | | | | | | | PR: 22172 Submitted by: David Hill <djhill@novagate.net> Notes: svn path=/head/; revision=38734
* Fix pkg-plistKevin Lo2001-02-252-1/+2
| | | | | | | | PR: 25318 Submitted by: Ports Fury Notes: svn path=/head/; revision=38685
* - Add workaround to prepend installing junk filesKevin Lo2001-02-142-4/+9
| | | | | | | | | | - Fix pkg-plist PR: 25075 Submitted by: Ports Fury Notes: svn path=/head/; revision=38330
* - Update to 0.51;Maxim Sobolev2001-02-026-23/+23
| | | | | | | | | | - add a WWW into pkg-descr. PR: 24803 Submitted by: Joseph Scott <joseph@randomnetworks.com> Notes: svn path=/head/; revision=37913
* Reassign maintainership to ports@FreeBSD.org to indicate that the ports needMaxim Sobolev2001-01-301-1/+1
| | | | | | | | | new maintainer. Submitted by: Domas Mituzas <midom@dammit.lt> (previous MAINTAINER) Notes: svn path=/head/; revision=37795
* PLIST @dirrm should be added to configuration directory.Kevin Lo2000-07-251-0/+1
| | | | | | | | PR: 20152 Submitted by: MAINTAINER Notes: svn path=/head/; revision=31012
* Correct PLISTChris D. Faulhaber2000-07-191-3/+3
| | | | | | | | PR: 20032 Submitted by: Maintainer Notes: svn path=/head/; revision=30845
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theSatoshi Asami2000-06-161-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 Notes: svn path=/head/; revision=29651
* Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports withMaxim Sobolev2000-06-162-2/+1
| | | | | | | ldconfig in PLIST need personal consideration. Notes: svn path=/head/; revision=29636
* GNU_CONFIGURE -> USE_LIBTOOL.Dirk Froemberg2000-06-031-1/+1
| | | | Notes: svn path=/head/; revision=29144
* update with the new PORTNAME/PORTVERSION variablesMichael Haro2000-04-081-2/+2
| | | | Notes: svn path=/head/; revision=27418
* Define DBMFIX in sybdb.h permanently to be consistent with --enable-dbmfix.Dirk Froemberg2000-03-011-0/+14
| | | | Notes: svn path=/head/; revision=26480
* Fix typo (--enable-dmbfix -> --enable-dbmfix) and remove unneededDirk Froemberg2000-02-291-2/+1
| | | | | | | PKGNAME. Notes: svn path=/head/; revision=26451
* Update to version 0.50.Steve Price1999-12-235-5/+30
| | | | | | | | PR: 15453 Submitted by: Yung-Jeng Hung <winard@ritax.dorm.ccu.edu.tw> Notes: svn path=/head/; revision=23881
* Initial import of freetds version 0.42pre2.Steve Price1999-11-265-0/+52
A Sybase/Microsoft TDS protocol library. PR: 14668 Submitted by: Domas Mituzas <midom@dammit.lt> Notes: svn path=/head/; revision=23412