summaryrefslogtreecommitdiff
path: root/databases
AgeCommit message (Collapse)AuthorFilesLines
2004-07-07Set BUILDLINK_LIBDIRS.db?, as mail/exim expects.wiz3-3/+6
2004-07-06Annotate a comment:wiz1-1/+2
# XXX: following comment still true for buildlink3? # XXX ${PYSITELIB}/... doesn't get transformed by buildlink2
2004-07-06Unused.wiz5-159/+0
2004-07-06Update php4 package to 4.3.7.jdolecek2-5/+5
Change list from release notes: * Synchronized bundled GD library with GD 2.0.23. * Fixed a bug that prevented compilation of GD extensions against FreeType 2.1.0-2.1.2. * Fixed thread safety issue with informix connection id. * Fixed incorrect resolving of relative paths by glob() in windows. * Fixed mapping of Greek letters to html entities. * Fixed a bug that caused an on shutdown crash when using PHP with Apache 2.0.49. * Fixed a number of crashes inside pgsql, cpdf and gd extensions. All in all this release fixes over 30 bugs that have been discovered and resolved since the 4.3.6 release.
2004-07-06bump PKGREVISIONs since libxslt needs libgcrypt nowrecht1-1/+2
2004-07-04Unused.wiz1-24/+0
2004-07-02Convert to bl3.wiz1-3/+3
2004-07-01Add two patches from Sleepycat:recht4-3/+43
1. Long-running applications can hang in the Berkeley DB cache. http://www.sleepycat.com/update/4.2.52/patch.4.2.52.1 as patch-ba 2. Replication clients fail to lock all the necessary pages when applying updates if there were more than one database in the transaction. http://www.sleepycat.com/update/4.2.52/patch.4.2.52.2 as patch-bb Bump PKGREVISION to 4.
2004-07-01Unused.wiz1-24/+0
2004-06-30install manual pagepooka2-2/+7
2004-06-28fix libecpg version 3.4 -> 3.6 after update to postgresql 7.3.6.grant1-2/+2
2004-06-28Move the HTML documentation into ${PREFIX}/share/doc/html. Bump thejlam8-2002/+2002
PKGREVISION due to user-visible difference.
2004-06-28Enable pkgviews installation.minskim1-1/+3
2004-06-28Update abook to 0.5.2.minskim2-5/+5
Changes since 0.5: - five custom fields added - experimental wide character support - fixed a crash bug in mutt filter - fixed errors in configure.in (especially snprintf-functions were incorrectly detected) - abookrc manual page update - sort by field command - duplicate item command - quit without saving command - autoconf/automake update - minor filter fixes - tried to fix \" quotation problem with mutt import filter - removed obsolete filesel_sort option from abookrc manual page - added bbdb2xx translator source to contrib
2004-06-27update to 7.4.3recht13-638/+633
changes: * Fix temporary memory leak when using non-hashed aggregates (Tom) * ECPG fixes, including some for Informix compatibility (Michael) * Fixes for compiling with thread-safety, particularly Solaris (Bruce) * Fix error in COPY IN termination when using the old network protocol (ljb) * Several important fixes in pg_autovacuum (Matthew T. O'Connor) * Fix problem with reading tar-format dumps on NetBSD and BSD/OS (Bruce) * Several JDBC fixes * Fix ALTER SEQUENCE RESTART where last_value equals the restart value (Tom) * Repair failure to recalculate nested sub-selects (Tom) * Fix problems with non-constant expressions in LIMIT/OFFSET * Support FULL JOIN with no join clause, such as X FULL JOIN Y ON TRUE (Tom) * Fix another zero-column table bug (Tom) * Improve handling of non-qualified identifiers in GROUP BY clauses in sub-selects (Tom) * Do not generate "NATURAL CROSS JOIN" when decompiling rules (Tom) * Add checks for invalid field length in binary COPY (Tom) * Avoid locking conflict between ANALYZE and LISTEN/NOTIFY * Numerous translation updates (various contributors)
2004-06-26Remove PKGREVISION variable from these files as well since BASE_VERS picksdarcy5-10/+5
up the new version. Thanks to Juan RP <juan@netbsd.graffitipr.org> for pointing out that those files overwrote the variable from the common Makefile.
2004-06-26Forgot to remove PKGREVISION when I updated the package.darcy1-2/+1
2004-06-25Adjust docdir in configure. It should fix broken postgresql74-contribtaca2-1/+15
package in bulk build.
2004-06-24Upgrade to 7.3.6.darcy3-8/+8
Mostly bug fixes. The full list of changes can be found at: 7.3.5: http://www.postgresql.org/news/164.html 7.3.6: http://www.postgresql.org/news/172.html As with all minor release upgrades a dump/restore is not required.
2004-06-22Back out last `fix' which is nonsensical -- this package uses tclConfig.sh likejwise1-4/+4
all other correctly written tcl-using packages, and gets the inclusion of -lpthread (and -lm for that matter) exactly right. I use it regularly here.
2004-06-22use the non-threaded libtcldrochner1-4/+4
(the threaded one gives errors at "createlang" time - strange that noone noticed...)
2004-06-21take maintainership, and update todrochner2-6/+6
Version 1.0.4 -- the "Say no more!" release * Nasty bug in Merge routine fixed. * Compatibility with pygtk 2.3.x. * User-added attributes are remembered for Media objects. * Cancel in Edit Person and Edit Relationship properly reverts events, attributes, etc to their pre-edit values. * Gallery tab added to events. * Sources added to media objects and their references. * XML parser fixes. * GEDCOM parser improvements. * Bug fixes.
2004-06-20Bump PKGREVISION and remove X11 support where appropiate.xtraeme1-2/+2
2004-06-20Update databases/mysql4-* to 4.0.20.xtraeme7-17/+16
Lots of bugfixes, please review the Changelog file.
2004-06-17link libdb4 against libnsl on Solaris so programs that use it cangrant1-2/+6
resolve all symbols. bump PKGREVISION. fixes PR pkg/24720.
2004-06-17whitespace nitgrant1-2/+2
2004-06-15really replace the localedir properly - we need USE_PKGLOCALEDIR for thegrant1-7/+6
_LOCALEDIR definition. fixes PR pkg/25923.
2004-06-14'localedir' is actually two spaces away from the beginning of the line incube1-2/+2
the configure script. Let's play safe and use '\s+'. Should fix PR 25923 by jmmv.
2004-06-12this uses openssl, so it needs openssl/buildlink3.mk.grant1-1/+3
2004-06-12this calls ${PATCH} directly, so make sure we have a build dependencygrant1-1/+3
on patch.
2004-06-12work around this version setting localedir in autoconf stuff (and notgrant1-2/+9
Makefiles) by using SUBST_SED instead of USE_PKGLOCALEDIR. partially fixes install on Solaris.
2004-06-11it's "USE_GNU_TOOLS+=lex" not "flex". duh.grant1-2/+2
2004-06-11in fact, the whole lot needs flex(1) to build.grant2-5/+3
2004-06-11this needs flex(1) to build.grant1-1/+3
2004-06-08Correct typo in comment and remove leftovers from testing.mjl1-4/+2
2004-06-04Enable pkgviews installation.xtraeme2-2/+6
2004-06-04Correct Homepagemjl1-2/+2
2004-06-04Use db3 instead of db4, so we don't have to pull in pth as well.mjl1-4/+4
2004-06-04Enable p5-BerkeleyDBmjl1-1/+2
2004-06-04Initial import of p5-BerkeleyDB 0.25mjl4-0/+35
BerkeleyDB is a module which allows Perl programs to make use of the facilities provided by Berkeley DB.
2004-06-03Add jdbc-postgresql74abs1-1/+2
2004-06-03Import jdbc-postgresql74, JDBC driver for postgresql 7.4.xabs6-0/+95
Has local patch to (incompletely) work around an issue with the jdbc driver erroneously leaving ';' on the end of tablenames resulting in it generating SQL statments of the form "SELECT * FROM tablename; WHERE ..."
2004-05-26Use CFLAGS when creating the archive. This fixes building under IRIX64jschauma2-4/+4
using gcc, as we need the ABI specific flags.
2004-05-23add a dummy file to libreplacements_la_SOURCES so this buildsdanw3-1/+31
correctly on Darwin (which doesn't need any of the replacement functions, but also doesn't allow empty .a files). PR 25682
2004-05-23unusedrecht1-8/+0
2004-05-23bl3ifyrecht1-3/+3
2004-05-21Add ${PYSITELIB}/ZEO/* to py-ZODB's PLIST. Bump PKGREVISION to 1.snj2-2/+177
Closes PR pkg/25567.
2004-05-19+postgresql74-contribrecht1-1/+2
2004-05-19initial import of postgresql-contrib-7.4.2recht3-0/+181
PostgreSQL is a robust, next-generation, Object-Relational DBMS (ORDBMS), derived from the Berkeley Postgres database management system. While PostgreSQL retains the powerful object-relational data model, rich data types and easy extensibility of Postgres, it replaces the PostQuel query language with an extended subset of SQL. PostgreSQL is free and the complete source is available. This package contains the contributed programs included in the distribution.
2004-05-17Garbage collect BUILDLINK_PKGBASE.<pkg> from buildlink3: it is not anymoreseb2-4/+2
used since revision 1.139 of mk/buildlink3/bsd.buildlink3.mk.