summaryrefslogtreecommitdiff
path: root/databases
AgeCommit message (Collapse)AuthorFilesLines
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
2002-05-16Update p5-DBD-postgresql to 1.13mjl2-5/+5
- add definition for missing type 'numeric' and fix segfault in pg_type - implement missing metadata methods and change existing ones
2002-05-12Add buildlink.mkrh1-0/+39
2002-05-11Add some mirrors; the previous MASTER_SITE has turned into a mirror-list.wiz1-2/+6
Fixed pkg/16569.
2002-04-27Add and enable gnome-mime-typesrh1-1/+2
2002-04-27Initial import gnome-mime-types-1.0.7, a MIME and application database forrh4-0/+213
GNOME2.
2002-04-19Remove patch which is no longer needed.jwise1-13/+0
2002-04-19Update jdbc-postgresql to the version shipped with PostgreSQL 7.2.1.jwise3-9/+11
Only documented change since previous pkgsrc revision is creation of a sepearate jar file with compiled versions of the examples. Other changes may exist.
2002-04-17Update dependency on xforms. We're mainly bumping the dependencyfredb9-26/+51
and package revision, since we may now link against the forms shared library, and because we also have to add a dependency on jpeg lib.
2002-04-14Patch the Install.pm file so we also add -Wl,-R$libdir for the mysqlclientveego2-1/+16
library on NetBSD. Fixes my PR# pkg/15574
2002-04-14Now, fix PR pkg/16038 for real. Remember to do a clean build after addingveego2-6/+6
a patch, a Makefile could be overwritten by a Makefile.in. So we have to patch Makefile.in and not the Makefile.
2002-04-13Fix problem with MASTER_SITES reported by Dan McMahill in private email.jlam1-10/+9
The make variable expansion differs between 1.5.x make and a -current make, so simplify it by flattening it out.