summaryrefslogtreecommitdiff
path: root/databases/freetds-devel (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Add SSL knob to enable encryptionThomas Abthorpe2007-10-051-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) Notes: svn path=/head/; revision=200928
* Switch autoconf dependencies from 2.53 or 2.59 to 2.61.Mark Linimon2007-09-301-1/+2
| | | | | | | | PR: ports/116639 Submitted by: aDe Notes: svn path=/head/; revision=200411
* - Update to 0.64Rong-En Fan2007-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> Notes: svn path=/head/; revision=186420
* Reset maintainership as requested on -portsEdwin Groothuis2007-02-241-1/+1
| | | | Notes: svn path=/head/; revision=185797
* Remove USE_REINPLACE from all categories starting with DEdwin Groothuis2006-05-041-1/+0
| | | | Notes: svn path=/head/; revision=161363
* Conversion to a single libtool environment.Ade Lovett2006-02-232-1/+6
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154141
* 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. Notes: svn path=/head/; revision=148323
* - Update to 0.63Pav Lucistnik2005-04-113-66/+70
| | | | | | | | PR: ports/79392 Submitted by: Alex Kiesel <kiesel@schlund.de> (maintainer) Notes: svn path=/head/; revision=133083
* Update to 0.62.4Volker Stolz2005-02-144-16/+4
| | | | | | | | | PR: ports/75451 Submitted by: Marcus Grando Approved by: maintainer Notes: svn path=/head/; revision=128770
* - Make tdsver overridablePav Lucistnik2004-07-291-1/+3
| | | | | | | | | PR: ports/69651 Submitted by: Kenneth Vestergaard Schmidt <kvs@pil.dk> Approved by: maintainer Notes: svn path=/head/; revision=115000
* 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 Notes: svn path=/head/; revision=113296
* 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!) Notes: svn path=/head/; revision=112679
* - Update to version 0.62.3Kirill Ponomarev2004-04-125-72/+41
| | | | | | | | PR: ports/65444 Submitted by: maintainer Notes: svn path=/head/; revision=106789
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* - Use USE_ICONV knobKirill Ponomarev2004-03-301-2/+1
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=105722
* Back out r1.33, which was committed prematurelyKris Kennaway2004-03-281-1/+1
| | | | Notes: svn path=/head/; revision=105461
* 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. Notes: svn path=/head/; revision=103963
* 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. Notes: svn path=/head/; revision=103722
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* 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) Notes: svn path=/head/; revision=98216
* 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