summaryrefslogtreecommitdiff
path: root/databases/freetds-devel (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-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.63Pav Lucistnik2005-04-113-66/+70
| | | | | PR: ports/79392 Submitted by: Alex Kiesel <kiesel@schlund.de> (maintainer)
* Update to 0.62.4Volker Stolz2005-02-144-16/+4
| | | | | | PR: ports/75451 Submitted by: Marcus Grando Approved by: maintainer
* - Make tdsver overridablePav Lucistnik2004-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 byJoe Marcus Clarke2004-07-091-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), andAde Lovett2004-07-012-12/+1
| | | | | | | | libtool14 (13/15). PR: 67768 Submitted by: ade Approved by: 4-exp bento runs (thanks, kris!)
* - Update to version 0.62.3Kirill Ponomarev2004-04-125-72/+41
| | | | | PR: ports/65444 Submitted by: maintainer
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
|
* - Use USE_ICONV knobKirill Ponomarev2004-03-301-2/+1
| | | | Approved by: portmgr
* Back out r1.33, which was committed prematurelyKris Kennaway2004-03-281-1/+1
|
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-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}* withAde Lovett2004-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.Joe Marcus Clarke2004-02-041-0/+1
| | | | (Part 2)
* Update to 0.62 release.Alex Dupre2004-01-155-15/+214
| | | | | | PR: ports/61302 Submitted by: Alex Kiesel <kiesel@schlund.de> Approved by: nork (mentor/implicitly)
* Update to 0.61.2.Anders Nordby2003-11-074-5/+25
| | | | | | | Fix distfile. PR: 57397 Submitted by: maintainer
* Correct the overwrite of configuration files.Norikatsu Shigemura2003-04-212-8/+11
| | | | Submitted by: Alex Kiesel <kiesel@schlund.de> (maintainer)
* Update to 0.61.Norikatsu Shigemura2003-04-113-15/+13
| | | | | | | Give maintainership to submitter. PR: ports/50812 Submitted by: Alex Kiesel <kiesel@schlund.de>
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
|
* 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)
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-062-1/+2
| | | | Approved by: pat
* 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.
* upgrade to 0.60Ying-Chieh Liao2002-09-197-73/+25
| | | | | PR: 42735 Submitted by: Ports Fury
* ${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
* Convert USE_GLIB into USE_GNOMENG+USE_GNOME.Maxim Sobolev2002-07-151-1/+2
|
* 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.
* Iconv cleanup, stage 2b: remove regex hacks that change iconv.h to giconv.h andMaxim Sobolev2002-03-181-4/+0
| | | | -liconv to -lgiconv.
* Bump PORTREVISION to reflect the (lib)iconv upgrade.Akinori MUSHA2002-03-181-0/+1
|
* Iconv cleanup, stage 1b: correct {BUILD,LIB,RUN}_DEPENDS of all ports that needMaxim Sobolev2002-03-181-1/+1
| | | | libiconv.
* Update to 0.53David W. Chapman Jr.2001-12-246-36/+65
| | | | | PR: 33126 Submitted by: tkato@prontomail.com
* Fix compilation: malloc.h -> stdlib.hPete Fritchman2001-11-241-0/+1
| | | | | PR: 32201 Submitted by: Anthony Kim <anthony.kim@vw.com>
* 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>
* Update freetds to 0.52David W. Chapman Jr.2001-07-225-16/+15
| | | | | PR: 28922 Submitted by: Joseph Scott <joseph@randomnetworks.com>
* Allow access to MS-SQL databases from PHP.Steve Price2001-02-261-2/+2
| | | | | PR: 22172 Submitted by: David Hill <djhill@novagate.net>
* Fix pkg-plistKevin Lo2001-02-252-1/+2
| | | | | PR: 25318 Submitted by: Ports Fury
* - Add workaround to prepend installing junk filesKevin Lo2001-02-142-4/+9
| | | | | | | - Fix pkg-plist PR: 25075 Submitted by: Ports Fury
* - 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>
* 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)
* PLIST @dirrm should be added to configuration directory.Kevin Lo2000-07-251-0/+1
| | | | | PR: 20152 Submitted by: MAINTAINER
* Correct PLISTChris D. Faulhaber2000-07-191-3/+3
| | | | | PR: 20032 Submitted by: Maintainer
* 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
* Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports withMaxim Sobolev2000-06-162-2/+1
| | | | ldconfig in PLIST need personal consideration.
* GNU_CONFIGURE -> USE_LIBTOOL.Dirk Froemberg2000-06-031-1/+1
|
* update with the new PORTNAME/PORTVERSION variablesMichael Haro2000-04-081-2/+2
|
* Define DBMFIX in sybdb.h permanently to be consistent with --enable-dbmfix.Dirk Froemberg2000-03-011-0/+14
|
* Fix typo (--enable-dmbfix -> --enable-dbmfix) and remove unneededDirk Froemberg2000-02-291-2/+1
| | | | PKGNAME.
* Update to version 0.50.Steve Price1999-12-235-5/+30
| | | | | PR: 15453 Submitted by: Yung-Jeng Hung <winard@ritax.dorm.ccu.edu.tw>
* 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>