summaryrefslogtreecommitdiffstats
path: root/databases/unixODBC
Commit message (Collapse)AuthorAgeFilesLines
* - Fix the build if MiniSQL headers are present: never build MiniSQLfjoe2006-11-281-0/+4
| | | | | ODBC driver. It is not in our pkg-plist and the build is broken. - Bump PORTREVISION.
* Do not call ${CHOWN} if INSTALL_AS_USER is set.fjoe2006-11-071-0/+2
|
* - Update to 2.2.12miwi2006-11-049-88/+6
| | | | | | PR: ports/105029 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Sponsored by: FreeBSD Bug-a-thon #2
* - s,INSTALLS_SHLIB,USE_LDCONFIG,gclsung2006-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>
* Conversion to a single libtool environment.ade2006-02-232-1/+43
| | | | Approved by: portmgr (kris)
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-1/+1
|
* - Add SHA256pav2005-11-241-0/+1
|
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-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.
* - update to 2.2.11clsung2005-03-163-6/+4
| | | | | PR: 78874 Submitted by: Ports Fury
* Update to version 2.2.10krion2004-11-019-61/+50
| | | | | PR: ports/73347 Submitted by: Ports Fury
* Apply a big libtool patch to allow porters to use the libtool installed bymarcus2004-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
* Build with thread supports by default.fjoe2004-06-281-1/+2
| | | | Bump PORTREVISION.
* Update to version 2.2.9krion2004-06-273-3/+4
| | | | | PR: ports/68370 Submitted by: Ports Fury
* - Never build MiniSQL driver (it is broken)fjoe2004-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).
* - Fix handling empty directorykrion2004-04-141-1/+2
| | | | | PR: ports/65532 Submitted by: Ports Fury
* Per dosirak run, add missing directories to plist.linimon2004-04-141-0/+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.
* - Update to version 2.2.8krion2004-02-205-32/+8
| | | | | PR: ports/63132 Submitted by: Ports Fury
* - Add CONFLICTS between libiodbc and unixODBCkrion2004-02-081-0/+2
| | | | | PR: ports/62528 Submitted by: Ports Fury
* SIZEify.trevor2004-01-291-0/+1
|
* - Fix a bug in 2.2.7 that will send a statement to thekrion2004-01-162-0/+12
| | | | | | | incorrect state if SQLMoreResults is used PR: 61421 Submitted by: Ports Fury
* - Update to version 2.2.7krion2003-12-073-58/+58
| | | | | PR: 60007 Submitted by: Ports Fury
* Update to version 2.2.6krion2003-07-243-2/+6
| | | | | | PR: 54800 Submitted by: KATO Tsuguru <tkato@prontomail.com> Approved by: fjoe (mentor) (implicit)
* Update to 2.2.5.nork2003-04-267-40/+15
| | | | | PR: ports/51361 Submitted by: Ports Fury
* De-pkg-comment.knu2003-02-202-1/+1
|
* Don't use qt-Legacy Headers.arved2003-02-151-0/+11
| | | | | PR: 48304 Submitted by: Michael Collette <metrol@metrol.net>
* Update to 2.2.4arved2003-01-262-2/+2
| | | | | PR: 47484 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* support qt3ijliao2003-01-036-9/+60
| | | | | PR: 43695 Submitted by: Ports Fury
* Fix Build with recent bisonarved2002-12-101-0/+11
| | | | | PR: 46057 Submitted by: Aries <aries@mindworks.hu>
* o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-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.adamw2002-11-062-1/+2
| | | | Approved by: pat
* Update to 2.2.3dwcjr2002-09-013-5/+11
| | | | | PR: 42033 Submitted by: tkato@prontomail.com
* upgrade to 2.2.2ijliao2002-07-093-3/+7
| | | | | PR: 40357 Submitted by: Ports Fury
* Update to 2.2.1.okazaki2002-07-025-38/+13
| | | | | PR: 37836 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* Update to 2.2.0pat2002-02-093-4/+2
| | | | | PR: 34766 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* Update to 2.1.1demon2001-12-262-2/+2
| | | | | PR: 33127 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* upgrade to 2.1.0ijliao2001-12-174-40/+50
| | | | | PR: 32851 Submitted by: Ports Fury
* Upgrade to 2.0.9demon2001-08-223-15/+2
| | | | | PR: 29819 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* Update to 2.0.8.knu2001-07-234-10/+22
| | | | | PR: ports/29011 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* Build with --enable-threads=no by default to get around the libc_rknu2001-07-021-1/+12
| | | | | | weirdness. Reviewed by: sobomax (MAINTAINER of java/jdk12-beta)
* Update to 2.0.7.knu2001-06-125-95/+46
| | | | | PR: ports/28040 Submitted by: KATO Tsuguru <tkato@prontomail.com> aka Ports Fury
* Update to version 2.0.5kevlo2001-03-234-38/+25
| | | | | PR: 25995 Submitted by: Ports Fury
* Upgrade to version 2.0.4kevlo2001-02-112-3/+2
| | | | | PR: 24974 Submitted by: Ports Fury
* - Add missing file (bin/isql) to pkg-plistkevlo2001-01-254-81/+83
| | | | | | | - Use NOPORTDOCS PLIST_SUB PR: 24601 Submitted by: Ports Fury
* Fix breakage due to inappropriate patch files.clive2001-01-202-11/+11
| | | | PR: 24419
* Update to 2.0.3kevlo2001-01-162-2/+2
| | | | | PR: 24353 Submitted by: Ports Fury
* Update to 2.0.2kevlo2001-01-102-2/+2
| | | | | PR: 24199 Submitted by: Ports Fury
* Update to 2.0.0kevlo2001-01-066-64/+180
| | | | | PR: 24093 Submitted by: Ports Fury
* Update to version 1.8.13kevlo2000-11-284-102/+119
| | | | | PR: 23133 Submitted by: Ports Fury
* Ditch out "Version required" from comments section.sobomax2000-11-231-1/+0
|
OpenPOWER on IntegriCloud