summaryrefslogtreecommitdiff
path: root/databases
AgeCommit message (Collapse)AuthorFilesLines
1999-05-27Fix runtime linkage.kleink1-2/+2
1999-05-24Change {ONLY,NOT}_FOR_{ARCH,OPSYS} format to {ONLY,NOT}_FOR_PLATFORMtv3-67/+60
pattern match format. Minor pkglint along the way.
1999-05-20Remove unnecessary assignments of "INSTALL", "INSTALL_DATA",tron2-8/+2
"INSTALL_PROGRAM" and "INSTALL_SCRIPT" from "CONFIGURE_ENV".
1999-05-19s/EXTRACT_AFTER_ARGS/EXTRACT_ELEMENTS/, per Simon Burge <simonb@netbsd.org>.hubertf1-2/+2
1999-05-18The OpenLDAP libraries collide with the ldapsdk.hwr1-1/+3
1999-05-18Provide test-and-set primitive on arm32.bad1-0/+46
From Andrew McMurry <a.mcmurry1@physics.oxford.ac.uk>.
1999-05-17Add and enable jdb.bad1-1/+2
1999-05-17Initial import of John Heidemann's JDB flat-ASCII database manipulation package.bad6-0/+86
1999-05-10Make the `ps' check work with systems where ps doesn't necessarily matchtv1-0/+13
the kernel (and ps falls back to /proc).
1999-05-06Nuke mysql; it's now mysql-server and mysql-client.tv34-1964/+5
1999-05-06Second half of the split mysql pkg (server). Works on alpha, arm32, i386,tv29-0/+1858
and sparc (more to come when this works properly with PTL2).
1999-05-06One half of a client/server-split version of the mysql pkg. This parttv9-0/+182
(client) works on all architectures. Updated to 3.22.22 and adapted to use libedit on 1.4 systems.
1999-05-04Build shared libraries by using pkglibtool (bump version to "...p1" totv5-40/+89
indicate change), skip "make depend", add a Kerberos switch, and add a few backends.
1999-04-25Fix typo in last committsarna2-5/+5
1999-04-19Fix filenames in patch files so that they can be applied.tron2-6/+6
1999-04-19Build/run problems fixed:tv4-902/+573
- DO NOT INSTALL DOCS IN ${PREFIX}/docs. They belong in ${PREFIX}/share/doc. - Add SEGV-preventing patch from Sleepycat's web site. I did not enable C++ and DB 1.85 compat API in this update to make the change during freeze time minimal; for maximum flexibility in case more than just Sendmail wants to use this pkg!, the former should be enabled at next update, and the latter cannot be enabled until Sleepycat adds a fix I have sent them (or I add the fix to the patches directory).
1999-04-16Update for new Python and MySQLtsarna1-3/+3
1999-04-16Fix thinko in previous commit. Correctly recognise 1.4ish systems.bad2-70/+22
1999-04-16Update to 1.1.3and for zope 1.10.2tsarna2-7/+7
1999-04-14Remove unnecessary slash from master site list.tron1-2/+2
1999-04-14Update to 1.5.2tsarna2-9/+9
1999-04-13Remove NOPORTDOCS definition - it was useless anyway, as any attempt toagc1-3/+1
build a binary package with this definition would fail as the PLIST is not correct. If a package's documentation is overwhelming, it should arguably be handled in a separate pre-requisite documentation package.
1999-04-09Enable "db" package.tron1-2/+2
1999-04-09New "db" package:tron6-0/+1017
Sleepycat Software's Berkeley DB version 2 This package is dedicated to Christoph Badura.
1999-04-09Update to mysql-3.22.21.bad9-207/+68
There are way too many changes and new features to list them here. The most notable change is the introduction of the GRANT system which requires fixing the privilege tables when upgrading. See the mysql manual. XXX Todo: fix installation of mysql.server script.
1999-04-08Make the mit-pthreads configure scripts recognise 1.4ish systems.bad2-14/+62
1999-04-08Catch up with introduction of socklen_t. Test for this typedef in thebad4-8/+256
mit-pthreads configure script and define a preprocessor symbol accordingly.
1999-04-08Use the correct variable when setting the -rpath.bad1-2/+2
1999-04-08s/netbsd/${LOWER_OPSYS}/gagc1-5/+5
1999-04-01Update openldap to version 1.2.1.hwr2-4/+4
For changes look at http://www.OpenLDAP.org/software/release/changes.html
1999-04-01Rewrite the extraction commands to be more intuitive.agc2-4/+4
In the vast majority of cases, nothing has changed (i.e. .tgz, .tar.gz, and .tar.bz2). EXTRACT_USING_PAX can be set as before. For custom extractions, instead of using EXTRACT_BEFORE_ARGS, EXTRACT_AFTER_ARGS and EXTRACT_CMD, simply set EXTRACT_CMD to be the command needed to decompress and extract the lements from the archive. ${DOWNLOADED_DISTFILE} can be used to reference the distfile(s). e.g. for compressed shars, where previously there was: EXTRACT_CMD= ${GZCAT} EXTRACT_BEFORE_ARGS= EXTRACT_AFTER_ARGS= |sh now use: EXTRACT_CMD= ${GZCAT} ${DOWNLOADED_DISTFILE} | ${SH}
1999-04-01Upgrade to tcl version 8.0.5. This seems to be primarily a bug-fixagc1-3/+3
release.
1999-03-29add bin/ldappasswd and man/man1/ldappasswd.1hubertf1-1/+3
1999-03-28Fix mysql's versionhubertf1-2/+2
1999-03-28Fix md5 checksum.hubertf1-2/+2
1999-03-28Make it possible to build a binary package by moving the "accounthubertf2-7/+49
management" into a REQ script.
1999-03-28Beautify :-)hwr1-2/+1
1999-03-28Change this so that the source packet is fetched as openldap-VERS.tgz,hwr2-6/+6
not as openldap-release.tgz. Now it is easier to get the correct release.
1999-03-22Catch up with MASTER_SITE_GNU reorganization.bad1-2/+2
1999-03-08s/make/${MAKE}/gagc2-4/+4
1999-03-05Remove bogus path prefixes from filenames.mellon1-9/+9
1999-03-05Patch to fix some arm32 configure problems.mellon1-0/+61
1999-03-03Add and enable p5-gdbmkim1-1/+2
1999-03-03Extract File_GDBM from the Perl distribution and install it in site_perl.kim5-0/+35
1999-02-20Fix CONFLICTS (remove redundancy, mostly)hubertf2-6/+2
1999-02-19Adapt in order to work together with new gtk10 packagerh2-8/+18
1999-02-19Chane versioned DEPENDS on bison to BUILD_DEPENDS. This should have beenfrueauf1-4/+3
done with the bison update.
1999-02-16Upgrade to Version 1.2hwr2-4/+4
1999-02-11Use install-info in $PATH, so that systems with it in base will work too.tv2-6/+6
1999-02-06Don't build the directory, as addnerd does this for us and will failhwr1-3/+2
if it already exists. Should fix pkg/6949 by Nigel Reed <nigel@nelgin.nu>. Also don't assume ${prefix}/sbin is in the search path and call addnerd with complete path.