summaryrefslogtreecommitdiff
path: root/databases
AgeCommit message (Collapse)AuthorFilesLines
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.
2002-04-11Ahh, the pitfalls of including bsd.*.mk. Keep up with NetBSD-1.5ZC, andfredb2-1/+14
don't install libpthread.a there, either. Closes PR pkg/16038.
2002-04-11Prefix register names with '%' in included mit-pthreads to let this buildfredb4-1/+160
on current/m68k (plus minor clean-ups: a paste-o and whitespace).
2002-04-06Fix PLIST for postgresql 7.2.1.taca1-6/+7
2002-04-05Update databases/postgresql and related sub-packages to 7.2.1.jlam3-11/+11
*** Please note that a dump/restore is NOT required for those *** *** running PostgreSQL 7.2. *** Important changes from version 7.2 include: Ensure that sequence counters do not go backwards after a crash (Tom) Allow psql \connect to handle mixed case database and user names (Tom) Return proper OID on command completion even with ON INSERT rules (Tom) Allow COPY FROM to use 8-bit DELIMITERS (Tatsuo) Improve handling of multiple UNIONs with different lengths (Tom) Fix for array subscripts handling (Tom) Allow EXECUTE of "CREATE TABLE AS ... SELECT" in PL/PgSQL (Tom)
2002-04-05Add a few error checks for whether the commands we want to execute actuallyjlam1-2/+13
exist.
2002-04-05If we do not have /etc/rc.subr, but we do have /etc/rc.conf, still source it.abs1-1/+5
2002-04-05Make this find it's headershubertf2-5/+5
2002-04-05add a few includes that are needed to build gtksqlhubertf1-2/+3
2002-04-04Update postgresql and related packages to 7.2. Thanks to Michael Graffjlam2-17/+14
<explorer@flame.org> for most of the work on this update. Pkgsrc changes from the previous version include removing Makefile.ssl and some patches that have been integrated into this release of PostgreSQL. We leave open the question of when to byte-compile the Python modules for the PyGreSQL interface and just do it as before, although we should consider doing the compilation as a post-install step to ensure that the timestamps are correct. We also reorder some lines in the Makefile to include Makefile.common below certain definitions (GNU_CONFIGURE, USE_BUILDLINK_ONLY) as they may possibly trigger different portions of Makefile.common. *** Please note that a dump/restore is required to migrate an existing *** *** PostgreSQL installation to 7.2. *** Major changes from version 7.1.3 are geared toward improving use in high-volume applications and include: VACUUM Vacuuming no longer locks tables, thus allowing normal user access during the vacuum. A new "VACUUM FULL" command does old-style vacuum by locking the table and shrinking the on-disk copy of the table. Transactions There is no longer a problem with installations that exceed four billion transactions. OID's OID's are now optional. Users can now create tables without OID's for cases where OID usage is excessive. Optimizer The system now computes histogram column statistics during "ANALYZE", allowing much better optimizer choices. Security A new MD5 encryption option allows more secure storage and transfer of passwords. A new Unix-domain socket authentication option is available on Linux and BSD systems. PAM authentication is also available. Statistics Administrators can use the new table access statistics module to get fine-grained information about table and index usage.
2002-04-04Update postgresql and related packages to 7.2. Thanks to Michael Graffjlam30-955/+804
<explorer@flame.org> for most of the work on this update. Pkgsrc changes from the previous version include removing Makefile.ssl and some patches that have been integrated into this release of PostgreSQL. We leave open the question of when to byte-compile the Python modules for the PyGreSQL interface and just do it as before, although we should consider doing the compilation as a post-install step to ensure that the timestamps are correct. We also reorder some lines in the Makefile to include Makefile.common below certain definitions (GNU_CONFIGURE, USE_BUILDLINK_ONLY) as they may possibly trigger different portions of Makefile.common. *** Please note that a dump/restore is required to migrate an existing *** *** PostgreSQL installation to 7.2. *** Major changes from version 7.1.3 are geared toward improving use in high-volume applications and include: VACUUM Vacuuming no longer locks tables, thus allowing normal user access during the vacuum. A new "VACUUM FULL" command does old-style vacuum by locking the table and shrinking the on-disk copy of the table. Transactions There is no longer a problem with installations that exceed four billion transactions. OID's OID's are now optional. Users can now create tables without OID's for cases where OID usage is excessive. Optimizer The system now computes histogram column statistics during "ANALYZE", allowing much better optimizer choices. Security A new MD5 encryption option allows more secure storage and transfer of passwords. A new Unix-domain socket authentication option is available on Linux and BSD systems. PAM authentication is also available. Statistics Administrators can use the new table access statistics module to get fine-grained information about table and index usage.
2002-04-04Fix bug in in "/etc/rc.d/pgsql stop": we need to use "fast" mode ratherjlam1-76/+74
than "smart" mode so that the the database will always cleanly shutdown. Previously, postgres would wait for clients to disconnect before stopping the database process, which sometimes resulted in unclean shutdowns. Problem noted by Curt Sampson <cjs@cynic.net> in private email. I also convert this to use /etc/rc.subr if it is present.
2002-04-03Add distinfo file required for standalone packages.jlam1-0/+9
2002-04-03Make odbc-postgresql build stand-alone instead of requiring Makefile.commonjlam6-8/+298
from databases/postgresql. Also honor PKG_SYSCONFDIR.
2002-04-03Substitute ${TRUE} for "true".jlam1-3/+3
2002-03-30Make conf-ld to make it build on Darwin. pkg/15467yyamano1-1/+2
2002-03-30Add & enable db4.uebayasi1-1/+2
2002-03-30Initial import of Sleepycat db4 provided by Alex Newman <dolemite@wuli.nu>uebayasi6-0/+1246
in pkg/16075. From DESCR: Berkeley DB is an embeddable database system that supports keyed access to data. The software is distributed in source code form, and developers can compile and link the source code into a single library for inclusion directly in their applications.
2002-03-25Adjust syscalls-powerpc-netbsd.S so it will build correctly again.briggs2-1/+128
Problem reported on port-macppc by Ryan La Riviere <larz@cbis.ece.drexel.edu>.
2002-03-21Bump dependency on ruby-base and ${PKGREVISION} as a result of thefredb1-1/+4
fix to ${MACHINE_GNU_PLATFORM} causing ${RUBY_SITEARCHLIBDIR} to be moved on certain ports.
2002-03-20Updated p5-DBD-mysql to 1.2219martti3-18/+19
Changes since 2.2216 are missing, here is the changes from 1.2215 to 1.2216 : * Portability changes for mSQL 3 and MySQL 4. * 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>.