summaryrefslogtreecommitdiff
path: root/databases/unixodbc/Makefile.common
AgeCommit message (Collapse)AuthorFilesLines
2002-09-20buildlink1 -> buildlink2jlam1-5/+6
2002-08-25Merge changes in packages from the buildlink2 branch that havejlam1-1/+1
buildlink2.mk files back into the main trunk.
2002-08-01Convert to use pthread.buildlink.mk.jlam1-4/+8
2001-12-04Remove unused variables now that we use PKGREVISION.jlam1-5/+1
2001-11-26Forgot a CONFDIR -> PKG_SYSCONFDIR replacement.jlam1-2/+2
2001-11-19Adapt to use shared INSTALL/DEINSTALL scripts by using the logic injlam1-2/+2
bsd.pkg.install.mk: * Remove old DEINSTALL/INSTALL scripts. * Move some text printed at POST-INSTALL time into the MESSAGE file. * Adjust rc.d scripts to respect rc.conf settings, so that the script may be directly copied into /etc/rc.d.
2001-11-07Workaround differences in "make" behaviour between 1.5.2 and -current.jlam1-1/+2
These packages use GNU-automake-generated Makefiles, so we can pass our ${MAKE_FLAGS} in through AM_MAKEFLAGS.
2001-11-06databases/unixodbc - ODBC 2.x/3.x driver managerjlam1-0/+65
The unixODBC project provides UNIX applications with the same ODBC 3.51 API and facilities available under MS Windows. It provides a Driver Manager that supports the full ODBC API and performs the ODBC 3 to ODBC 2 translations with UNICODE to ANSI conversion. It also includes a collection of ODBC drivers including a simple text-based driver, an NNTP driver, a Postgres driver and others, and a selection of templates and libraries that to aid in the construction of ODBC drivers. It works with MySQL, Postgres, StarOffice, Applixware, iHTML, PHP, Perl DBD::ODBC, Paradox 9, and many other applications and drivers. Connection pooling is also provided to increase performance with applications such as PHP.