summaryrefslogtreecommitdiff
path: root/databases
AgeCommit message (Collapse)AuthorFilesLines
2001-08-29Use x11.buildlink.mk instead of USE_X11. Also convert hard-coded referencesjlam1-1/+2
to ${X11BASE} in the header and library search paths into references to ${LOCALBASE}/share/x11-links. These packages should now be strongly- buildlinked regardless of whether xpkgwedge is installed. Changes well-tested on NetBSD-1.5X/i386 with and without xpkgwedge and lightly-tested on NetBSD-1.5.1/alpha without xpkgwedge.
2001-08-27Use wildcard dependence on "autoconf" package.tron1-2/+2
2001-08-26Update automake to 1.4-p5 (1.5 is available)skrll1-2/+2
Include a bugfix for lisp_LISP independently discovered by me that has been pulled up to the automake-1-4 branch of automake cvs. Changes are: New in 1.4-p5: * Allow AM_PROG_LIBTOOL again. * Diagnose AC_CONFIG_HEADERS the same as AC_CONFIG_HEADER. * Display distributed file list correctly in usage message. * Allow numbers in macro names. * Bugfixes. New in 1.4-p4: * Deal with configure.ac as well as configure.in -- this time for real! * The version numbering system now allows three point version numbers, such as 1.4.4, without thinking they are alpha release numbers. New in 1.4-p3: * Deal with configure.ac as well as configure.in. * Don't complain if `version.texi' is included in multiple places. New in 1.4-p2: * Deal with AC_CONFIG_FILES from autoconf-2.50. * Improvements to f77 support. * DESTDIR now works for script targets. * distcheck-hook works correctly. New in 1.4-p1: * The version numbering system now allows fork identifiers (such as the p1 in this version of automake). * Cope gracefully with various versions of libtool which may or may not require ltconfig, ltcf-c.sh, ltcf-cxx.sh or ltcf-gcj.sh. * Bugfixes.
2001-08-25Fix dependency line, by Martti Kuparinen in pkg/13782.wiz1-2/+2
2001-08-23Use -L${BUILDLINK_DIR}/lib instead of -L${LOCALBASE}/lib.jlam2-4/+4
2001-08-23Honor CFLAGS and CC settings from the environment, complete the conversionjlam3-20/+24
to use buildlink.mk files, and truly mark as USE_BUILDLINK_ONLY.
2001-08-20Manually add LIBS+=${LIBGETOPT} to the package Makefile as it's no longerjlam2-2/+5
automatically added by libgetopt/buildlink.mk.
2001-08-16Fix Makefile.in to use $(INSTALL) rather than "install";dogcow2-6/+13
this can fail on zoularis if it finds /usr/sbin/install first.
2001-08-16Add and enable edbrh1-1/+2
2001-08-16Initial import of edb-1.0.2, the Enlightenment database abstraction layer.rh5-0/+75
2001-08-14Fix for xpkgwedge, and buildlink-ifyabs3-6/+11
2001-08-14grep isn't used anymore, so don't substitute for @GREP@ in the INSTALLjlam2-5/+5
files. Substitute for @ID@ instead of directly using 'id', and use the value of ${ID} already set in defs.*.mk.
2001-08-12Fix same problems with the user check:veego1-5/+5
- use 'id' instead of 'finger'. this is not a real problem, but it is enough and fixing the next problem makes it possible to use it. - grep -q doesn't work on solaris, so use a different way to suppress the output from the user check. - the return code check for the user was reversed.
2001-08-11Fix typo: installed include files are actually include/db3/db.h andrh1-3/+3
include/db3/db_cxx.h, not "db3.h" and "db3_cxx.h"
2001-08-10Update to 0.41. No changelog available.mjl2-5/+5
2001-08-10Update to 1.01mjl2-5/+5
- fixed core dump when trying to use a BYTEA value with a byte outside 0..127
2001-08-10Update to 1.19mjl2-5/+5
Made fetchall_arrayref({ foo=>1, ...}) be more strict to the specification in relation to wanting hash slice keys to be lowercase names. Fixed $sth->execute() to update $dbh->{Statement} to $sth->{Statement}. Added row number to trace output for fetch method calls. Added $h->{FetchHashKeyName} = 'NAME_lc' or 'NAME_uc' to alter behaviour of fetchrow_hashref() method. See docs. Added type_info quote caching to quote() method Makes using quote() with second data type param much much faster. Added type_into_all() caching to type_info() Added new API definition for table_info() and tables(), Added primary_key_info() to DBI API Added primary_key() to DBI API as simpler interface to primary_key_info(). Indent and other fixes for DBI::DBD doc Added prepare_cached() insert_hash() example Removed false docs for fetchall_hashref(), use fetchall_arrayref({}).
2001-08-09Fix dewey in DEPENDS line.wiz1-2/+2
2001-08-01Add and enable kmysqladminskrll1-1/+2
2001-08-01Kmysqladmin is a GUI for administrating a MySQL installationskrll8-0/+110
under KDE/QT Kmysqladmin-0.5.1 specifically works with KDE2. From Scott Presnell <srp@tworoads.net> in pkg/13393.
2001-07-31Add DIST_SUBDIR=ruby.taca2-4/+5
2001-07-29Work arround build problem under Solaris. Fixes PR pkg/13021 bytron1-1/+8
Jeff Rizzo.
2001-07-28Note addition of databases/java-db3.jlam1-1/+2
2001-07-28Make COMMENT reflect package.jlam1-2/+2
2001-07-28java-db3: Java interface to the Sleepcat DB3 library.jlam7-0/+383
Idea provided in pkg/13512 and pkg/13518 by Martti Kuparinen <martti.kuparinen@iki.fi>.
2001-07-27Patch readline detection to try running the test program so that we catchjlam3-137/+182
problems early on if insufficient libraries are specified during linking. Move the configure script patch to the last patch of the group so that the configure script will have the most recent timestamp.
2001-07-27Add dir_DEFAULT setting used by EVAL_PREFIX logic to set the defaultjlam6-6/+12
installation directory in case the package isn't installed.
2001-07-27regen (no more patch-aa)wiz1-2/+1
2001-07-22- Install document and examples.taca2-4/+37
- Utilize USE_RUBY_EXTCONF.
2001-07-20Mechanical changes to buildlink.mk files to use EVAL_PREFIX to setjlam6-12/+12
BUILDLINK_PREFIX.<pkgname>. This allows buildlink to find X11BASE packages regardless of whether they were installed before or after xpkgwedge was installed. Idea by Alistair Crooks <agc@pkgsrc.org>.
2001-07-19Remove hard-coded /usr/pkg/lib from rpath, and mark as USE_BUILDLINK_ONLY.jlam4-19/+69
Also set includedir via configure argument instead of directly patching the configure script, and add a buildlink.mk file for use by other package Makefiles.
2001-07-19Removed obsoleted patch-aa filewulf1-13/+0
2001-07-19Mark as USE_BUILDLINK_ONLY.jlam1-1/+2
2001-07-15Updated geneweb to version 4.02: Many bugfixes and improvementswulf2-10/+17
2001-07-15Update of geneweb to 4.02: Many bugfixes and improvementswulf2-110/+110
2001-07-10Add missing dependence on "php-pcre" package.tron1-1/+2
2001-07-10Install missing language files.tron2-2/+29
2001-07-10Install necessary JavaScript files. Bump version number to 2.1.99.1nb1.tron2-3/+6
2001-07-08Add and enable "phpmyadmin".tron1-1/+2
2001-07-08Initial import of "phpmyadmin" package:tron4-0/+90
Set of PHP-scripts to adminstrate MySQL over the WWW
2001-07-08Move .so into RUBY_SITEARCHLIBDIR since it's arch specific. Pointed outmjl2-4/+4
by Takahiro Kambe <taca@sky.yamashina.kyoto.jp>
2001-07-08Enable ruby-postgresql, ruby-DBI, ruby-DBD-postgresqlmjl1-1/+3
2001-07-08Enable ruby-postgresqlmjl1-1/+2
2001-07-08Initial import of ruby-postgresql, a ruby module to access postgresmjl4-0/+29
databases.
2001-07-08Change the patch to only do this #ifdef __NetBSD__.bad2-9/+13
2001-07-08Update mysql to 3.23.39.bad9-34/+82
Disable the mysql-test stuff entirely. Sync mysql-client's patch-af with mysql-server's. Changes in release 3.23.39 -------------------------- * If one dropped and added an `AUTO_INCREMENT' column, the `AUTO_INCREMENT' sequence wasn't reset. * `CREATE .. SELECT' now creates not unique indexes delayed. * Fixed problem where `LOCK TABLES table_name READ' followed by `FLUSH TABLES' put a exclusive lock on the table. * `REAL' @variables with was represented with 2 digits when converted to strings. * Fixed problem that client 'hung' when `LOAD TABLE FROM MASTER' failed. * Running `myisamchk --fast --force' will no longer repair tables that only had the open count wrong. * Added functions to handle symbolic links to make life easier in 4.0. * We are now using the `-lcma' thread library on HP-UX 10.20 to get *MySQL* more stable on HP-UX. * Fixed problem with `IF()' and number of decimals in the result. * Fixed date-part extraction functions to work with dates where day and/or month is 0. * Extended argument length in option files from 256 to 512 chars. * Fixed problem with shutdown when `INSERT DELAYED' was waiting for a `LOCK TABLE'. * Fixed coredump bug in InnoDB when tablespace was full. * Fixed problem with `MERGE' tables and big tables (> 4G) when using `ORDER BY'. Changes in release 3.23.38 -------------------------- * Fixed a bug when `SELECT' from `MERGE' table sometimes results in incorrectly ordered rows. * Fixed a bug in `REPLACE()' when using the ujis character set. * Applied Sleepycat BDB patches 3.2.9.1 and 3.2.9.2. * Added option `--skip-stack-trace' to `mysqld'. * `CREATE TEMPORARY' now works with `InnoDB' tables. * `InnoDB' now promotes sub keys to whole keys. * Added option `CONCURRENT' to `LOAD DATA'. * Better error message when slave `max_allowed_packet' is too low to read a very long log event from the master. * Fixed bug when too many rows where removed when using `SELECT DISTINCT ... HAVING'. * `SHOW CREATE TABLE' now returns `TEMPORARY' for temporary tables. * Added `Rows_examined' to slow query log. * Fixed problems with function returning empty string when using together with a group functions and a `WHERE' that didn't match any rows. * New program `mysqlcheck'. * Added database name to output for administrative commands like `CHECK', `REPAIR', `OPTIMIZE'. * Lots of portability fixes for InnoDB. * Changed optimizer so that queries like `SELECT * FROM table_name,table_name2 ... ORDER BY key_part1 LIMIT #' will use index on `key_part1' instead of `filesort'. * Fixed bug when doing `LOCK TABLE to_table WRITE,...; INSERT INTO to_table... SELECT ...' when `to_table' was empty. * Fixed bug with `LOCK TABLE' and BDB tables. Changes in release 3.23.37 -------------------------- * Fixed a bug when using `MATCH' in `HAVING' clause. * Fixed a bug when using `HEAP' tables with `LIKE'. * Added `--mysql-version' to `safe_mysqld' * Changed `INNOBASE' to `InnoDB' (because the `INNOBASE' name was already used). All `configure' options and `mysqld' start options are now using `innodb' instead of `innobase'. This means that you have to change any configuration files where you have used `innobase' options before upgrading to this version! * Fixed bug when using indexes on `CHAR(255) NULL' columns. * Slave thread will now be started even if `master-host' is not set, as long as `server-id' is set and valid `master.info' is present * Partial updates (terminated with kill) are now logged with a special error code to the binary log. Slave will refuse to execute them if the error code indicates the update was terminated abnormally, and will have to be recovered with `SET SQL_SLAVE_SKIP_COUNTER=1; SLAVE START' after a manual sanity check/correction of data integrity. * Fixed bug that erroneously logged a drop of internal temporary table on thread termination to the binary log - bug affected replication. * Fixed a bug in `REGEXP()' on 64-bit machines. * `UPDATE' and `DELETE' with `WHERE unique_key_part IS NULL' didn't update/delete all rows. * Disabled `INSERT DELAYED' for tables that support transactions. * Fixed bug when using date functions on `TEXT'/`BLOB' column with wrong date format. * UDFs now also work on Windows. (Patch by Ralph Mason) * Fixed bug in `ALTER TABLE' and `LOAD DATA INFILE' that disabled key-sorting. These commands should now be faster in most cases. * Fixed performance bug where reopened tables (tables that had been waiting for `FLUSH' or `REPAIR') would not use indexes for the next query. * Fixed problem with `ALTER TABLE' to Innobase tables on FreeBSD. * Added `mysqld' variables `myisam_max_sort_file_size' and `myisam_max_extra_sort_file_size'. * Initialize signals early to avoid problem with signals in Innobase. * Applied patch for the `tis620' character set to make comparisons case-independent and to fix a bug in `LIKE' for this character set. *NOTE*: All tables that uses the `tis620' character set must be fixed with `myisamchk -r' or `REPAIR TABLE' ! * Added `--skip-safemalloc' option to `mysqld'. Changes in release 3.23.36 -------------------------- * Fixed a bug that allowed you to use database names containing a `.' character. This fixes a serious security issue when `mysqld' is run as root. * Fixed bug when thread creation failed (could happen when doing a LOT of connections in a short time). * Fixed some problems with `FLUSH TABLES' and `TEMPORARY' tables. (Problem with freeing the key cache and error `Can't reopen table...'). * Fixed a problem in Innobase with other character sets than `latin1' and another problem when using many columns. * Fixed bug that caused a core dump when using a very complex query involving `DISTINCT' and summary functions. * Added `SET TRANSACTION ISOLATION LEVEL ...' * Added `SELECT ... FOR UPDATE'. * Fixed bug where the number of affected rows was not returned when `MySQL' was compiled without transaction support. * Fixed a bug in `UPDATE' where keys weren't always used to find the rows to be updated. * Fixed a bug in `CONCAT_WS()' where it returned wrong results. * Changed `CREATE ... INSERT' and `INSERT ... SELECT' to not allow concurrent inserts as this could make the binary log hard to repeat. (Concurrent inserts are enabled if you are not using the binary or update log). * Changed some macros to be able to use fast mutex with glibc 2.2.
2001-07-08Update mytop to 0.8zuntum3-20/+10
Changes: Added a "Queries Per Second" or qps mode. You can enter qps mode by hitting the `m' key. In this mode, mytop will write out one integer per second. The number written reflects the number of queries executed by the server in the previous one second interval. mytop is now distributed as a true Perl package. There's a normal Makefile.PL, which means it can be installed via the standard mantra. o use REPLACE_PERL
2001-07-06bsd.pkg.mk rev. 1.758 started to always set LIBS in CONFIGURE_ENV.bad3-13/+31
Fix the invocation of the mit-pthreads configure script to not add the non-existant pthreads library to LIBS so that the compiler doesn't bomb out. Fixes pkg/13277.
2001-07-02Remove REPLACE_BUILDLINK_SED and BUILDLINK_CONFIG_WRAPPER_SED settingsjlam1-8/+1
as they're really only needed for USE_X11BASE packages.
2001-07-02REPLACE_BUILDLINK_SED and BUILDLINK_CONFIG_WRAPPER_SED should do oppositejlam1-1/+5
substitutions, so make it so.