Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1999-02-20 | Fix CONFLICTS (remove redundancy, mostly) | hubertf | 2 | -6/+2 | |
1999-02-19 | Adapt in order to work together with new gtk10 package | rh | 2 | -8/+18 | |
1999-02-19 | Chane versioned DEPENDS on bison to BUILD_DEPENDS. This should have been | frueauf | 1 | -4/+3 | |
done with the bison update. | |||||
1999-02-16 | Upgrade to Version 1.2 | hwr | 2 | -4/+4 | |
1999-02-11 | Use install-info in $PATH, so that systems with it in base will work too. | tv | 2 | -6/+6 | |
1999-02-06 | Don't build the directory, as addnerd does this for us and will fail | hwr | 1 | -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-04 | Some cleanups: | frueauf | 4 | -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-04 | Catch up with recently renamed symbols in <arm32/setjmp.h>. | bad | 1 | -7/+15 | |
1999-02-04 | Make this work on ELF properly - add -Wl,-R${LOCALBASE}/lib/mysql to | frueauf | 1 | -1/+2 | |
LDFLAGS. Pointed out my Matthew Green in pr 6533. | |||||
1999-01-30 | Replace all occurrences of USE_X11 with USE_X11BASE. This means "install this | agc | 1 | -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-27 | This is now openldap-1.1.4. | hwr | 2 | -4/+4 | |
1999-01-17 | Whoops, I wanted to adjust the comment. | frueauf | 1 | -2/+2 | |
1999-01-17 | Adjust NOT_FOR_ARCHS to match the one in postgresql. | frueauf | 1 | -1/+4 | |
1999-01-17 | Add mips to NOT_FOR_ARCHS list. There is no TAS implementation. | frueauf | 1 | -2/+3 | |
Someone with mips assemply knowledge needed :) | |||||
1999-01-09 | Update to 1.1.2, which fixes a bug taht caused an error when a query | tsarna | 2 | -5/+5 | |
returned no rows. | |||||
1999-01-09 | Get rid of obsolete chown(8) operand usage. | kleink | 1 | -2/+2 | |
1999-01-08 | Add some cosmetics pointed out in pr 6758 by Greg A. Woods: | frueauf | 2 | -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-08 | openldap is derived from U. Mich. Ldap. | hwr | 1 | -1/+1 | |
1999-01-08 | Change Makefile to have 1.1.2 as version number, not -release. | hwr | 1 | -3/+3 | |
Pointed out by Thorsten Frueauf. | |||||
1999-01-07 | Enable openldap. | hwr | 1 | -1/+2 | |
1999-01-07 | OpenLDAP is an open source software impelmentaion of the LDAP protocol | hwr | 6 | -0/+245 | |
XXX As I can't convince configure to recognize our mit-pthreads, slurpd is not built. | |||||
1999-01-06 | patch to null some stuff we have in headers; PR 6747 by augustss@cs.chalmers.se | hubertf | 1 | -0/+22 | |
1999-01-04 | Forgot to commit this: s/pgsql/!!PGUSER!!/ cause we don't hardcode | frueauf | 1 | -6/+6 | |
that into our package. This will get substituted at build time. | |||||
1999-01-04 | Add and enable gtksql. | frueauf | 1 | -1/+2 | |
1999-01-04 | Initial import of gtksql-0.2, a query tool for PostgreSQL written with GTK. | frueauf | 6 | -0/+65 | |
Provided in pr 6691 by Rene Hexel with additional fixes by myself. | |||||
1999-01-04 | Update postgresql to 6.4.2. Among bugfixes and new features, this also | frueauf | 8 | -245/+487 | |
adds patches for m68k support, provided in pr 6664 by MOCHIDA Shuji. | |||||
1999-01-03 | Reflect that addnerd has version 1.6 now, as noted in pr 6721. | frueauf | 1 | -2/+2 | |
1998-12-29 | fix some lacks of string.h inclusions which bombed out the build on alpha | garbled | 3 | -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-28 | Use correct syscall number on arm32. | bad | 2 | -5/+5 | |
Enable building server on arm32. | |||||
1998-12-23 | Update to 1.1.0. Now uses MySQLmodule rather than mySQLmodule by default | tsarna | 3 | -55/+10 | |
and so no longer needs patch to work with the py-mysql pkg. | |||||
1998-12-19 | Enable zope-mysql | tsarna | 1 | -1/+2 | |
1998-12-19 | Import of MySQL Database Adaptor for Zope | tsarna | 6 | -0/+87 | |
1998-12-18 | Re-enable on alpha | tsarna | 2 | -6/+2 | |
1998-12-10 | Add and enable sdbm. | tv | 1 | -1/+2 | |
1998-12-10 | Add sdbm, a reimplementation of the classic ndbm library. Good for | tv | 5 | -0/+46 | |
`small' applications that cannot use DB 1.85. | |||||
1998-11-16 | Use ${OPSYS}, rather than calling `uname -s` again. | agc | 1 | -2/+2 | |
1998-11-13 | minor pkglint nits. | frueauf | 1 | -3/+5 | |
1998-11-12 | Group the NOT_FOR_ARCHS definitions together, for consistency, and make | agc | 1 | -4/+3 | |
the second definition "+=", rather than "=". | |||||
1998-11-02 | Comment was wrong | tsarna | 1 | -1/+1 | |
1998-10-29 | Oops. Fix RCS id. | bad | 1 | -1/+1 | |
1998-10-28 | Update to mysql-3.21.33.b | bad | 21 | -6/+1429 | |
Update mit-pthreads for 1.3H signal changes on alpha and i386. Update mit-pthreads for 1.3/1.3H on sparc (from 1.1 version). Enable building the server on sparc. Add mit-pthreads support for 1.3/1.3H on arm32. (Server doesn't work yet.) Fix two bugs in mit-pthreads with functions returning off_t's. | |||||
1998-10-19 | Adapt to deal with (IMHO bogus) new location of the MySQL shared client | tsarna | 1 | -2/+2 | |
library. Someone who knows more about it should decide if MySQL should be fixed to put the library in a standard location instead. | |||||
1998-10-19 | Remove myself as MAINTAINER. Several other people are working on it and | tsarna | 1 | -2/+2 | |
know more about the current state than I do. | |||||
1998-10-19 | Update MySQLmodule 1.1 -> 1.4 | tsarna | 2 | -8/+10 | |
1998-09-27 | Tim tested some of these, but I don't know which. Since at least one of | tsarna | 2 | -2/+6 | |
the pkgs broke on Alpha that was not expected to, disable them all for the 1.3.3 tag to be on the safe side :-( | |||||
1998-09-22 | alpha->vax, since Alpha now works for Python dynamicly loaded modules, | tsarna | 1 | -2/+2 | |
but VAX never has. | |||||
1998-09-22 | add NOT_FOR_ARCHS= alpha for all of these pkgs which are *known* to fail | garbled | 1 | -1/+3 | |
on alpha. There may be more, but I haven't seen them yet. | |||||
1998-09-10 | Set NOT_FOR_ARCHS=m68k since postgres does not work on this architecture yet. | frueauf | 1 | -1/+3 | |
1998-09-06 | Since lang/python/Makefile fetches python source into a subdir, search | frueauf | 2 | -3/+4 | |
it there to prevent double download. | |||||
1998-09-01 | Define USE_LIBTOOL, and use the ${LIBTOOL} definition appropriately. | agc | 1 | -3/+1 | |