aboutsummaryrefslogtreecommitdiffstats
path: root/databases/freetds
Commit message (Collapse)AuthorAgeFilesLines
* - 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>