aboutsummaryrefslogtreecommitdiffstats
path: root/databases/unixODBC
Commit message (Collapse)AuthorAgeFilesLines
* - Convert USE_ICONV=yes to USES=iconvmva2013-04-271-1/+1
| | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here Reviewed by: bapt, kwm
* - Update to 2.3.1miwi2012-02-063-7/+7
| | | | | PR: 162983 Submitted by: Armin Pirkovitsch <armin@frozen-zone.org>
* - Remove WITH_FBSD10_FIX, is no longer neededmiwi2011-11-091-1/+0
|
* Fix typo in last commit.kwm2011-10-291-1/+1
| | | | Submitted by: Andrey Zverev (irc)
* Fix build on FreeBSD 10kwm2011-10-291-0/+1
|
* - Reassign to the heaptabthorpe2011-09-221-1/+1
|
* - Get Rid MD5 supportmiwi2011-03-201-1/+0
|
* - Remove firebird20-* CONFLICTS entry because isql tool was renamed to isql-fbacm2010-09-091-1/+2
| | | | on databases/firebird20-client
* - Update to 2.30wen2010-05-197-197/+20
| | | | | | | - Pass maintainership to submitter PR: ports/146388 Submitted by: Ju Pengfei <jupengfei@gmail.com>
* This port conflicts with firebird-client (${PREFIX}/bin/isql).fjoe2010-02-171-1/+1
| | | | | | | | Probably better solution would be to not install ${PREFIX/bin/isql for this port at all (it is not that usable anyway). PR: 122801 Feature safe: yes
* - Reset maintainer to ports@wen2010-02-091-1/+1
| | | | | PR: ports/143675 Submitted by: "Peter C. Lai" <cowbert@gmail.com> (maintainer)
* Add CONFLICTS with virtuoso-* ports.fjoe2010-02-081-1/+1
| | | | PR: 122801
* Remove unneeded dependencies and don't link to libthr.ale2009-12-131-11/+6
| | | | Approved by: maintainer
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.mezz2009-08-031-1/+1
| | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr
* - Fix ODBCINT64 and UODBCINT64 definitions in unixodbc_conf.hfjoe2009-01-273-0/+55
| | | | | | Patch is taken from unixODBC CVS repository. Approved by: MAINTAINER
* - Update to 2.2.14beech2009-01-083-75/+7
| | | | | | | - Pass maintainership to submitter PR: ports/129454 Submitted by: Peter C. Lai <cowbert@gmail.com>
* - Fix build qt3 GUI while qt4.4 installedamdmi32008-09-061-0/+1
| | | | | PR: 126645 Submitted by: "Dima Panov" <fluffy at fluffy dot khv dot ru>
* - Install MySQL sample configuration files in EXAMPLESDIR.alepulver2007-10-013-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)
* Don't install world writeable files and directories.arved2007-07-301-1/+3
| | | | | PR: 114286 Reported by: "O. Hartmann" <ohartman@zedat.fu-berlin.de>
* Don't clobber config files on update.tmclaugh2007-06-253-3/+25
| | | | | PR: 111923 Submitted by: emaste
* - Fix the build if MiniSQL headers are present: never build MiniSQLfjoe2006-11-291-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-059-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-151-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-029-61/+50
| | | | | PR: ports/73347 Submitted by: Ports Fury
* 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
* Build with thread supports by default.fjoe2004-06-281-1/+2
| | | | Bump PORTREVISION.
* Update to version 2.2.9krion2004-06-283-3/+4
| | | | | PR: ports/68370 Submitted by: Ports Fury
* - Never build MiniSQL driver (it is broken)fjoe2004-06-011-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-151-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-277-40/+15
| | | | | PR: ports/51361 Submitted by: Ports Fury
* De-pkg-comment.knu2003-02-212-1/+1
|
* Don't use qt-Legacy Headers.arved2003-02-161-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-111-0/+11
| | | | | PR: 46057 Submitted by: Aries <aries@mindworks.hu>
* 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
* Update to 2.2.3dwcjr2002-09-023-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-103-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-184-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-212-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-076-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
|
* There has got to be someone who understands databases better than me to shepardnsayer2000-11-171-1/+1
| | | | this port. :-)
* Oops. Somehow an extra USE_XLIB got into the !WITH_X case.nsayer2000-09-141-1/+0
|
* Add USE_LIBTOOL to fix c_r issues.sobomax2000-07-192-17/+1
| | | | Submitted by: Max Khon <fjoe@iclub.nsu.ru>
* 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
* Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because Isobomax2000-06-161-1/+1
| | | | | | | just cun'n'pasted the name from Satoshi's commit message without checking it. Hall of shame entry: sobomax
* First round of INSTALL_SHLIB fixes.sobomax2000-06-162-2/+1
|
* Make the port work in the absence of Xnsayer2000-05-301-0/+6
| | | | Submitted by: andrews@technologist.com
* Specify the path to javac just in case it is not in the user's PATH assteve2000-05-281-0/+1
| | | | it wasn't on bento.
* Comment clean-ups.hoek2000-05-131-1/+1
|
* Add a threading patchnsayer2000-05-121-0/+56
| | | | Submitted by: glewis@trc.adelaide.edu.au
* Add unixODBC portnsayer2000-05-115-0/+111