summaryrefslogtreecommitdiff
path: root/databases/unixODBC (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Install MySQL sample configuration files in EXAMPLESDIR.Alejandro Pulver2007-09-303-7/+27
| | | | | | | | | | | | | | | - Add pkg-message to let the user know about the example configuration files and how to use them. - Bump PORTREVISION. - Restrict CONFLICTS as portlint(1) suggests. - Clean up. PR: ports/113538 Submitted by: "User1001" <supraexpress@globaleyes.net> Reworked by: alepulver (myself) Notes: svn path=/head/; revision=200484
* Don't install world writeable files and directories.Tilman Keskinoz2007-07-301-1/+3
| | | | | | | | PR: 114286 Reported by: "O. Hartmann" <ohartman@zedat.fu-berlin.de> Notes: svn path=/head/; revision=196726
* Don't clobber config files on update.Tom McLaughlin2007-06-253-3/+25
| | | | | | | | PR: 111923 Submitted by: emaste Notes: svn path=/head/; revision=194210
* - Fix the build if MiniSQL headers are present: never build MiniSQLMax Khon2006-11-281-0/+4
| | | | | | | | ODBC driver. It is not in our pkg-plist and the build is broken. - Bump PORTREVISION. Notes: svn path=/head/; revision=178202
* Do not call ${CHOWN} if INSTALL_AS_USER is set.Max Khon2006-11-071-0/+2
| | | | Notes: svn path=/head/; revision=176712
* - Update to 2.2.12Martin Wilke2006-11-049-88/+6
| | | | | | | | | PR: ports/105029 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Sponsored by: FreeBSD Bug-a-thon #2 Notes: svn path=/head/; revision=176376
* - s,INSTALLS_SHLIB,USE_LDCONFIG,gCheng-Lung Sung2006-08-141-1/+1
| | | | | | | | | | - these include comms/ converters/ databases/ devel/ maintained by ports@ PR: ports/101916 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> Notes: svn path=/head/; revision=170639
* Conversion to a single libtool environment.Ade Lovett2006-02-232-1/+43
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-1/+1
| | | | Notes: svn path=/head/; revision=154105
* - Add SHA256Pav Lucistnik2005-11-241-0/+1
| | | | Notes: svn path=/head/; revision=149245
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+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 2.2.11Cheng-Lung Sung2005-03-163-6/+4
| | | | | | | | PR: 78874 Submitted by: Ports Fury Notes: svn path=/head/; revision=131365
* Update to version 2.2.10Kirill Ponomarev2004-11-019-61/+50
| | | | | | | | PR: ports/73347 Submitted by: Ports Fury Notes: svn path=/head/; revision=120595
* 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
* Build with thread supports by default.Max Khon2004-06-281-1/+2
| | | | | | | Bump PORTREVISION. Notes: svn path=/head/; revision=112427
* Update to version 2.2.9Kirill Ponomarev2004-06-273-3/+4
| | | | | | | | PR: ports/68370 Submitted by: Ports Fury Notes: svn path=/head/; revision=112382
* - Never build MiniSQL driver (it is broken)Max Khon2004-05-311-0/+18
| | | | | | | | | - Provide a real fix for building MiniSQL driver in case someone will be interested in adding it back (including WITH/WITHOUT Makefile knobs and correct pkg-plist conditionals). Notes: svn path=/head/; revision=110557
* - Fix handling empty directoryKirill Ponomarev2004-04-141-1/+2
| | | | | | | | PR: ports/65532 Submitted by: Ports Fury Notes: svn path=/head/; revision=107039
* Per dosirak run, add missing directories to plist.Mark Linimon2004-04-141-0/+1
| | | | Notes: svn path=/head/; revision=106985
* 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
* - Update to version 2.2.8Kirill Ponomarev2004-02-205-32/+8
| | | | | | | | PR: ports/63132 Submitted by: Ports Fury Notes: svn path=/head/; revision=101511
* - Add CONFLICTS between libiodbc and unixODBCKirill Ponomarev2004-02-081-0/+2
| | | | | | | | PR: ports/62528 Submitted by: Ports Fury Notes: svn path=/head/; revision=100381
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99360
* - Fix a bug in 2.2.7 that will send a statement to theKirill Ponomarev2004-01-162-0/+12
| | | | | | | | | | incorrect state if SQLMoreResults is used PR: 61421 Submitted by: Ports Fury Notes: svn path=/head/; revision=98299
* - Update to version 2.2.7Kirill Ponomarev2003-12-073-58/+58
| | | | | | | | PR: 60007 Submitted by: Ports Fury Notes: svn path=/head/; revision=95265
* Update to version 2.2.6Kirill Ponomarev2003-07-243-2/+6
| | | | | | | | | PR: 54800 Submitted by: KATO Tsuguru <tkato@prontomail.com> Approved by: fjoe (mentor) (implicit) Notes: svn path=/head/; revision=85515
* Update to 2.2.5.Norikatsu Shigemura2003-04-267-40/+15
| | | | | | | | PR: ports/51361 Submitted by: Ports Fury Notes: svn path=/head/; revision=79705
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75951
* Don't use qt-Legacy Headers.Tilman Keskinoz2003-02-151-0/+11
| | | | | | | | PR: 48304 Submitted by: Michael Collette <metrol@metrol.net> Notes: svn path=/head/; revision=75602
* Update to 2.2.4Tilman Keskinoz2003-01-262-2/+2
| | | | | | | | PR: 47484 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=74015
* support qt3Ying-Chieh Liao2003-01-036-9/+60
| | | | | | | | PR: 43695 Submitted by: Ports Fury Notes: svn path=/head/; revision=72349
* Fix Build with recent bisonTilman Keskinoz2002-12-101-0/+11
| | | | | | | | PR: 46057 Submitted by: Aries <aries@mindworks.hu> Notes: svn path=/head/; revision=71507
* 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
* Update to 2.2.3David W. Chapman Jr.2002-09-013-5/+11
| | | | | | | | PR: 42033 Submitted by: tkato@prontomail.com Notes: svn path=/head/; revision=65433
* upgrade to 2.2.2Ying-Chieh Liao2002-07-093-3/+7
| | | | | | | | PR: 40357 Submitted by: Ports Fury Notes: svn path=/head/; revision=62688
* Update to 2.2.1.OKAZAKI Tetsurou2002-07-025-38/+13
| | | | | | | | PR: 37836 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=62307
* Update to 2.2.0Patrick Li2002-02-093-4/+2
| | | | | | | | PR: 34766 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=54457
* Update to 2.1.1Dmitry Sivachenko2001-12-262-2/+2
| | | | | | | | PR: 33127 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=52204
* upgrade to 2.1.0Ying-Chieh Liao2001-12-174-40/+50
| | | | | | | | PR: 32851 Submitted by: Ports Fury Notes: svn path=/head/; revision=51684
* Upgrade to 2.0.9Dmitry Sivachenko2001-08-223-15/+2
| | | | | | | | PR: 29819 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=46620
* Update to 2.0.8.Akinori MUSHA2001-07-234-10/+22
| | | | | | | | PR: ports/29011 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=45377
* Build with --enable-threads=no by default to get around the libc_rAkinori MUSHA2001-07-021-1/+12
| | | | | | | | | weirdness. Reviewed by: sobomax (MAINTAINER of java/jdk12-beta) Notes: svn path=/head/; revision=44646
* Update to 2.0.7.Akinori MUSHA2001-06-125-95/+46
| | | | | | | | PR: ports/28040 Submitted by: KATO Tsuguru <tkato@prontomail.com> aka Ports Fury Notes: svn path=/head/; revision=43877
* Update to version 2.0.5Kevin Lo2001-03-234-38/+25
| | | | | | | | PR: 25995 Submitted by: Ports Fury Notes: svn path=/head/; revision=40267
* Upgrade to version 2.0.4Kevin Lo2001-02-112-3/+2
| | | | | | | | PR: 24974 Submitted by: Ports Fury Notes: svn path=/head/; revision=38196
* - Add missing file (bin/isql) to pkg-plistKevin Lo2001-01-254-81/+83
| | | | | | | | | | - Use NOPORTDOCS PLIST_SUB PR: 24601 Submitted by: Ports Fury Notes: svn path=/head/; revision=37556
* Fix breakage due to inappropriate patch files.Clive Lin2001-01-202-11/+11
| | | | | | | PR: 24419 Notes: svn path=/head/; revision=37376
* Update to 2.0.3Kevin Lo2001-01-162-2/+2
| | | | | | | | PR: 24353 Submitted by: Ports Fury Notes: svn path=/head/; revision=37248
* Update to 2.0.2Kevin Lo2001-01-102-2/+2
| | | | | | | | PR: 24199 Submitted by: Ports Fury Notes: svn path=/head/; revision=37072