summaryrefslogtreecommitdiff
path: root/databases
AgeCommit message (Collapse)AuthorFilesLines
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
1999-01-08Change Makefile to have 1.1.2 as version number, not -release.hwr1-3/+3
Pointed out by Thorsten Frueauf.
1999-01-07Enable openldap.hwr1-1/+2
1999-01-07OpenLDAP is an open source software impelmentaion of the LDAP protocolhwr6-0/+245
XXX As I can't convince configure to recognize our mit-pthreads, slurpd is not built.
1999-01-06patch to null some stuff we have in headers; PR 6747 by augustss@cs.chalmers.sehubertf1-0/+22
1999-01-04Forgot to commit this: s/pgsql/!!PGUSER!!/ cause we don't hardcodefrueauf1-6/+6
that into our package. This will get substituted at build time.
1999-01-04Add and enable gtksql.frueauf1-1/+2
1999-01-04Initial import of gtksql-0.2, a query tool for PostgreSQL written with GTK.frueauf6-0/+65
Provided in pr 6691 by Rene Hexel with additional fixes by myself.
1999-01-04Update postgresql to 6.4.2. Among bugfixes and new features, this alsofrueauf8-245/+487
adds patches for m68k support, provided in pr 6664 by MOCHIDA Shuji.
1999-01-03Reflect that addnerd has version 1.6 now, as noted in pr 6721.frueauf1-2/+2
1998-12-29fix some lacks of string.h inclusions which bombed out the build on alphagarbled3-5/+35
and special case the compile of sql_yacc.cc. It used up all the memory on my alpha with 256MB of mem trying to compile this file. Turning off the optimization keeps it from crashing my machine.
1998-12-28Use correct syscall number on arm32.bad2-5/+5
Enable building server on arm32.
1998-12-23Update to 1.1.0. Now uses MySQLmodule rather than mySQLmodule by defaulttsarna3-55/+10
and so no longer needs patch to work with the py-mysql pkg.
1998-12-19Enable zope-mysqltsarna1-1/+2
1998-12-19Import of MySQL Database Adaptor for Zopetsarna6-0/+87
1998-12-18Re-enable on alphatsarna2-6/+2
1998-12-10Add and enable sdbm.tv1-1/+2
1998-12-10Add sdbm, a reimplementation of the classic ndbm library. Good fortv5-0/+46
`small' applications that cannot use DB 1.85.
1998-11-16Use ${OPSYS}, rather than calling `uname -s` again.agc1-2/+2
1998-11-13minor pkglint nits.frueauf1-3/+5