summaryrefslogtreecommitdiff
path: root/databases
AgeCommit message (Collapse)AuthorFilesLines
2002-08-25Merge changes in packages from the buildlink2 branch that havejlam16-36/+161
buildlink2.mk files back into the main trunk. This provides sufficient buildlink2 infrastructure to start merging other packages from the buildlink2 branch that have already been converted to use the buildlink2 framework.
2002-08-23databases/myslq-server appears to work fine on Linux as well, so addjschauma1-2/+2
Linux-*-* to the list of ONLY_FOR_PLATFORMs.
2002-08-22Replace all these URLs with some real informationhubertf1-15/+8
2002-08-22Add a few hints on what to change in the config filehubertf1-1/+9
2002-08-21Fix problems introduced by our local patch: AutoCommit handles wouldn't,mjl3-18/+19
and executes on closed handles crashed perl hard. Fixes PR/18009.
2002-08-21Update p5-DBI to 1.30.mjl2-5/+5
Most notable changes: Fixed problems with selectrow_array, selectrow_arrayref, and selectall_arrayref introduced in DBI 1.29. The trace output can be sent to STDOUT instead of STDERR by using "STDOUT" as the name of the file, i.e., $h->trace(..., "STDOUT") Added $sth->{ParamValues} to return a hash of the most recent values bound to placeholders via bind_param() or execute(). Enhanced ShowErrorStatement to include ParamValues if available: "DBD::foo::st execute failed: errstr [for statement ``...'' with params: 1='foo']" Fixed missing column in C implementation of fetchall_arrayref() Added C implementations of selectrow_arrayref() and fetchall_arrayref() in Driver.xst. All compiled drivers using Driver.xst will now be faster making those calls. Drivers just need to be recompiled and reinstalled to enable it. Added $max_rows parameter to fetchall_arrayref() to optionally limit the number of rows returned. Can now fetch batches of rows. Added MaxRows attribute to selectall_arrayref() which then passes it to fetchall_arrayref(). Documented that $h->func() does not trigger RaiseError etc so applications must explicitly check for errors. HandleError subroutine interface is now regarded as stable. Fixed reference loop causing a handle/memory leak that was introduced in DBI 1.16. Fixed DBI::Format to work with 'filehandles' from IO::Scalar and similar modules Fixed $h->func for DBI::PurePerl Fixed $dbh->{Name} for DBI::PurePerl Added DBI method call profiling and benchmarking. Added execute_array() and bind_param_array() documentation Removed undocumented Handlers attribute (replaced by HandleError). Greatly improved DBI::PurePerl in performance and accuracy. Added DBI::PurePerl, a transparent DBI emulation for pure-perl drivers See Perldoc DBI::PurePerl for details. Added DBI::Const::GetInfo* modules Added write_getinfo_pm utility to DBI::DBD Added $allow_active==2 mode for prepare_cached() Extend $h->{Warn} to commit/rollback ineffective warning
2002-08-19Update to 2.0.25. Fixes many random bugs.mycroft3-9/+9
OpenLDAP 2.0.25 Release Fixed slapd extended op reqdata crash bug (ITS#1721) OpenLDAP 2.0.24 Release Fixed slapd max incoming macro bug (ITS#1828) Fixed slapd acl group/dnaddr bug (ITS#1607) Fixed slapd connection management bug (ITS#1655) Fixed slapd port ntoh / addr init bugs (ITS#1615, ITS#1728) Fixed slapd PF_lOCAL typo (ITS#1660) Fixed slapd extended ops with NULL reqdata bug (ITS#1721) Fixed slapd replog logging without replica (ITS#1335) Fixed slapd NULL attrval indexing (ITS#1843) Fixed slurpd tls init bug (ITS#1613) Fixed back-ldbm dn normalization bug in onelevel searches (ITS#1654) Fixed back-ldbm modrdn root dn check (ITS#1761) Fixed back-ldbm idl overrun bug (ITS#1570) Fixed back-ldbm passwd textlen bug (ITS#1742) Fixed ber_bvstrdup() empty string bug (ITS#1662) Fixed ldapsearch filter bug (ITS#1649) Fixed maildap NULL domain bug (ITS#1022) Fixed libldap hostless URL bug (ITS#1697) Fixed liblutil /dev/urandom incomplete reads (ITS#1834) Fixed libldap_r threadpool free list (ITS#1839) Fixed libldap_r NT threads cond_broadcast (ITS#1865) Fixed sasl writes > 64K (ITS#1861) Fixed sasl session callback corruption (ITS#1799) Build environment Removed lint (ITS#1744) Documentation Updated release documents
2002-08-19Make this package compile on NetBSD 1.6 and above.agc2-4/+6
2002-08-10Make a shared libcgi as rrdtool wants to link it into a DSO.skrll5-19/+61
Rearrange several bits of the rrdtool build mechanism so that we're not cheating quite as much. The end result is that rrdtool now compiles on both ELF and a.out. Closes pkg/14606 from Tim Preston <tim at flibble dot org>
2002-08-08These packages install libraries that differ from previous versions if theyjlam1-1/+2
are built using the hard-syscall-enabled pth. Bump the PKGREVISION so we can distinguish these packages from the previous ones.
2002-08-07Copy crypt.h handling on SunOS from the postgresql-lib package. Thisjlam1-1/+8
addresses pkg/17781 submitted by Julien T. Letessier <julien.letessier at sun dot com>.
2002-08-01Convert to use pthread.buildlink.mk.jlam2-6/+12
2002-08-01Really remove USE_PTHREAD.jlam1-8/+5
2002-08-01Adjust to new pthread.buildlink.mk: remove USE_PTHREAD and replace withjlam1-12/+11
appropriate PTHREAD_OPTS incantation, and move the checks for the value of PTHREAD_TYPE below the inclusion of pthread.buildlink.mk.
2002-07-31Use LTCONFIG_OVERRIDE.wiz3-14/+16
2002-07-24Change explicit build dependencies on perl into "USE_PERL5=build". Thisjlam1-2/+2
makes these packages build correctly on Darwin where perl>=5.8.0 is required.
2002-07-23Add and enable phppgadminagc1-1/+2
2002-07-23Initial import of phppgadmin-2.4.2 into the NetBSD Packages Collection.agc5-0/+142
Provided in PR 17683 by Sergio Jimenez <sjr@hispabsd.org> phpPgAdmin is phpMyAdmin (for MySQL) ported to PostgreSQL. phpPgAdmin is a fully functional PostgreSQL administration utility. You can use it to create an maintain multiple databases and even multiple servers. Features include: - create and drop databases - create, copy, drop and alter table/view/sequence/function/indicie/trigger - edit and add fields (to the extent Postgres allows) - execute any SQL-statement, even batch-queries - manage primary and unique keys - create and read dumps of tables - administer one single database - administer multiple servers - administer postgres users and groups
2002-07-22Adapt to using perl-5.8.0. Perl 5.8.0 removes the need for libperl asjlam1-2/+2
DynaLoader.a is now an archive of PIC objects.
2002-07-22update PATCH_SITES.grant1-2/+2
2002-07-22update MASTER_SITES.grant1-2/+2
2002-07-22Update my email address.schmonz1-2/+2
2002-07-20Correct BULID_DEPENDS. This change fixes build error of web500gw.kent1-2/+2
2002-07-18Don't hard-code PGHOME; get it from the passwd file.cjs1-3/+3
2002-07-15Move the mkdir line...mycroft1-2/+2
2002-07-15Add a mkdir for share/doc/db3/ref/splash, since there are no files in it.mycroft1-1/+2
2002-07-07Update to 2.1017, based on pkg/17295 by Sergey Svishchev.wiz3-34/+8
Changes since 1.2219: * dbdimp.c: Added a required check for mysql_errno. Steve Hay <Steve.Hay@uk.radan.com> * dbdimp.c: Removed use of mysql_eof. Jay Lawrence <jay@lawrence.net> * dbdimp.c: Fixed mysql_is_auto_increment. Paul Walmsley <shag-dbdmysql@booyaka.com> and Paul Dubois <paul@kitebird.org> * dbdimp.c: Added use of mysql_ssl_set. Chris Hanes <chanes@i-c.net> * Some fixes in the docs. Paul Dubois <paul@kitebird.com> * Added mysql_is_auto_increment. (Someone else, but forgot his email, sorry!) * lib/DBD/mysql.pod: Fixed minor bug in an example. * Within AutoCommit mode, reconnect is now turned off, because the transaction state is unpredictable otherwise. * dbdimp.c: Added use of SvMAGICAL to dbd_db_quote. Rudy Lippan <almighty@randomc.com> * bind_param now using mysql_real_escape_string as well. Dave Rolsky <autarch@urth.org> * Added mysql_ssl flag to DBI->connect. * Quoting now based on mysql_real_escape_string. Thanks to Dave Rolsky <autarch@urth.org> for suggesting this. * Portability changes for MySQL 4. * dbdimp.c: Fixed $dbh->{mysql_insertid}; added t/insertid.t * Added transaction support for MySQL. (Bob Lyons <lyons@nextrials.com>) * dbd/dbdimp.c: Fixed MAXLENGTH warning; used to hint for a not existing mysql_maxlength, which should read mysql_max_length. (Paul DuBois <paul@snake.net>) * Fixed installation problem when a directory was specified, but did not exist. (Will Partain <partain@dcs.gla.ac.uk>) * Fixed that mysql_errno wasn't used properly. (Chris Adams <cmadams@hiwaay.net>) * Fixed test suite problem, when user name and password have been interpolated. (Bruno Hivert (LMC) <lmcbrhi@lmc.ericsson.se>) * mysql_insertid and mysql_affectedrows are no longer treated as integers, but longs. Thanks to Michael G Schwern <schwern@pobox.com>. make test gives the same output as for the previous pkgsrc version. Thanks, atatat!
2002-07-04Add and enable gdbm_primitivewiz1-1/+2
2002-07-04Initial import of gdbm_primitive:wiz5-0/+74
A collection of small binaries to access and modify GDBM databases. Supplied by Ola Eriksson in pkg/15521, with buildlinking and some cleanup by me.
2002-07-02Update p5-DBD-Sybase to 0.94. Changes:hubertf2-6/+11
Release 0.93 Added password encryption option to connect() request (contributed by Tin Martone) Added initial nsql(). Added ct_get_data(), ct_send_data() and friends func(). Added ?-style placeholder support for exec proc statements. Changed getExtraLibs() in Makefile.PL to *not* link with -linsck or -ltli (this avoids problems if the $SYBASE/config/libtcl.cfg file has been set to load the threaded version of these libraries.) Added support for primary_key_info(). (release 0.92 was never publicly released for various reasons) Bugs Fixed: 366 ping() fails if connection has been marked dead 364 t/fail.t bug. Release 0.91 Removed artificial 1024 byte limit on char/varchar datatypes in result sets. Bug Fixes: 213: BLOBs are returned in HEX, not binary. Release 0.90 Release number sequence change: I'm dropping the "alpha" qualifier and I expect to release 1.00 fairly soon. Small Makefile.PL fix for Sybase 12.0 installation directory changes. Applied patch from Tim Ayers to allow 0x type formatting for binary data fetches (similar to what Sybase::CTlib and Sybase::DBlib allow). Fixed some t/ scripts to not fail when run against MS-SQL. Corrected the handling of timeout events in the client callback. Bug Fixes: 349: CS_NUMERIC bindings for ?-style placeholders fails for large values. 345: Dynamic statement ids get re-used. 351: prepared statements with placeholders cause handle to become unusable if *first* execute fails. 352: ping() doesn't work right in Apache::DBI (thanks to Kiriakos Georgiou) 353: syb_quoted_identifier doesn't work. 354: Calling fetch() after prepare() but no execute() fails with internal DBI error. This should also fix bug # 278 and 288. 297: type_info() returns incorrect or no data. 344: timeout doesn't work correctly. Fixes PR 15067 bye ebe@statsbiblioteket.dk
2002-07-02Fix RCS Id.wiz1-1/+1
2002-06-26Substitute a couple of `mkdir' by `${MKDIR}'.seb1-4/+4
Remove `-p' from mkdir arguments, it is already part of ${MKDIR}. While here substitute a couple of ${PREFIX} by `%D' in `@exec ${MKDIR} ...' lines and add a couple of missing `%D' in such lines too!
2002-06-23* Honor PKG_SYSCONFDIR for location of freetds.conf config file.jlam4-10/+35
* Use GNU_CONFIGURE_PREFIX instead of HAS_CONFIGURE workaround.
2002-06-20Update dependency of ocaml to 3.04 -> remove dependency on now obsoletejschauma3-350/+97
package lang/camlp4 (included in ocaml 3.04) Update to version 4.06. Changes way too many to list here, please see http://cristal.inria.fr/~ddr/GeneWeb/en/version/4.06.html for details.
2002-06-18Bump PKGREVISION for explorer's bugfixes.wiz1-1/+2
2002-06-18update patchfileexplorer1-3/+3
2002-06-18Fix DBD-postgresql to not keep a transaction open when idle. Without this ↵explorer3-1/+154
change, postgresql 7.2 cannot vacuum properly. This change was submitted to the DBD-postgresql author, with no reply.
2002-06-16Needs at least 3.23.49nb1 of mysql-client.wiz1-1/+3
2002-06-16Depend on mysql-client>=3.23.49.wiz1-2/+2
2002-06-16Add -Wl,-R${PREFIX}/lib/mysql to LDFLAGS, and thus to mysql_config'swiz2-2/+4
--libs output. Proposed in pkg/17287 by Sergey Svishchev. Bump version to 3.23.49nb1.
2002-06-16Add and enable p5-Apache-DBI.wiz1-1/+2
2002-06-16Initial import of p5-Apache-DBI, provided by Sergey Svishchev in pkg/17286.wiz4-0/+33
DESCR: Apache::AuthDBI.pm and Apache::DBI.pm are supposed to be used with the Apache server together with an embedded perl interpreter like mod_perl. They provide support for basic authentication and authorization as well as support for persistent database connections via Perl's Database Independent Interface (DBI).
2002-06-15Change USE_KERBEROS to PKG_USE_KERBEROS in pkgsrc. There was a "conflict"cjep2-4/+4
which the basesrc USE_KERBEROS variable. Discussed on packages@ This fixes PR#17182 from Takahiro Kambe. The problem was pointed out by FUKAUMI Naoki on a Japanese NetBSD mailing list.
2002-06-15enable on more recent versions of netbsd-alpha that have FPC codedmcmahill1-3/+4
2002-06-07Add dependency on perl (noticed missing in the arm bulk build)cjep1-1/+2
2002-06-07Turn off optimization on NetBSD/arm. Having it on causes a hang in compilation.cjep1-3/+5
2002-06-03Make included MIT pthread library build under NetBSD 1.6.tron2-1/+42
2002-05-21regen (no patch-aa here)wiz1-2/+1
2002-05-20Add NetBSD tag.cjep1-0/+1
2002-05-19On arm32 turn off optimisation so that this package builds.cjep1-1/+5