summaryrefslogtreecommitdiff
path: root/databases
AgeCommit message (Collapse)AuthorFilesLines
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.
1999-02-04Some cleanups:frueauf4-7/+30
- add -Dunix for some files which relied on it to be defined - run `mysqladmin shutdown` right after mysql_install_db to prevent blind running mysql daemon, pointed out in pr 6533 by Matthew Green - set NO_PACKAGE if we build/install the server case - mysql_install_db needs the data dir from the source distribution to work - this never worked for binary packages! Remove the bogus exec in PLIST-server too as consequence.
1999-02-04Catch up with recently renamed symbols in <arm32/setjmp.h>.bad1-7/+15
1999-02-04Make this work on ELF properly - add -Wl,-R${LOCALBASE}/lib/mysql tofrueauf1-1/+2
LDFLAGS. Pointed out my Matthew Green in pr 6533.
1999-01-30Replace all occurrences of USE_X11 with USE_X11BASE. This means "install thisagc1-2/+2
package into ${X11BASE}". Replace all occurrences of BUILD_USES_X11 with USE_X11. This means "use X11 headers and libraries to build this package".
1999-01-27This is now openldap-1.1.4.hwr2-4/+4
1999-01-17Whoops, I wanted to adjust the comment.frueauf1-2/+2
1999-01-17Adjust NOT_FOR_ARCHS to match the one in postgresql.frueauf1-1/+4
1999-01-17Add mips to NOT_FOR_ARCHS list. There is no TAS implementation.frueauf1-2/+3
Someone with mips assemply knowledge needed :)
1999-01-09Update to 1.1.2, which fixes a bug taht caused an error when a querytsarna2-5/+5
returned no rows.
1999-01-09Get rid of obsolete chown(8) operand usage.kleink1-2/+2
1999-01-08Add some cosmetics pointed out in pr 6758 by Greg A. Woods:frueauf2-25/+14
- add INSTALL_TARGET=install install-man and remove the patch that did modify the GNUMakefile, for better maintainance. - add - in front of @${MKDIR} to silently fail if the dir already exists - move ld.so.conf warning near the end, so it can be better spotted.
1999-01-08openldap is derived from U. Mich. Ldap.hwr1-1/+1