summaryrefslogtreecommitdiff
path: root/databases
AgeCommit message (Collapse)AuthorFilesLines
2006-01-05DragonFly support.joerg2-7/+26
2006-01-05Change the default for BUILDLINK_DEPMETHOD.qt3-tools from "full" to "build",ghen2-2/+10
without affecting packages that are currently using it. Packages which previously didn't set BUILDLINK_DEPMETHOD to neither "full" nor "build" now set it to "full", but should be checked whether they really need it (comment added). Packages which previously set it to "build" now don't set it anymore. Ok by jlam, wiz.
2006-01-04Remove "BROKEN_IN=pkgsrc-2005Q4".reed1-3/+1
This packages fine with recent fixes.
2006-01-04Bump PKGREVISION, because location of freetds provided shared libraryreed1-4/+3
was changed in recent freetds installation change. Remove subdirectory "freetds" from the buildlink directory used during build. Get rid of forced "BUILDLINK_DEPENDS.freetds=freetds-0.61*". This dated back over two years ago to initial import of this package which was one month after freetds was updated from 0.60 to 0.61. This package appears to build and package fine (using py23-sybase-0.36nb3 and python23-2.3.5nb5 today).
2006-01-04Bump PKGREVISION. (The freetds libraries used are in a new locationreed1-3/+4
due to freetds installation changes and may also depend on gettext-lib.) Include buildlink for gettext-lib, because CTlib.so uses libintl.so (noticed on build failure on DragonFly and then saw on NetBSD 2.1 too). Remove freetds subdirectory from the buildlink directory used during build. (This is because of recent installation changes for freetds.)
2006-01-04Bump PKGREVISION, since location of shared libraries (libtds and libct)reed1-3/+3
used by this were moved from my recent changes to the freetds installation. Fix build by removing the subdirectory "freetds" from the buildlink directory it uses.
2006-01-04In the Makefile.common, remove the freetds subdirectory for thereed4-8/+10
path to the buildlink files. This is due to changes I made to the freetds installation. Fix "man" to PKGMANDIR while I am here. Bump PKGREVISION for all three packages (as the location of libct is uses is different due to the freetds change). I didn't test sqsh-motif packaging, as I couldn't get openmotif to build at this time.
2006-01-04In a configure argument remove the freetds subdirectory reference.reed1-3/+3
Bump PKGREVISION, since the freetds shared library is in a different place since my freetds packaging change. Remove a blank line.
2006-01-04Do bump PKGREVISION. The shared library it uses is in a different placereed1-1/+2
since my freetds package changes.
2006-01-04For a configure argument, remove freetds subdirectory since myreed1-2/+2
recent freetds package changes. Didn't bump PKGREVISION. The resulting library doesn't appear to reference freetds location.
2006-01-04rename revertedabs8-130/+0
2006-01-04Import jdbc-postgresql81 into pkgsrc:abs4-0/+65
This is a pure Java (Type IV) JDBC driver for the PostgreSQL database. It allows Java programs to connect to a PostgreSQL database using standard, database independent Java code. The driver provides a reasonably complete implementation of the JDBC 3 specification in addition to some PostgreSQL specific extensions.
2006-01-04The trend is too entrenched to buck - switch back to jdbc-postgresl??abs1-3/+3
2006-01-04postgresql80-jdbc / postgresql81-jdbcabs1-2/+3
2006-01-04Import postgresql81-jdbcabs4-0/+65
This is a pure Java (Type IV) JDBC driver for the PostgreSQL database. It allows Java programs to connect to a PostgreSQL database using standard, database independent Java code. The driver provides a reasonably complete implementation of the JDBC 3 specification in addition to some PostgreSQL specific extensions.
2006-01-04Re-import jdbc-postgresql80 as postgresql80-jdbc to match all otherabs4-0/+65
postgresql80-* packages
2006-01-04reduce diffs with (about to be imported) jdbc-postgresl81.abs1-9/+9
No functional change.
2006-01-04Express these packages' brokenness with BROKEN_IN=pkgsrc-2005Q4schmonz3-9/+6
rather than PKG_FAIL_REASON, so that they provide useful error messages in build logs, and so that they continue to work on platforms where they aren't broken.
2006-01-03Remove:adrianp1-2/+1
databases/acid
2006-01-03databases/acid has now been replace by security/base.adrianp7-216/+0
BASE is a fork of ACID that is under current developement where as ACID has not had an update for a number of years now and suffers from current security issues.
2006-01-03Bump PKGREVISION for PLIST change.wiz2-2/+4
2006-01-03Add missing installed files. No functional change so not bump to PKGREVISION.darcy1-1/+77
2006-01-03Add missing files to PLIST. No functional change to package so I did notdarcy1-1/+3
bump PKGREVISION.
2006-01-03Update to 1.38:wiz2-7/+7
1.38 Thu Dec 29 03:17:54 EST 2005 * Released 1.37 dev series 1.37_01 Thu Dec 8 15:56:50 EST 2005 * Switched Postgres sequence lookups to use CURRVAL, rather than OIDs 1.36 Fri Dec 2 18:04:21 EST 2005 * Change to how we resolve virtual columns to deal with a "no such attribute" bug in RT
2006-01-03Add jdbc-postgresql80abs1-1/+2
2006-01-03Add jdbc-postgresql80-314 to pkgsrc:abs4-0/+65
This is a pure Java (Type IV) JDBC driver for the PostgreSQL database. It allows Java programs to connect to a PostgreSQL database using standard, database independent Java code. The driver provides a reasonably complete implementation of the JDBC 3 specification in addition to some PostgreSQL specific extensions. This package installs the official jdbc3 jarfile from jdbc.postgresql.org, but also download the src to include the README and example java files. As such it does not require java at build time.
2006-01-03Bump PKGREVISION by update of ruby18-base package.taca3-5/+6
2006-01-03Remove USE_RUBY_DIST_SUBDIR.taca1-2/+1
2006-01-03Stop handling DIST_SUBDIR default for Ruby based packages.taca5-18/+17
Second, update distinfo and/or stop using USE_RUBY_DIST_SUBDIR in Makefiles.
2006-01-02Update to version 0.33:veego2-8/+7
Bug Fixes * Removed superfluous "print" in Net::LDAP::LDIF before _write_attr on writing * Base64 encode any value starting with < in Net::LDAP::LDIF * Documentation updates * Fix case insensitivity issues in contrib/ldifdiff.pl Enhancements * Added Net::LDAP::Extension::WhoAmI * Added write_version() and handle() methods to Net::LDAP::LDIF * Updated Net::LDAP::Control::ProxyAuth to support new OID from latest rfc-draft * Added contrib/recursive-ldap-delete.pl * Added ability to do case in comparisons to contrib/ldifsort.pl
2006-01-02Add DragonFly support.joerg4-10/+65
2006-01-02Add DragonFly support.joerg2-1/+36
2006-01-02Override config.*. Fix DragonFly support in configure's libtool fragment.joerg3-5/+116
2006-01-02Include sys/time.h to get struct timeval in all cases.joerg2-1/+14
2006-01-02config.* override.joerg1-1/+4
2006-01-01Remove stuff that was marked for removal after 2005Q4.wiz1-13/+1
2005-12-31Recursive PKGREVISION bump for gnutls shlib major bump.wiz5-6/+10
Bump BUILDLINK_RECOMMENDED.
2005-12-31Per pkgsrc guidelines, move the documentation to be stored underjlam2-175/+30
${PREFIX}/share/doc/${PKGBASE}. Also, generate the documentation PLIST entries dynamically since those files are generated from SGML, and their names can change quite a bit from release to release. Bump the PKGREVISION to 3.
2005-12-31Add DragonFly support. Add -rpath argument and let libtool generatejoerg4-6/+54
a shared library, otherwise other parts of the Makefile gets confused.
2005-12-30Optionally build the ODBC driver for freetds. This will allow ODBCjlam3-2/+38
clients to load the driver to talk to MS SQL Server.
2005-12-30Update databases/iodbc to 3.52.3. Changes from version 2.50.3 includejlam7-33/+109
adding some support for the ODBC 3.x specifications and fixing quite a lot of bugs.
2005-12-30Remove some unnecessary patches that removed targets to install thejlam4-43/+4
configuration files. It's easier just to override the installation destination during the install phase by setting INSTALL_MAKE_FLAGS.
2005-12-30Update the package description to match the current version.jlam1-14/+6
2005-12-29Add (conflicting) "iodbc" and "unixodbc" options to openldap for ODBC support,ghen3-2/+43
from PR#31960. Ok by jlam and wiz.
2005-12-29Move DragonFly file handling into Makefile.common, like the otherjoerg3-29/+20
postgresql packages do. Fixes -pl* at the same time.
2005-12-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam25-50/+25
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
2005-12-28Revert PKG_FAIL_REASON addition - this package builds perfectly fineabs1-4/+1
under NetBSD/i386 3.0, including with a completely empty environment. Any build issue seen is probably due to something in that build environment.
2005-12-27Don't install to $PREFIX/freetds anymore.reed3-45/+32
Discussed with maintainer and tech-pkg in November. (I don't use this software myself, but initially looked at this to fix the manual page installation.) Get rid of BUILDLINK_PASSTHRU_DIRS as not needed now. Bump PKGREVISION. BUILDLINK_RECOMMENDED.freetds removed. And BUILDLINK_DEPENDS.freetds set to this new version. TODO: allow threadsafe on platforms that support it.
2005-12-26Mark packages for pkgsrc-2005Q4 that don't build on NetBSD/i386schmonz4-4/+16
3.0. If one of these is important to you, please fix it in time for pkgsrc-2006Q1, or it may be removed.
2005-12-21Fix PR pkg/32069 by limiting the FD_SETSIZE used by OpenLDAP to thejlam1-1/+13
maximum value supported by GNU Pth when building against GNU Pth.