summaryrefslogtreecommitdiff
path: root/databases
AgeCommit message (Collapse)AuthorFilesLines
2004-02-05Support a new global variable:jlam2-2/+18
BUILDLINK_PREFER_PKGSRC This variable determines whether or not to prefer the pkgsrc versions of software that is also present in the base system. This variable is multi-state: defined, or "yes" always prefer the pkgsrc versions not defined, or "no" only use the pkgsrc versions if needed by dependency requirements This can also take a list of packages for which to prefer the pkgsrc-installed software. The package names may be found by consulting the value added to BUILDLINK_PACKAGES in the buildlink[23].mk files for that package.
2004-02-02These packages need a C++ compiler.jlam1-2/+2
2004-02-01Fix typo in previous commit (LIBEPQ -> LIBPQ). This closes PR pkg/24290.xtraeme1-2/+2
2004-01-31Compilation of the tryulong32.c configuration test takes ~forever onkristerw3-6/+22
arm/gcc 2.95.3. Add a workaround.
2004-01-30Use PLIST_SUBST in two files, which were not installed in FreeBSD.xtraeme2-4/+12
2004-01-29Category is databases not database.xtraeme1-2/+2
2004-01-28There's no need to use 'USE_X11BASE' in quickview package, we'll usextraeme1-3/+3
USE_X11 instead, bump PKGREVISION.
2004-01-27We want to buildlink all of the contents of the arch-dependent directoryjlam1-1/+4
for Perl5 modules.
2004-01-27Use $FIND with "-print". Noted by Georg Schwarz in PR pkg/24248heinz1-3/+3
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