summaryrefslogtreecommitdiff
path: root/databases
AgeCommit message (Collapse)AuthorFilesLines
2004-01-25USE_GNU_TOOLS+=m4 instead of BUILD_DEPENDS.grant1-4/+2
2004-01-24Append to BUILDLINK_DEPENDS.<pkg> instead of setting a default value. Injlam6-14/+14
the normal case when BUILDLINK_DEPENDS.<pkg> isn't specified, it receives a value only once due to the multiple inclusion protection in the bulldlink3.mk files. In the case where a package includes several buildlink3.mk files that each want a slightly different version of another dependency, having BUILDLINK_DEPENDS.<pkg> be a list allows for the strictest <pkg> dependency to be matched.
2004-01-24Support BUILDLINK_DEPENDS.<pkg> being a list of values.jlam1-2/+2
2004-01-23Bump PKGREVISION due to xmlcatmgr update to 2.0beta1. I know; this is a PITA.jmmv4-7/+8
This shouldn't be needed if we had non-recursive dependancies *sigh*.
2004-01-22avoid tickling a bmake bug.grant1-3/+5
2004-01-22replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant19-38/+38
2004-01-21Make the postgresql packages consistently install the PL/<foo> languagejlam1-1/+3
modules into ${PREFIX}/lib/postgresql, even if ${PREFIX} contains the strings "pgsql" or "postgres" (postgresql's Makefile.global is stupid that way).
2004-01-21Update to version 1.0beta1. This packages now use GTK2.cube7-33/+95
Most noticable changes (refer to ChangeLog for the complete set, since it is very long): * Support for extensibleObject objects * Allow LDAP URIs * NT passwords, LMHASH passwords * GTK2 environment * UTF-8 support
2004-01-21Convert to use krb5.buildlink3.mk to get Kerberos 5 support. Tested tojlam2-3/+7
build and install properly using Heimdal.
2004-01-21Whitespacejlam1-3/+3
2004-01-21Put back MAKE_ENV settings lost in previous commit that told Makefile.PLjlam1-1/+6
where the PostgreSQL headers and libraries were located.
2004-01-21bl3ifyjlam1-3/+6
2004-01-21Adding and removing the pgsql symlink must take place at VIEW-* time sincejlam1-3/+3
the symlink isn't tracked in the PLIST and won't be correctly removed from any views during instance deletion from a view.
2004-01-21Move @exec/@unexec PLIST actions into a INSTALL file.jlam3-7/+19
2004-01-20Remove info files entries from PLIST files.seb3-6/+3
2004-01-20Remove info files entries from PLIST file.seb2-9/+7
Also dynamically handle the send-pr.info* files in ${PREFIX}/share/gnats/dist
2004-01-20Fix build on NetBSD -current.seb5-12/+72
2004-01-20Fix spelling of PKGREVISION.jlam1-2/+2
2004-01-20Remove USE_BUILDLINK2 from Makefile.common and distribute the setting tojlam10-12/+29
all of the package Makefiles that include Makefile.common.
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc21-42/+42
2004-01-20Update to version 2.0.0pre15, provided by David Ferlier in PR 24138 andcube5-73/+70
slightly reworked by myself. David will now maintain it. The 2.x series support OpenLDAP 2.x. From then an incomplete list of changes is available in the CHANGES file of the distfile.
2004-01-18Enable p5-Palmmjl1-1/+2
2004-01-18Initial import of p5-Palm 1.3.0mjl4-0/+26
A set of Perl 5 modules for reading, manipulating, and writing the .pdb and .prc database files used by PalmOS devices such as the PalmPilot and its successors.
2004-01-17Make this pkgsrc-aware: don't let setup.py search for includes and libs.recht2-1/+27
Based on a patch provided by Michal Pasternak in PR 23830.
2004-01-17we link against the non-thread ldap library, so we do not need to carejdolecek3-31/+2
about pthreads here; g/c the unneeded patch too XXX eventually we might consider a thread-safe variant of this module for PHP under Apache 2.x, which would use (thread-safe) libldap_r rather than the (not thread safe) libldap bump pkg revision just in case
2004-01-15kill leading whitespace, don't try to explain what DBI is, we do thatgrant1-8/+3
in p5-DBI/DESCR.
2004-01-10Remove KDE1 packages (and dependencies) from pkgsrc, since the KDEwiz6-271/+1
authors have dropped support for it and have not been backporting security fixes. As proposed on tech-pkg numerous times (last one: Dec 27 2003).
2004-01-09Fix the dynamic PLIST generated when building this package with pkgviewsjlam5-13/+72
by delaying installation of config files until INSTALL script time.
2004-01-09bl3ifyjlam1-10/+10
2004-01-09py-ZODB also runs with the unthreaded versions of Python 2.2 and 2.3.recht1-2/+2
Noted by Michal Pasternak (maintainer) in private email.
2004-01-07Added libpqxx-doc, documentation for libpqxx, a C++ interface tois1-1/+2
PostgreSQL-lib.
2004-01-07libpqxx-doc-2.1.3, documentation for libpqxxis3-0/+332
2004-01-07Split out Makefile.common, for the benefit of the -doc package.is2-6/+15
2004-01-07Make pkglint quiet.wiz1-1/+2
2004-01-07Don't build on a.out architectures, where the shared library versioningis1-2/+3
of this package is broken.
2004-01-07C++ interface to Postgresql-LIB (only for ELF due to broken versioning).is5-1/+104
2004-01-07Rework patch-al to let it compile on !NetBSD platforms.cube2-6/+6
2004-01-05bl3ifyjlam2-10/+10
2004-01-05bl3ifyjlam3-8/+16
2004-01-05Use S/+$// instead of C/\+$// to save a backslash. Very highlyjlam7-14/+14
recommended by seb :)
2004-01-05Sow BUILDLINK_USE_BUILTIN.<pkg> and reap _NEED_<PKG> variables.jlam1-12/+10
2004-01-04Use BUILDLINK_{INCDIRS,LIBDIRS}.<pkg> instead ofjlam2-6/+4
BUILDLINK_{CPPFLAGS,LDFLAGS}.<pkg> where we're adding search directories. Using the former should do the right thing for pkgviews if we do binary package upgrades of dependencies by inserting the right default view directories into the search path as well.
2004-01-04Re-arrange to match example buildlink3.mk file in bsd.buildlink3.mk.jlam7-63/+45
2004-01-03Initial sprinkling of work-in-progress buildlink3.mk files for using thejlam7-0/+176
buildlink3 framework.
2004-01-03Bump package revisions for tiff update.reed9-18/+18
Tiff is backward compatible, but was broken on amd64 platform so this makes sure new tiff is used.
2004-01-01Look inside db.h if it belongs to db3 or db4 (as it does on somewiz1-1/+7
Linux distributions). Based on a patch by Min Sik Kim in PR 23944.
2004-01-01Update to version 0.241.salo2-5/+5
Changes: 0.241: ====== - XBase: codepage option to XBase->create added, suggested by Chris Greenhill. 0.240: ====== - XBase: delete_record/undelete_record now corrctly returns false when the delete fails, problem reported by Boris Kocak. 0.234: ====== - Added test to Makefile.PL and note to INSTALL about case insensitive clash with Xbase.pm, suggested by Michael Higgins and Jan from AS. - Added documentation / comments about datetime, suggested by John Freed. - Xbase: Added the recompute_lastrecno parameter, suggested by Kevin J. Rice. Added EOF to create, suggested by Ilya Sandler.
2003-12-30Whitespace fixescjep1-7/+7
2003-12-30Whitespace fixcjep1-2/+1
2003-12-30Whitespace fixescjep1-2/+2