Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1999-04-01 | Update openldap to version 1.2.1. | hwr | 2 | -4/+4 | |
For changes look at http://www.OpenLDAP.org/software/release/changes.html | |||||
1999-04-01 | Rewrite the extraction commands to be more intuitive. | agc | 2 | -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-01 | Upgrade to tcl version 8.0.5. This seems to be primarily a bug-fix | agc | 1 | -3/+3 | |
release. | |||||
1999-03-29 | add bin/ldappasswd and man/man1/ldappasswd.1 | hubertf | 1 | -1/+3 | |
1999-03-28 | Fix mysql's version | hubertf | 1 | -2/+2 | |
1999-03-28 | Fix md5 checksum. | hubertf | 1 | -2/+2 | |
1999-03-28 | Make it possible to build a binary package by moving the "account | hubertf | 2 | -7/+49 | |
management" into a REQ script. | |||||
1999-03-28 | Beautify :-) | hwr | 1 | -2/+1 | |
1999-03-28 | Change this so that the source packet is fetched as openldap-VERS.tgz, | hwr | 2 | -6/+6 | |
not as openldap-release.tgz. Now it is easier to get the correct release. | |||||
1999-03-22 | Catch up with MASTER_SITE_GNU reorganization. | bad | 1 | -2/+2 | |
1999-03-08 | s/make/${MAKE}/g | agc | 2 | -4/+4 | |
1999-03-05 | Remove bogus path prefixes from filenames. | mellon | 1 | -9/+9 | |
1999-03-05 | Patch to fix some arm32 configure problems. | mellon | 1 | -0/+61 | |
1999-03-03 | Add and enable p5-gdbm | kim | 1 | -1/+2 | |
1999-03-03 | Extract File_GDBM from the Perl distribution and install it in site_perl. | kim | 5 | -0/+35 | |
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. |