summaryrefslogtreecommitdiff
path: root/databases
AgeCommit message (Collapse)AuthorFilesLines
2001-12-15Updated SQLite package to version 2.1.7 fixingreinoud2-5/+5
1) locking problems due to a few race conditions 2) fixing a bug in `create temporary table' wich could contaminate the main database file opened too 3) bug fix in b-tree subsystem that could sometimes cause the first row of a table to be repeated during a database scan.
2001-12-10Added cdbmartti1-1/+2
2001-12-10Added cdb-0.75 (provided by Amitai Schlair in pkg/14879)martti4-0/+42
cdb is a fast, reliable, simple package for creating and reading constant databases. cdb is designed to be used in mission-critical applications like e-mail. Database replacement is safe against system crashes. Readers don't have to pause during a rewrite.
2001-12-06Add -Wl flags from LDFLAGS to the EXTRA_LIBS. This allows libpq.so to bejlam2-5/+6
found at run-time, as before, the -Wl,-R options that set the run-time library search path weren't being used. Simply using LDFLAGS without filtering doesn't work because the configure script appends CFLAGS to LDFLAGS, and some commonly-used compiler options, e.g. -mcpu=..., which causes python's makesetup to choke because the options aren't in the list of recognized linker options. Thanks to D'Arcy J.M. Cain <darcy@druid.net> for pointing out the error and possible solution.
2001-12-05upgrade DBI from 1.19 to 1.20 to fix a nasty memory leakexplorer2-5/+5
2001-12-05Normalise all the uses of "wheel", and "root" for ${ROOT_GROUP}, now thatagc1-2/+2
the definition is available in all the defs.${OPSYS}.mk files.
2001-12-05Update sqlite package to version 2.1.4 (2001-12-04) incorporating lockupreinoud7-183/+8
bugs removal, fixing the behaviour of comparison operators so that they are consistent with the order of entries in an index, correct handling of integers in SQL expressions that are larger than what can be represented by the machine integer and locking protocol fixes. The author also incorporated my suggestions after the messy LP64 patches I made; its now a lot more clean allthough there are still a few warnings but they are checked and OK.
2001-12-04Remove unused variables now that we use PKGREVISION.jlam1-5/+1
2001-12-04By default, prevent invocation of GNU "auto*" driven by the generatedjlam1-3/+1
Makefiles during the build process by touching various auto{conf,make} source files to make them up-to-date. Packages that require regenerating the configure script and Makefile.in files should make the appropriate calls to auto{conf,make} in a pre-configure target. This allows the various targets listed in ${_CONFIG_PREREQ} to modify the generated files without triggering the GNU auto* tools and having the modifications be overwritten.
2001-12-03Use PKGREVISION to manage the package-specific version number when itjlam7-14/+14
differs from the distfile version number. G/C some the unused variables in php4/Makefile.common related to the old way of handling version numbers.
2001-12-03Use PKGREVISION to manage the package-specific version number when itjlam3-9/+6
differs from the distfile version number. G/C some the unused variables in unixodbc/Makefile.common related to the old way of handling version numbers.
2001-12-03Use PKGREVISION to manage the package-specific version number when itjlam11-35/+21
differs from the distfile version number. G/C some the unused variables in postgresql/Makefile.common related to the old way of handling version numbers.
2001-12-02bsd.pkg.install.mk calls the INSTALL script at the right timesjlam2-7/+2
automatically, so no need to do it ourselves.
2001-11-30Update to 0.1021mjl2-5/+5
* Yet another attempt to get rid of those CR/LF line endings. :-(
2001-11-30Update to 0.1029mjl2-5/+5
* lib/DBD/CSV.pm (fetch_row): A numeric value must be assigned to $!. * lib/DBD/CSV.pm (fetch_row): Changed "undef $!" to "$! = ''".
2001-11-30Sync with db3. Changes since 2.9.2:martti2-8/+8
- Fix a bug where calling the env.log_put method caused a core dump. [#3401] - Fix a bug where the Java lock statistics structure was out-of-date with the C version and the documentation. [#3489]
2001-11-30Updated to 3.11.2 (provided by ORI Manabu in pkg/14765).martti5-575/+619
This is a bugfix release (too many fixes to list here). The following link (as long as it exists) gives an overview of the changes: http://www.sleepycat.com/update/3.3.11/if.3.3.11.html
2001-11-30Fix bad path for DEPENDS entry for p5-IO-Socket-SSLjmc1-2/+2
2001-11-29Get rid of manually adding "nbX" to PKGNAME when a pkg was changed inhubertf1-2/+3
pkgsrc. Instead, a new variable PKGREVISION is invented that can get bumped independent of DISTNAME and PKGNAME. Example #1: DISTNAME= foo-X.Y PKGREVISION= Z => PKGNAME= foo-X.YnbZ Example #2: DISTNAME= barthing-X.Y PKGNAME= bar-X.Y PKGREVISION= Z => PKGNAME= bar=X.YnbZ (!) On subsequent changes, only PKGREVISION needs to be bumped, no more risk of getting DISTNAME changed accidentally.
2001-11-28Update p5-perl-ldap to 0.25; notable changes since 0.23 include:kleink2-5/+6
perl-ldap 0.25 29 Oct 2001 ========================== * Added support for EXTERNAL SASL authentication * Caller can now specify attributes to return from root_dse * More scripts added to contrib * Various bug fixes * Caller can now specify sslversion for LDAPS and start_tls perl-ldap 0.24 17 July 2001 =========================== * Added support for startTLS * Better error checking in Net::LDAP methods * VLV control now works * Can now use oid or name for the matchingRule in filter extensible matches * Major overhaul of LDIF.pm * $schema->name2oid is now context sensetive * test suite now works with openldap2
2001-11-28Update to 0.47, as this is needed by the newest RT. No up to datemjl2-5/+5
changes are available unfortunately.
2001-11-28Buildlinkify.jlam2-6/+9
2001-11-26Use PKG_{USERS,GROUPS} instead of PKG_{USER,GROUP}.jlam2-9/+8
2001-11-26Forgot a CONFDIR -> PKG_SYSCONFDIR replacement.jlam1-2/+2
2001-11-26Buildlinkify, in the sense that only the perl headers are found injlam15-44/+70
${PREFIX} -- everything else is pickup up from ${BUILDLINK_DIR}.
2001-11-25PKG_SYSCONFDIR is where the configuration files for a package may be found.jlam1-4/+4
This value may be customized in various ways: PKG_SYSCONFBASE is the main config directory under which all package configuration files are to be found. PKG_SYSCONFSUBDIR is the subdirectory of PKG_SYSCONFBASE under which the configuration files for a particular package may be found. PKG_SYSCONFDIR.${PKGBASE} overrides the value of ${PKG_SYSCONFDIR} for a particular package. Users will typically want to set PKG_SYSCONFBASE to /etc, or accept the default location of ${PREFIX}/etc. This obsoletes the use of CONFDIR, which was active for only 6 days, so no need to have a workaround to still accept old CONFDIR settings.
2001-11-22Use download sites suggested by Indrek Siitan by MySQL AB. This fixestron1-3/+3
PR pkg/14605 by Michael Richardson.
2001-11-21Use libtool to install programs that were linked with libtool.jlam2-7/+7
2001-11-21RCD_SCRIPTS now just lists the filenames (see bsd.pkg.install.mk).jlam1-2/+2
2001-11-19Note addition of databases/php4-odbc.jlam1-1/+2
2001-11-19databases/php4-odbc - PHP4 access to ODBC data sourcesjlam3-0/+20
2001-11-19Adapt to use shared INSTALL/DEINSTALL scripts by using the logic injlam8-335/+27
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-19SQLite is now on version 2.1.1 incorporating many changes, enhancementsreinoud1-0/+1
and bugfixes including support for 16Mb rows. For a full change see the website's changelog at http://www.hwaci.com/sw/sqlite/changes.html The file format changed! so please dump the database in SQL with .dump in the old version and import it later in the new version.
2001-11-19Just noted that some important bugfixes were made to version 2.1.0 to makereinoud2-5/+5
version 2.1.1
2001-11-19Update SQLite package to version 2.1.0 from 2.0.5reinoud4-64/+14
2001-11-13* Strongly buildlinkify.jlam2-19/+19
2001-11-11Adjust format a bit:hubertf2-2/+10
* 75 * '=' * RCS ID * blank line * message text * optional blank line * 75 * '='
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-06Note additions of:jlam1-1/+4
databases/unixodbc databases/unixodbc-DataManager databases/unixodbc-ODBCConfig
2001-11-06databases/unixodbc-DataManager:jlam5-0/+65
GUI tool for unixODBC data source management The ODBC Data Manager can be used to browse/explore ODBC Data Sources, to drill down a data source, or to edit and to submit SQL.
2001-11-06databases/unixodbc-ODBCConfig - GUI tool for unixODBC driver configurationjlam5-0/+80
The ODBC Config program is a graphical program used to make configuration of ODBC Data Sources extremely easy. It has been designed to be user- compatible with the Microsoft(R) ODBC Administrator.
2001-11-06databases/unixodbc - ODBC 2.x/3.x driver managerjlam10-0/+490
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.
2001-11-05Note conflict with forthcoming unixodbc package.jlam1-1/+3
2001-11-04The PyGreSQL module here has some nasty bugs which will be fixed in thedarcy2-1/+260
next distribution. This patch brings it up to date now. Major fixes: - Support for more types. This fixes a bug introduced in the current PostgreSQL because of the different way of handling agregates. - Add WIN32 support - Fix some DB-API quoting problems
2001-11-02Strongly buildlinkify. Note dependency on tcp_wrappers for platformsjlam4-33/+13
without -lwrap. Also prevent finding any existing Berkeley DB 3.x in /usr/local.
2001-11-02Strongly buildlinkify. Note missing dependency on zlib for platforms thatjlam5-40/+65
don't have a system zlib. Add a buildlink.mk file for use by other package Makefiles.
2001-11-01Move pkg/ files into package's toplevel directoryzuntum10-8/+8
2001-11-01Oops, restore proper distinfozuntum1-3/+3
2001-11-01Oops, back out previous. This locally modified file wasn't supposedzuntum1-2/+2
to be checked in.
2001-11-01Move pkg/ files into package's toplevel directoryzuntum174-94/+94